Searched refs:getNumExplicitDefs (Results 1 – 7 of 7) sorted by relevance
442 return getNumExplicitDefs() + MCID->getNumImplicitDefs();480 unsigned getNumExplicitDefs() const;516 operands_begin() + getNumExplicitDefs());521 operands_begin() + getNumExplicitDefs());526 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());530 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());533 return make_range(operands_begin() + getNumExplicitDefs(),537 return make_range(operands_begin() + getNumExplicitDefs(),1665 return getOperand(getNumExplicitDefs()).getIntrinsicID();
778 MI->getNumExplicitDefs() != 1) in isPRECandidate()
1169 assert(MI.getNumExplicitDefs() == 1 && in describeLoadedValue()
718 unsigned MachineInstr::getNumExplicitDefs() const { in getNumExplicitDefs() function in MachineInstr
1348 const MachineOperand &IntrIDOp = MI->getOperand(MI->getNumExplicitDefs()); in verifyPreISelGenericInstruction()
254 for (unsigned I = 0, E = MI.getNumExplicitDefs(); I != E; ++I) { in addMappingFromTable()1189 const int NumDefs = MI.getNumExplicitDefs(); in applyMappingImage()2315 RsrcIdx += MI.getNumExplicitDefs() + 1; in getImageMapping()
7236 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 && in hasReassociableOperands()