Searched refs:getWavesPerEU (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.h | 111 std::pair<unsigned, unsigned> getWavesPerEU(const Function &F) const; 117 getWavesPerEU(const Function &F, 125 getWavesPerEU(std::pair<unsigned, unsigned> FlatWorkGroupSizes,
|
| H A D | AMDGPUSubtarget.cpp | 209 AMDGPUSubtarget::getWavesPerEU(const Function &F) const { in getWavesPerEU() function in AMDGPUSubtarget 216 return getWavesPerEU(FlatWorkGroupSizes, LDSBytes, F); in getWavesPerEU() 219 std::pair<unsigned, unsigned> AMDGPUSubtarget::getWavesPerEU( in getWavesPerEU() function in AMDGPUSubtarget 225 return getWavesPerEU(FlatWorkGroupSizes, LDSBytes, F); in getWavesPerEU() 229 AMDGPUSubtarget::getWavesPerEU(std::pair<unsigned, unsigned> FlatWorkGroupSizes, in getWavesPerEU() function in AMDGPUSubtarget
|
| H A D | GCNSubtarget.cpp | 474 return getBaseMaxNumSGPRs(F, MFI.getWavesPerEU(), MFI.getNumPreloadedSGPRs(), in getMaxNumSGPRs() 504 return getBaseMaxNumSGPRs(F, getWavesPerEU(F), getMaxNumPreloadedSGPRs(), in getMaxNumSGPRs() 530 std::pair<unsigned, unsigned> Waves = getWavesPerEU(F); in getMaxNumVGPRs()
|
| H A D | AMDGPUAttributor.cpp | 203 getWavesPerEU(const Function &F, in getWavesPerEU() function in __anon93435ae10111::AMDGPUInformationCache 206 return ST.getWavesPerEU(FlatWorkGroupSize, getLDSSize(F), F); in getWavesPerEU() 1342 ST.getWavesPerEU(F, {MinFlatWgrpSize, MaxFlatWgrpSize}); in updateWavesPerEU()
|
| H A D | AMDGPUPromoteAlloca.cpp | 184 ST.getWavesPerEU(ST.getFlatWorkGroupSizes(F), LDSBytes, F).first, in getMaxVGPRs() 1451 ST.getWavesPerEU(ST.getFlatWorkGroupSizes(F), CurrentLocalMemUsage, F) in hasSufficientLocalMem()
|
| H A D | SIMachineFunctionInfo.cpp | 47 WavesPerEU = ST.getWavesPerEU(F); in SIMachineFunctionInfo()
|
| H A D | SIMachineFunctionInfo.h | 1131 std::pair<unsigned, unsigned> getWavesPerEU() const {
|
| H A D | AMDGPUTargetTransformInfo.cpp | 1494 std::pair<unsigned, unsigned> WavesPerEU = ST->getWavesPerEU(F); in collectKernelLaunchBounds()
|
| H A D | GCNSchedStrategy.cpp | 1717 std::pair<unsigned, unsigned> WavesPerEU = ST.getWavesPerEU(F); in canIncreaseOccupancyOrReduceSpill()
|