Searched refs:getMaxWavesPerCU (Results 1 – 3 of 3) sorted by relevance
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()