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

References

lib/Target/AMDGPU/SIFrameLowering.cpp
  339   if (NumPreloaded > AllSGPRs.size())
  342   AllSGPRs = AllSGPRs.slice(NumPreloaded);
  342   AllSGPRs = AllSGPRs.slice(NumPreloaded);
  360   if (AllSGPRs.size() < ReservedRegCount)
  367   for (MCPhysReg Reg : AllSGPRs.drop_back(ReservedRegCount)) {