Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp826 unsigned MaxSizeWithWaveCount in hasSufficientLocalMem() local
830 if (CurrentLocalMemUsage > MaxSizeWithWaveCount) in hasSufficientLocalMem()
833 LocalMemLimit = MaxSizeWithWaveCount; in hasSufficientLocalMem()
837 << " Rounding size to " << MaxSizeWithWaveCount in hasSufficientLocalMem()