Searched refs:getMaxWavesPerCU (Results 1 – 6 of 6) sorted by relevance
715 unsigned getMaxWavesPerCU() const { in getMaxWavesPerCU() function716 return AMDGPU::IsaInfo::getMaxWavesPerCU(MCSubtargetInfo::getFeatureBits()); in getMaxWavesPerCU()721 unsigned getMaxWavesPerCU(unsigned FlatWorkGroupSize) const { in getMaxWavesPerCU() function722 return AMDGPU::IsaInfo::getMaxWavesPerCU(MCSubtargetInfo::getFeatureBits(), in getMaxWavesPerCU()
91 unsigned getMaxWavesPerCU(const FeatureBitset &Features);95 unsigned getMaxWavesPerCU(const FeatureBitset &Features,
246 unsigned getMaxWavesPerCU(const FeatureBitset &Features) { in getMaxWavesPerCU() function250 unsigned getMaxWavesPerCU(const FeatureBitset &Features, in getMaxWavesPerCU() function266 return alignTo(getMaxWavesPerCU(Features, FlatWorkGroupSize), in getMaxWavesPerEU()
266 unsigned getMaxWavesPerCU() const { in getMaxWavesPerCU() function
216 unsigned SGPRLimit = getNumSGPRsAllowed(STI, STI.getMaxWavesPerCU()); in getRegPressureSetLimit()217 unsigned VGPRLimit = getNumVGPRsAllowed(STI.getMaxWavesPerCU()); in getRegPressureSetLimit()
193 OccupancyHint = std::min(OccupancyHint, ST.getMaxWavesPerCU()); in runOnFunction()