Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp907 unsigned MaxSizeWithWaveCount in hasSufficientLocalMem() local
911 if (CurrentLocalMemUsage > MaxSizeWithWaveCount) in hasSufficientLocalMem()
914 LocalMemLimit = MaxSizeWithWaveCount; in hasSufficientLocalMem()
918 << " Rounding size to " << MaxSizeWithWaveCount in hasSufficientLocalMem()