Searched refs:getWavesPerEU (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.h | 101 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 D | AMDGPUSubtarget.cpp | 478 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 D | AMDGPUAttributor.cpp | 185 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 D | AMDGPUPromoteAlloca.cpp | 186 unsigned MaxVGPRs = ST.getMaxNumVGPRs(ST.getWavesPerEU(F).first); in getMaxVGPRs() 1364 unsigned OccupancyHint = ST.getWavesPerEU(F).second; in hasSufficientLocalMem()
|
H A D | SIMachineFunctionInfo.h | 1040 std::pair<unsigned, unsigned> getWavesPerEU() const {
|
H A D | SIMachineFunctionInfo.cpp | 48 WavesPerEU = ST.getWavesPerEU(F); in SIMachineFunctionInfo()
|