Lines Matching refs:Instrs
1213 unsigned Instrs = TBI.InstrDepth; in getResourceDepth() local
1216 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount; in getResourceDepth()
1218 Instrs /= IW; in getResourceDepth()
1220 return std::max(Instrs, PRMax); in getResourceDepth()
1233 auto extraCycles = [this](ArrayRef<const MCSchedClassDesc *> Instrs, in getResourceLength()
1237 for (const MCSchedClassDesc *SC : Instrs) { in getResourceLength()
1265 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength() local
1268 Instrs += TE.MTM.getResources(MBB)->InstrCount; in getResourceLength()
1269 Instrs += ExtraInstrs.size(); in getResourceLength()
1270 Instrs -= RemoveInstrs.size(); in getResourceLength()
1272 Instrs /= IW; in getResourceLength()
1274 return std::max(Instrs, PRMax); in getResourceLength()