Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3210 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c2029 LLVMSetInstructionCallConv(inst, LLVMFastCallConv); in update_cached_block()
Dlp_bld_sample_soa.c4266 LLVMSetInstructionCallConv(inst, LLVMFastCallConv); in lp_build_sample_soa_func()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2783 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c4304 LLVMSetInstructionCallConv(ret, LLVMGetFunctionCallConv(func)); in ac_build_call()