Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h42 bool empty() const { return getSGPRNum() == 0 && getVGPRNum() == 0; } in empty()
46 unsigned getSGPRNum() const { return Value[SGPR32]; } in getSGPRNum() function
53 return std::min(ST.getOccupancyWithNumSGPRs(getSGPRNum()), in getOccupancy()
DGCNRegPressure.cpp139 ST.getOccupancyWithNumSGPRs(getSGPRNum())); in less()
143 ST.getOccupancyWithNumSGPRs(O.getSGPRNum())); in less()
175 return SGPRImportant ? (getSGPRNum() < O.getSGPRNum()): in less()
184 OS << ", SGPRs: " << getSGPRNum(); in print()
185 if (ST) OS << "(O" << ST->getOccupancyWithNumSGPRs(getSGPRNum()) << ')'; in print()
DSIFormMemoryClauses.cpp246 MaxPressure.getSGPRNum() <= MaxSGPRs) { in checkPressure()
DGCNSchedStrategy.cpp343 if (PressureAfter.getSGPRNum() <= S.SGPRCriticalLimit && in schedule()