Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dcore.py417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
586 library.LLVMGetInstructionOpcode.argtypes = [Instruction]
587 library.LLVMGetInstructionOpcode.restype = c_uint
/external/llvm-project/llvm/bindings/python/llvm/
Dcore.py428 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
600 library.LLVMGetInstructionOpcode.argtypes = [Instruction]
601 library.LLVMGetInstructionOpcode.restype = c_uint
/external/mesa3d/src/amd/llvm/
Dac_llvm_util.c338 if (LLVMGetInstructionOpcode(inst) != LLVMAlloca) in ac_count_scratch_private_memory()
Dac_llvm_build.c2851 if (LLVMGetInstructionOpcode(cur) != LLVMCall) in ac_optimize_vs_outputs()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c324 LLVMGetInstructionOpcode(mask) == LLVMSExt) { in lp_build_select()
/external/llvm/tools/llvm-c-test/
Decho.cpp417 LLVMOpcode Op = LLVMGetInstructionOpcode(Src); in CloneInstruction()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c658 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()
1543 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c568 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()
1453 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp489 LLVMOpcode Op = LLVMGetInstructionOpcode(Src); in CloneInstruction()
/external/llvm/include/llvm-c/
DCore.h2521 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/external/llvm-project/llvm/include/llvm-c/
DCore.h3175 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3138 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/external/llvm/lib/IR/
DCore.cpp2156 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function
/external/llvm/bindings/go/llvm/
Dir.go835 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go901 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }
/external/llvm-project/llvm/lib/IR/
DCore.cpp2789 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2753 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function