Home
last modified time | relevance | path

Searched refs:getSGPRNum (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp127 ST.getOccupancyWithNumSGPRs(getSGPRNum())); in less()
132 ST.getOccupancyWithNumSGPRs(O.getSGPRNum())); in less()
165 return SGPRImportant ? (getSGPRNum() < O.getSGPRNum()): in less()
178 OS << ", SGPRs: " << getSGPRNum(); in print()
179 if (ST) OS << "(O" << ST->getOccupancyWithNumSGPRs(getSGPRNum()) << ')'; in print()
H A DGCNRegPressure.h45 bool empty() const { return getSGPRNum() == 0 && getVGPRNum(false) == 0; } in empty()
49 unsigned getSGPRNum() const { return Value[SGPR32]; } in getSGPRNum() function
64 return std::min(ST.getOccupancyWithNumSGPRs(getSGPRNum()), in getOccupancy()
H A DGCNSchedStrategy.cpp686 if (PressureAfter.getSGPRNum() <= S.SGPRCriticalLimit && in checkScheduling()
731 PressureAfter.getSGPRNum() > MaxSGPRs) { in checkScheduling()
963 int SGPRUsage = NewPressure[I].getSGPRNum(); in sinkTriviallyRematInsts()
H A DSIFormMemoryClauses.cpp210 MaxPressure.getSGPRNum() <= MaxSGPRs / 2) { in checkPressure()