Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.c343 if (LLVMGetInstructionOpcode(inst) != LLVMAlloca) in ac_count_scratch_private_memory()
Dac_llvm_build.c2893 if (LLVMGetInstructionOpcode(cur) != LLVMCall) in ac_optimize_vs_outputs()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c324 LLVMGetInstructionOpcode(mask) == LLVMSExt) { in lp_build_select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3138 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2753 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function