Searched refs:getNumExplicitDefs (Results 1 – 18 of 18) sorted by relevance
568 return getNumExplicitDefs() + MCID->getNumImplicitDefs();606 unsigned getNumExplicitDefs() const;657 operands_begin() + getNumExplicitDefs());662 operands_begin() + getNumExplicitDefs());667 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());671 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());674 return make_range(operands_begin() + getNumExplicitDefs(),678 return make_range(operands_begin() + getNumExplicitDefs(),1847 return getOperand(getNumExplicitDefs()).getIntrinsicID();
142 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction()154 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction()
3098 const unsigned FirstSrcOpIdx = MI.getNumExplicitDefs(); in legalizeUnsignedDIV_REM()3124 const unsigned FirstSrcOpIdx = MI.getNumExplicitDefs(); in legalizeSignedDIV_REM()4086 const bool HasReturn = MI.getNumExplicitDefs() != 0; in legalizeBufferAtomic()4255 const unsigned NumDefs = MI.getNumExplicitDefs(); in legalizeImageIntrinsic()4348 MI.getOperand(MI.getNumExplicitDefs()) in legalizeImageIntrinsic()
313 for (unsigned I = 0, E = MI.getNumExplicitDefs(); I != E; ++I) { in addMappingFromTable()1295 const int NumDefs = MI.getNumExplicitDefs(); in applyMappingImage()3256 RsrcIdx += MI.getNumExplicitDefs() + 1; in getImageMapping()
1673 if (!ST->hasGFX90AInsts() || MI.getNumExplicitDefs() != 1) in tryFoldLoad()
1521 const unsigned ArgOffset = MI.getNumExplicitDefs() + 1; in selectImageIntrinsic()
192 unsigned NumVariadicDefs = MI->getNumExplicitDefs() - Desc.getNumDefs(); in lower()299 OutMI.insert(OutMI.begin(), MCOperand::createImm(MI->getNumExplicitDefs())); in lower()
89 return MI.getOperand(MI.getNumExplicitDefs()); in getCalleeOp()
165 assert(MI->getNumExplicitDefs() == 1); in lowerRISCVVMachineInstrToMCInst()
610 assert(mi->getNumExplicitDefs() == 1); in convertInstTo3Addr()611 assert(NewMI->getNumExplicitDefs() == 1); in convertInstTo3Addr()
793 MI->getNumExplicitDefs() != 1) in isPRECandidate()
1239 if (MI.getNumExplicitDefs() != 1) in describeLoadedValue()
745 unsigned MachineInstr::getNumExplicitDefs() const { in getNumExplicitDefs() function in MachineInstr
1383 const MachineOperand &IntrIDOp = MI->getOperand(MI->getNumExplicitDefs()); in verifyPreISelGenericInstruction()
52 assert(MI.getNumExplicitDefs() == 1 && in getKnownBits()
2743 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithOperand()2754 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithReg()
4157 const int NumDefOps = MI.getNumExplicitDefs(); in reduceOperationWidth()5165 unsigned NumDefs = MI.getNumExplicitDefs(); in narrowScalarAddSub()
8107 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 && in hasReassociableOperands()