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

References

lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  241       CurrentProgramInfo.NumSGPRsForWavesPerEU -
  517       Twine(CurrentProgramInfo.NumSGPRsForWavesPerEU), false);
  980   ProgInfo.NumSGPRsForWavesPerEU = std::max(
  999       ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs;
 1006     ProgInfo.NumSGPRsForWavesPerEU =
 1025       &STM, ProgInfo.NumSGPRsForWavesPerEU);
 1105                                             ProgInfo.NumSGPRsForWavesPerEU,
 1177   MD->setNumUsedSgprs(CC, CurrentProgramInfo.NumSGPRsForWavesPerEU);