Searched refs:LLVMGetInstructionOpcode (Results 1 – 19 of 19) sorted by relevance
417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))586 library.LLVMGetInstructionOpcode.argtypes = [Instruction]587 library.LLVMGetInstructionOpcode.restype = c_uint
417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))589 library.LLVMGetInstructionOpcode.argtypes = [Instruction]590 library.LLVMGetInstructionOpcode.restype = c_uint
322 LLVMGetInstructionOpcode(mask) == LLVMSExt)) { in lp_build_select()
206 switch (LLVMGetInstructionOpcode(V)) { in LLVMSetAlignmentBackport()
455 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()1166 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
417 LLVMOpcode Op = LLVMGetInstructionOpcode(Src); in CloneInstruction()
437 LLVMOpcode Op = LLVMGetInstructionOpcode(Src); in CloneInstruction()
568 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()1453 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
651 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()1517 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
797 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
2521 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
2747 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
1752 if (LLVMGetInstructionOpcode(cur) != LLVMCall) in ac_optimize_vs_outputs()
1594 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function
2156 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function
835 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }
863 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }
2382 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function
5954 if (LLVMGetInstructionOpcode(inst) != LLVMAlloca) in si_count_scratch_private_memory()