Home
last modified time | relevance | path

Searched refs:LLVMSetFunctionCallConv (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp172 LLVMSetFunctionCallConv(Function, LLVMCCallConv); in buildSimpleFunction()
227 LLVMSetFunctionCallConv(Function, LLVMCCallConv); in buildModuleWithCodeAndData()
246 LLVMSetFunctionCallConv(Function2, LLVMCCallConv); in buildModuleWithCodeAndData()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_printf.c69 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_printf_test()
H A Dlp_test_lookup_multiple.c70 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_printf_test()
H A Dlp_test_arit.c362 LLVMSetFunctionCallConv(func, LLVMCCallConv); in build_unary_test_func()
H A Dlp_test_format.c112 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_fetch_rgba_test()
H A Dlp_test_conv.c124 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_conv_test()
H A Dlp_state_fs_linear_llvm.c289 LLVMSetFunctionCallConv(function, LLVMCCallConv); in llvmpipe_fs_variant_linear_llvm()
H A Dlp_test_blend.c164 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_blend_test()
H A Dlp_state_cs.c393 LLVMSetFunctionCallConv(function, LLVMCCallConv); in generate_compute()
396 LLVMSetFunctionCallConv(coro, LLVMCCallConv); in generate_compute()
482 LLVMSetFunctionCallConv(lfunc, LLVMCCallConv); in generate_compute()
H A Dlp_state_setup.c696 LLVMSetFunctionCallConv(variant->function, LLVMCCallConv); in generate_setup_variant()
H A Dlp_state_fs.c3220 LLVMSetFunctionCallConv(function, LLVMCCallConv); in generate_fragment()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.c114 LLVMSetFunctionCallConv(function, LLVMCCallConv); in lp_declare_intrinsic_with_type()
H A Dlp_bld_format_s3tc.c2016 LLVMSetFunctionCallConv(function, LLVMFastCallConv); in update_cached_block()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1634 LLVMSetFunctionCallConv(variant_func, LLVMCCallConv); in draw_llvm_generate()
2366 LLVMSetFunctionCallConv(variant_func, LLVMCCallConv); in draw_gs_llvm_generate()
2956 LLVMSetFunctionCallConv(variant_func, LLVMCCallConv); in draw_tcs_llvm_generate()
2958 LLVMSetFunctionCallConv(variant_coro, LLVMCCallConv); in draw_tcs_llvm_generate()
3529 LLVMSetFunctionCallConv(variant_func, LLVMCCallConv); in draw_tes_llvm_generate()
/aosp_15_r20/external/llvm/include/llvm-c/
H A DCore.h1991 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm-c/
DCore.h2716 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/
H A DCore.h2612 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DCore.h2495 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm-c/
DCore.h2716 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm-c/
DCore.h2695 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c296 LLVMSetFunctionCallConv(function, LLVMCCallConv); in ac_build_intrinsic()
3855 LLVMSetFunctionCallConv(main_function, convention); in ac_build_main()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm-c/
DCore.h2760 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1284 LLVMSetFunctionCallConv(Fn, Int_val(Id)); in llvm_set_function_call_conv()
/aosp_15_r20/external/llvm/lib/IR/
H A DCore.cpp1813 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC) { in LLVMSetFunctionCallConv() function
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1040 func (v Value) SetFunctionCallConv(cc CallConv) { C.LLVMSetFunctionCallConv(v.C, C.unsigned(cc)) }

12