Searched refs:getWavesPerEU (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUSubtarget.h | 98 std::pair<unsigned, unsigned> getWavesPerEU(const Function &F) const { in getWavesPerEU() function 101 return getWavesPerEU(F, FlatWorkGroupSizes); in getWavesPerEU() 108 getWavesPerEU(const Function &F,
|
| D | AMDGPUSubtarget.cpp | 419 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()
|
| D | AMDGPUPromoteAlloca.cpp | 180 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()
|
| D | SIMachineFunctionInfo.cpp | 63 WavesPerEU = ST.getWavesPerEU(F); in SIMachineFunctionInfo()
|
| D | SIMachineFunctionInfo.h | 985 std::pair<unsigned, unsigned> getWavesPerEU() const {
|