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

References

lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  689   OccupancyHint = std::min(OccupancyHint, ST.getMaxWavesPerEU());
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  319   unsigned MaxWaves = getMaxWavesPerEU();
  329   unsigned MaxWaves = getMaxWavesPerEU();
  390   std::pair<unsigned, unsigned> Default(1, getMaxWavesPerEU());
  418       Requested.first > getMaxWavesPerEU())
  420   if (Requested.second > getMaxWavesPerEU())
  572     return getMaxWavesPerEU();
  597   unsigned MaxWaves = getMaxWavesPerEU();
  627     std::min(getMaxWavesPerEU(),