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

References

lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  263   std::vector<SpilledReg> &SpillLanes = SGPRToVGPRSpills[FI];
  294         SGPRToVGPRSpills.erase(FI);
  391   for (auto &R : SGPRToVGPRSpills) {
lib/Target/AMDGPU/SIMachineFunctionInfo.h
  487     auto I = SGPRToVGPRSpills.find(FrameIndex);
  488     return (I == SGPRToVGPRSpills.end()) ?