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

References

lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  332     if (GprNo < NUM_ALL_VGPRS) {
  333       if (GprNo > VgprUB) {
  334         VgprUB = GprNo;
  336       VgprScores[T][GprNo] = Val;
  339       if (GprNo - NUM_ALL_VGPRS > SgprUB) {
  340         SgprUB = GprNo - NUM_ALL_VGPRS;
  342       SgprScores[GprNo - NUM_ALL_VGPRS] = Val;