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

References

include/llvm/CodeGen/MIRYamlMapping.h
  316     IO.enumCase(ID, "sgpr-spill", TargetStackID::SGPRSpill);
lib/Target/AMDGPU/SIFrameLowering.cpp
  674   case TargetStackID::SGPRSpill:
  761            MFI.getStackID(FI) == TargetStackID::SGPRSpill);
  864            MF.getFrameInfo().getStackID(FI) == TargetStackID::SGPRSpill);
  933         MFI.getStackID(I) == TargetStackID::SGPRSpill &&
 1023                                                     TargetStackID::SGPRSpill);
 1045                                                     TargetStackID::SGPRSpill);
lib/Target/AMDGPU/SIInstrInfo.cpp
 1087       FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill);
 1203       FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill);
lib/Target/AMDGPU/SILowerSGPRSpills.cpp
  294         assert(MFI.getStackID(FI) == TargetStackID::SGPRSpill);