/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITCAPITest.cpp | 172 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 D | lp_test_printf.c | 69 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_printf_test()
|
H A D | lp_test_lookup_multiple.c | 70 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_printf_test()
|
H A D | lp_test_arit.c | 362 LLVMSetFunctionCallConv(func, LLVMCCallConv); in build_unary_test_func()
|
H A D | lp_test_format.c | 112 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_fetch_rgba_test()
|
H A D | lp_test_conv.c | 124 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_conv_test()
|
H A D | lp_state_fs_linear_llvm.c | 289 LLVMSetFunctionCallConv(function, LLVMCCallConv); in llvmpipe_fs_variant_linear_llvm()
|
H A D | lp_test_blend.c | 164 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_blend_test()
|
H A D | lp_state_cs.c | 393 LLVMSetFunctionCallConv(function, LLVMCCallConv); in generate_compute() 396 LLVMSetFunctionCallConv(coro, LLVMCCallConv); in generate_compute() 482 LLVMSetFunctionCallConv(lfunc, LLVMCCallConv); in generate_compute()
|
H A D | lp_state_setup.c | 696 LLVMSetFunctionCallConv(variant->function, LLVMCCallConv); in generate_setup_variant()
|
H A D | lp_state_fs.c | 3220 LLVMSetFunctionCallConv(function, LLVMCCallConv); in generate_fragment()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_intr.c | 114 LLVMSetFunctionCallConv(function, LLVMCCallConv); in lp_declare_intrinsic_with_type()
|
H A D | lp_bld_format_s3tc.c | 2016 LLVMSetFunctionCallConv(function, LLVMFastCallConv); in update_cached_block()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 1634 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 D | Core.h | 1991 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm-c/ |
D | Core.h | 2716 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/ |
H A D | Core.h | 2612 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
H A D | Core.h | 2495 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm-c/ |
D | Core.h | 2716 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm-c/ |
D | Core.h | 2695 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
|
/aosp_15_r20/external/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 296 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/ |
D | Core.h | 2760 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
|
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 1284 LLVMSetFunctionCallConv(Fn, Int_val(Id)); in llvm_set_function_call_conv()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Core.cpp | 1813 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC) { in LLVMSetFunctionCallConv() function
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | ir.go | 1040 func (v Value) SetFunctionCallConv(cc CallConv) { C.LLVMSetFunctionCallConv(v.C, C.unsigned(cc)) }
|