Home
last modified time | relevance | path

Searched refs:getWavesPerEU (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h98 std::pair<unsigned, unsigned> getWavesPerEU(const Function &F) const { in getWavesPerEU() function
101 return getWavesPerEU(F, FlatWorkGroupSizes); in getWavesPerEU()
108 getWavesPerEU(const Function &F,
DAMDGPUSubtarget.cpp419 std::pair<unsigned, unsigned> AMDGPUSubtarget::getWavesPerEU( in getWavesPerEU() function in AMDGPUSubtarget
746 return getBaseMaxNumSGPRs(F, MFI.getWavesPerEU(), MFI.getNumPreloadedSGPRs(), in getMaxNumSGPRs()
774 return getBaseMaxNumSGPRs(F, getWavesPerEU(F), getMaxNumPreloadedSGPRs(), in getMaxNumSGPRs()
809 return getBaseMaxNumVGPRs(F, getWavesPerEU(F)); in getMaxNumVGPRs()
815 return getBaseMaxNumVGPRs(F, MFI.getWavesPerEU()); in getMaxNumVGPRs()
DAMDGPUPromoteAlloca.cpp180 MaxVGPRs = ST.getMaxNumVGPRs(ST.getWavesPerEU(F).first); in run()
894 unsigned OccupancyHint = ST.getWavesPerEU(F).second; in hasSufficientLocalMem()
1181 MaxVGPRs = ST.getMaxNumVGPRs(ST.getWavesPerEU(F).first); in promoteAllocasToVector()
DSIMachineFunctionInfo.cpp63 WavesPerEU = ST.getWavesPerEU(F); in SIMachineFunctionInfo()
DSIMachineFunctionInfo.h985 std::pair<unsigned, unsigned> getWavesPerEU() const {