Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h715 unsigned getMaxWavesPerCU() const { in getMaxWavesPerCU() function
716 return AMDGPU::IsaInfo::getMaxWavesPerCU(MCSubtargetInfo::getFeatureBits()); in getMaxWavesPerCU()
721 unsigned getMaxWavesPerCU(unsigned FlatWorkGroupSize) const { in getMaxWavesPerCU() function
722 return AMDGPU::IsaInfo::getMaxWavesPerCU(MCSubtargetInfo::getFeatureBits(), in getMaxWavesPerCU()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h91 unsigned getMaxWavesPerCU(const FeatureBitset &Features);
95 unsigned getMaxWavesPerCU(const FeatureBitset &Features,
DAMDGPUBaseInfo.cpp246 unsigned getMaxWavesPerCU(const FeatureBitset &Features) { in getMaxWavesPerCU() function
250 unsigned getMaxWavesPerCU(const FeatureBitset &Features, in getMaxWavesPerCU() function
266 return alignTo(getMaxWavesPerCU(Features, FlatWorkGroupSize), in getMaxWavesPerEU()
/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()