Lines Matching refs:Instrs
1218 unsigned Instrs = TBI.InstrDepth; in getResourceDepth() local
1221 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount; in getResourceDepth()
1223 Instrs /= IW; in getResourceDepth()
1225 return std::max(Instrs, PRMax); in getResourceDepth()
1238 auto extraCycles = [this](ArrayRef<const MCSchedClassDesc *> Instrs, in getResourceLength()
1242 for (const MCSchedClassDesc *SC : Instrs) { in getResourceLength()
1270 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength() local
1273 Instrs += TE.MTM.getResources(MBB)->InstrCount; in getResourceLength()
1274 Instrs += ExtraInstrs.size(); in getResourceLength()
1275 Instrs -= RemoveInstrs.size(); in getResourceLength()
1277 Instrs /= IW; in getResourceLength()
1279 return std::max(Instrs, PRMax); in getResourceLength()