Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
589 library.LLVMGetInstructionOpcode.argtypes = [Instruction]
590 library.LLVMGetInstructionOpcode.restype = c_uint
/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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c322 LLVMGetInstructionOpcode(mask) == LLVMSExt)) { in lp_build_select()
Dlp_bld_misc.cpp206 switch (LLVMGetInstructionOpcode(V)) { in LLVMSetAlignmentBackport()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c455 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()
1166 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
/external/llvm/tools/llvm-c-test/
Decho.cpp417 LLVMOpcode Op = LLVMGetInstructionOpcode(Src); in CloneInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp437 LLVMOpcode Op = LLVMGetInstructionOpcode(Src); in CloneInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c651 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()
1517 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/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h797 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/external/llvm/include/llvm-c/
DCore.h2521 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2747 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/external/mesa3d/src/amd/common/
Dac_llvm_build.c1752 if (LLVMGetInstructionOpcode(cur) != LLVMCall) in ac_optimize_vs_outputs()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1594 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function
/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go863 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2382 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c5954 if (LLVMGetInstructionOpcode(inst) != LLVMAlloca) in si_count_scratch_private_memory()