Home
last modified time | relevance | path

Searched refs:LLVMSetInstructionCallConv (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h801 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
/external/llvm/include/llvm-c/
DCore.h2583 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1193 LLVMSetInstructionCallConv(Inst, Int_val(CC)); in llvm_set_instruction_call_conv()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1499 LLVMSetInstructionCallConv(Inst, Int_val(CC)); in llvm_set_instruction_call_conv()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1612 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c3375 LLVMSetInstructionCallConv(inst, LLVMFastCallConv); in lp_build_sample_soa_func()
/external/llvm/lib/IR/
DCore.cpp2178 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function
/external/llvm/bindings/go/llvm/
Dir.go1147 C.LLVMSetInstructionCallConv(v.C, C.unsigned(cc))