reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/GCNRegPressure.cpp
  143                                 ST.getOccupancyWithNumSGPRs(getSGPRNum()));
  147                                 ST.getOccupancyWithNumSGPRs(O.getSGPRNum()));
  179   return SGPRImportant ? (getSGPRNum() < O.getSGPRNum()):
  179   return SGPRImportant ? (getSGPRNum() < O.getSGPRNum()):
  189   OS << ", SGPRs: " << getSGPRNum();
  190   if (ST) OS << "(O" << ST->getOccupancyWithNumSGPRs(getSGPRNum()) << ')';
lib/Target/AMDGPU/GCNRegPressure.h
   43   bool empty() const { return getSGPRNum() == 0 && getVGPRNum() == 0; }
   55     return std::min(ST.getOccupancyWithNumSGPRs(getSGPRNum()),
lib/Target/AMDGPU/GCNSchedStrategy.cpp
  361   if (PressureAfter.getSGPRNum() <= S.SGPRCriticalLimit &&
lib/Target/AMDGPU/SIFormMemoryClauses.cpp
  255       MaxPressure.getSGPRNum() <= MaxSGPRs) {