Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp816 unsigned MaxSizeWithWaveCount in hasSufficientLocalMem() local
820 if (CurrentLocalMemUsage > MaxSizeWithWaveCount) in hasSufficientLocalMem()
823 LocalMemLimit = MaxSizeWithWaveCount; in hasSufficientLocalMem()
827 << " Rounding size to " << MaxSizeWithWaveCount in hasSufficientLocalMem()