Searched refs:getNumExplicitDefs (Results 1 – 19 of 19) sorted by relevance
557 return getNumExplicitDefs() + MCID->getNumImplicitDefs();595 unsigned getNumExplicitDefs() const;646 operands_begin() + getNumExplicitDefs());651 operands_begin() + getNumExplicitDefs());656 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());660 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());663 return make_range(operands_begin() + getNumExplicitDefs(),667 return make_range(operands_begin() + getNumExplicitDefs(),1837 return getOperand(getNumExplicitDefs()).getIntrinsicID();
142 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction()154 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction()
313 for (unsigned I = 0, E = MI.getNumExplicitDefs(); I != E; ++I) { in addMappingFromTable()1294 const int NumDefs = MI.getNumExplicitDefs(); in applyMappingImage()3164 RsrcIdx += MI.getNumExplicitDefs() + 1; in getImageMapping()
3943 const bool HasReturn = MI.getNumExplicitDefs() != 0; in legalizeBufferAtomic()4116 const unsigned NumDefs = MI.getNumExplicitDefs(); in legalizeImageIntrinsic()4209 MI.getOperand(MI.getNumExplicitDefs()) in legalizeImageIntrinsic()
1651 if (!ST->hasGFX90AInsts() || MI.getNumExplicitDefs() != 1) in tryFoldLoad()
1480 const unsigned ArgOffset = MI.getNumExplicitDefs() + 1; in selectImageIntrinsic()
89 return MI.getOperand(MI.getNumExplicitDefs()); in getCalleeOp()
239 unsigned NumVariadicDefs = MI->getNumExplicitDefs() - Desc.getNumDefs(); in lower()346 OutMI.insert(OutMI.begin(), MCOperand::createImm(MI->getNumExplicitDefs())); in lower()
165 assert(MI->getNumExplicitDefs() == 1); in lowerRISCVVMachineInstrToMCInst()
605 assert(mi->getNumExplicitDefs() == 1); in convertInstTo3Addr()606 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()
51 assert(MI.getNumExplicitDefs() == 1 && in getKnownBits()
1007 return MI.getOperand(MI.getNumExplicitDefs()).getIntrinsicID(); in getIntrinsicID()
2697 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithOperand()2708 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithReg()
3951 const int NumDefOps = MI.getNumExplicitDefs(); in reduceOperationWidth()4778 unsigned NumDefs = MI.getNumExplicitDefs(); in narrowScalarAddSub()
8053 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 && in hasReassociableOperands()