Searched refs:LLVMSetInstructionCallConv (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 801 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2583 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 2810 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1193 LLVMSetInstructionCallConv(Inst, Int_val(CC)); in llvm_set_instruction_call_conv()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1563 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/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1612 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2178 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 3680 LLVMSetInstructionCallConv(inst, LLVMFastCallConv); in lp_build_sample_soa_func()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1147 C.LLVMSetInstructionCallConv(v.C, C.unsigned(cc))
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1209 C.LLVMSetInstructionCallConv(v.C, C.unsigned(cc))
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 2407 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function
|