Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h2583 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
/external/llvm-project/llvm/include/llvm-c/
DCore.h3247 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3210 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1589 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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c2032 LLVMSetInstructionCallConv(inst, LLVMFastCallConv); in update_cached_block()
Dlp_bld_sample_soa.c3768 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))
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1271 C.LLVMSetInstructionCallConv(v.C, C.unsigned(cc))
/external/llvm-project/llvm/lib/IR/
DCore.cpp2819 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2783 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c4393 LLVMSetInstructionCallConv(ret, LLVMGetFunctionCallConv(func)); in ac_build_call()