Searched refs:LLVMSetInstructionCallConv (Results 1 – 13 of 13) sorted by relevance
/external/llvm/include/llvm-c/ |
D | Core.h | 2583 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 3247 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3210 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1589 LLVMSetInstructionCallConv(Inst, Int_val(CC)); in llvm_set_instruction_call_conv()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1499 LLVMSetInstructionCallConv(Inst, Int_val(CC)); in llvm_set_instruction_call_conv()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_s3tc.c | 2032 LLVMSetInstructionCallConv(inst, LLVMFastCallConv); in update_cached_block()
|
D | lp_bld_sample_soa.c | 3768 LLVMSetInstructionCallConv(inst, LLVMFastCallConv); in lp_build_sample_soa_func()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2178 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1147 C.LLVMSetInstructionCallConv(v.C, C.unsigned(cc))
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 1271 C.LLVMSetInstructionCallConv(v.C, C.unsigned(cc))
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 2819 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 2783 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 4393 LLVMSetInstructionCallConv(ret, LLVMGetFunctionCallConv(func)); in ac_build_call()
|