Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h111 std::pair<unsigned, unsigned> getWavesPerEU(const Function &F) const;
117 getWavesPerEU(const Function &F,
125 getWavesPerEU(std::pair<unsigned, unsigned> FlatWorkGroupSizes,
H A DAMDGPUSubtarget.cpp209 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 DGCNSubtarget.cpp474 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 DAMDGPUAttributor.cpp203 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 DAMDGPUPromoteAlloca.cpp184 ST.getWavesPerEU(ST.getFlatWorkGroupSizes(F), LDSBytes, F).first, in getMaxVGPRs()
1451 ST.getWavesPerEU(ST.getFlatWorkGroupSizes(F), CurrentLocalMemUsage, F) in hasSufficientLocalMem()
H A DSIMachineFunctionInfo.cpp47 WavesPerEU = ST.getWavesPerEU(F); in SIMachineFunctionInfo()
H A DSIMachineFunctionInfo.h1131 std::pair<unsigned, unsigned> getWavesPerEU() const {
H A DAMDGPUTargetTransformInfo.cpp1494 std::pair<unsigned, unsigned> WavesPerEU = ST->getWavesPerEU(F); in collectKernelLaunchBounds()
H A DGCNSchedStrategy.cpp1717 std::pair<unsigned, unsigned> WavesPerEU = ST.getWavesPerEU(F); in canIncreaseOccupancyOrReduceSpill()