Home
last modified time | relevance | path

Searched refs:getMaxWavesPerCU (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h266 unsigned getMaxWavesPerCU() const { in getMaxWavesPerCU() function
DSIRegisterInfo.cpp216 unsigned SGPRLimit = getNumSGPRsAllowed(STI, STI.getMaxWavesPerCU()); in getRegPressureSetLimit()
217 unsigned VGPRLimit = getNumVGPRsAllowed(STI.getMaxWavesPerCU()); in getRegPressureSetLimit()
DAMDGPUPromoteAlloca.cpp193 OccupancyHint = std::min(OccupancyHint, ST.getMaxWavesPerCU()); in runOnFunction()