Searched refs:LLVMSetFunctionCallConv (Results 1 – 17 of 17) sorted by relevance
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_test_printf.c | 69 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_printf_test()
|
| D | lp_test_arit.c | 362 LLVMSetFunctionCallConv(func, LLVMCCallConv); in build_unary_test_func()
|
| D | lp_test_format.c | 110 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_fetch_rgba_test()
|
| D | lp_test_conv.c | 122 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_conv_test()
|
| D | lp_state_fs_linear_llvm.c | 296 LLVMSetFunctionCallConv(function, LLVMCCallConv); in llvmpipe_fs_variant_linear_llvm()
|
| D | lp_test_blend.c | 164 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_blend_test()
|
| D | lp_state_cs.c | 132 LLVMSetFunctionCallConv(function, LLVMCCallConv); in generate_compute() 135 LLVMSetFunctionCallConv(coro, LLVMCCallConv); in generate_compute()
|
| D | lp_state_setup.c | 686 LLVMSetFunctionCallConv(variant->function, LLVMCCallConv); in generate_setup_variant()
|
| D | lp_state_fs.c | 3160 LLVMSetFunctionCallConv(function, LLVMCCallConv); in generate_fragment()
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_intr.c | 114 LLVMSetFunctionCallConv(function, LLVMCCallConv); in lp_declare_intrinsic_with_type()
|
| D | lp_bld_format_s3tc.c | 2017 LLVMSetFunctionCallConv(function, LLVMFastCallConv); in update_cached_block()
|
| D | lp_bld_sample_soa.c | 4210 LLVMSetFunctionCallConv(function, LLVMFastCallConv); in lp_build_sample_soa_func()
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_llvm.c | 1977 LLVMSetFunctionCallConv(variant_func, LLVMCCallConv); in draw_llvm_generate() 2792 LLVMSetFunctionCallConv(variant_func, LLVMCCallConv); in draw_gs_llvm_generate() 3380 LLVMSetFunctionCallConv(variant_func, LLVMCCallConv); in draw_tcs_llvm_generate() 3382 LLVMSetFunctionCallConv(variant_coro, LLVMCCallConv); in draw_tcs_llvm_generate() 3954 LLVMSetFunctionCallConv(variant_func, LLVMCCallConv); in draw_tes_llvm_generate()
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | sparse-llvm.c | 1128 LLVMSetFunctionCallConv(function.fn, LLVMCCallConv); in output_fn()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
| D | Core.h | 2495 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
|
| /third_party/mesa3d/src/amd/llvm/ |
| D | ac_llvm_build.c | 310 LLVMSetFunctionCallConv(function, LLVMCCallConv); in ac_build_intrinsic() 4547 LLVMSetFunctionCallConv(main_function, convention); in ac_build_main()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Core.cpp | 2370 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC) { in LLVMSetFunctionCallConv() function
|