Lines Matching refs:Instrs
1182 unsigned Instrs = TBI.InstrDepth; in getResourceDepth() local
1185 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount; in getResourceDepth()
1187 Instrs /= IW; in getResourceDepth()
1189 return std::max(Instrs, PRMax); in getResourceDepth()
1202 auto extraCycles = [this](ArrayRef<const MCSchedClassDesc *> Instrs, in getResourceLength()
1206 for (unsigned I = 0; I != Instrs.size(); ++I) { in getResourceLength()
1207 const MCSchedClassDesc *SC = Instrs[I]; in getResourceLength()
1235 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength() local
1238 Instrs += TE.MTM.getResources(Extrablocks[i])->InstrCount; in getResourceLength()
1239 Instrs += ExtraInstrs.size(); in getResourceLength()
1240 Instrs -= RemoveInstrs.size(); in getResourceLength()
1242 Instrs /= IW; in getResourceLength()
1244 return std::max(Instrs, PRMax); in getResourceLength()