Home
last modified time | relevance | path

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

12

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp172 LLVMSetFunctionCallConv(Function, LLVMCCallConv); in buildSimpleFunction()
227 LLVMSetFunctionCallConv(Function, LLVMCCallConv); in buildModuleWithCodeAndData()
246 LLVMSetFunctionCallConv(Function2, LLVMCCallConv); in buildModuleWithCodeAndData()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp173 LLVMSetFunctionCallConv(Function, LLVMCCallConv); in buildSimpleFunction()
228 LLVMSetFunctionCallConv(Function, LLVMCCallConv); in buildModuleWithCodeAndData()
247 LLVMSetFunctionCallConv(Function2, LLVMCCallConv); in buildModuleWithCodeAndData()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_printf.c69 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_printf_test()
Dlp_test_arit.c345 LLVMSetFunctionCallConv(func, LLVMCCallConv); in build_unary_test_func()
Dlp_test_format.c111 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_fetch_rgba_test()
Dlp_test_conv.c122 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_conv_test()
Dlp_test_blend.c164 LLVMSetFunctionCallConv(func, LLVMCCallConv); in add_blend_test()
Dlp_state_setup.c768 LLVMSetFunctionCallConv(variant->function, LLVMCCallConv); in generate_setup_variant()
Dlp_state_fs.c2510 LLVMSetFunctionCallConv(function, LLVMCCallConv); in generate_fragment()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c115 LLVMSetFunctionCallConv(function, LLVMCCallConv); in lp_declare_intrinsic()
Dlp_bld_sample_soa.c3630 LLVMSetFunctionCallConv(function, LLVMFastCallConv); in lp_build_sample_soa_func()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1599 LLVMSetFunctionCallConv(variant_func, LLVMCCallConv); in draw_llvm_generate()
2277 LLVMSetFunctionCallConv(variant_func, LLVMCCallConv); in draw_gs_llvm_generate()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1216 LLVMSetFunctionCallConv(ctx->main_fn, call_conv); in si_llvm_create_func()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h738 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
/external/llvm/include/llvm-c/
DCore.h1991 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2237 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
/external/mesa3d/src/amd/common/
Dac_llvm_build.c258 LLVMSetFunctionCallConv(function, LLVMCCallConv); in ac_build_intrinsic()
Dac_nir_to_llvm.c243 LLVMSetFunctionCallConv(func, calling_conv); in set_llvm_calling_convention()
324 LLVMSetFunctionCallConv(main_function, RADEON_LLVM_AMDGPU_CS); in create_llvm_function()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1022 LLVMSetFunctionCallConv(Fn, Int_val(Id)); in llvm_set_function_call_conv()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1367 LLVMSetFunctionCallConv(Fn, Int_val(Id)); in llvm_set_function_call_conv()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1284 LLVMSetFunctionCallConv(Fn, Int_val(Id)); in llvm_set_function_call_conv()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1319 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC) { in LLVMSetFunctionCallConv() function
/external/llvm/lib/IR/
DCore.cpp1813 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC) { in LLVMSetFunctionCallConv() function
/external/llvm/bindings/go/llvm/
Dir.go1040 func (v Value) SetFunctionCallConv(cc CallConv) { C.LLVMSetFunctionCallConv(v.C, C.unsigned(cc)) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1089 func (v Value) SetFunctionCallConv(cc CallConv) { C.LLVMSetFunctionCallConv(v.C, C.unsigned(cc)) }

12