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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp699 unsigned MaxSizeWithWaveCount local
703 if (CurrentLocalMemUsage > MaxSizeWithWaveCount)
706 LocalMemLimit = MaxSizeWithWaveCount;
710 << " Rounding size to " << MaxSizeWithWaveCount

Completed in 163 milliseconds