Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h101 std::pair<unsigned, unsigned> getWavesPerEU(const Function &F) const { in getWavesPerEU() function
104 return getWavesPerEU(F, FlatWorkGroupSizes); in getWavesPerEU()
111 getWavesPerEU(const Function &F,
H A DAMDGPUSubtarget.cpp478 std::pair<unsigned, unsigned> AMDGPUSubtarget::getWavesPerEU( in getWavesPerEU() function in AMDGPUSubtarget
793 return getBaseMaxNumSGPRs(F, MFI.getWavesPerEU(), MFI.getNumPreloadedSGPRs(), in getMaxNumSGPRs()
823 return getBaseMaxNumSGPRs(F, getWavesPerEU(F), getMaxNumPreloadedSGPRs(), in getMaxNumSGPRs()
858 return getBaseMaxNumVGPRs(F, getWavesPerEU(F)); in getMaxNumVGPRs()
864 return getBaseMaxNumVGPRs(F, MFI.getWavesPerEU()); in getMaxNumVGPRs()
H A DAMDGPUAttributor.cpp185 getWavesPerEU(const Function &F, in getWavesPerEU() function in __anon93435ae10111::AMDGPUInformationCache
188 return ST.getWavesPerEU(F, FlatWorkGroupSize); in getWavesPerEU()
835 std::tie(Min, Max) = InfoCache.getWavesPerEU( in initialize()
H A DAMDGPUPromoteAlloca.cpp186 unsigned MaxVGPRs = ST.getMaxNumVGPRs(ST.getWavesPerEU(F).first); in getMaxVGPRs()
1364 unsigned OccupancyHint = ST.getWavesPerEU(F).second; in hasSufficientLocalMem()
H A DSIMachineFunctionInfo.h1040 std::pair<unsigned, unsigned> getWavesPerEU() const {
H A DSIMachineFunctionInfo.cpp48 WavesPerEU = ST.getWavesPerEU(F); in SIMachineFunctionInfo()