Searched refs:getSGPRNum (Results 1 – 4 of 4) sorted by relevance
95 ST.getOccupancyWithNumSGPRs(getSGPRNum())); in less()100 ST.getOccupancyWithNumSGPRs(O.getSGPRNum())); in less()133 return SGPRImportant ? (getSGPRNum() < O.getSGPRNum()): in less()146 OS << ", SGPRs: " << RP.getSGPRNum(); in print()148 OS << "(O" << ST->getOccupancyWithNumSGPRs(RP.getSGPRNum()) << ')'; in print()554 OS << format(PFX " %-5d", RP.getSGPRNum()) in runOnMachineFunction()
45 bool empty() const { return getSGPRNum() == 0 && getVGPRNum(false) == 0; } in empty()49 unsigned getSGPRNum() const { return Value[SGPR32]; } in getSGPRNum() function64 return std::min(ST.getOccupancyWithNumSGPRs(getSGPRNum()), in getOccupancy()
208 MaxPressure.getSGPRNum() <= MaxSGPRs / 2) { in checkPressure()
931 if (PressureAfter.getSGPRNum() <= S.SGPRCriticalLimit && in checkScheduling()978 PressureAfter.getSGPRNum() > MaxSGPRs) { in checkScheduling()1356 int SGPRUsage = NewPressure[I].getSGPRNum(); in sinkTriviallyRematInsts()