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

References

lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  333   auto &Spill = VGPRToAGPRSpills[FI];
  403   for (auto &R : VGPRToAGPRSpills) {
lib/Target/AMDGPU/SIMachineFunctionInfo.h
  505     auto I = VGPRToAGPRSpills.find(FrameIndex);
  506     return (I == VGPRToAGPRSpills.end()) ? (MCPhysReg)AMDGPU::NoRegister