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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp802 unsigned MaxSizeWithWaveCount local
806 if (CurrentLocalMemUsage > MaxSizeWithWaveCount)
809 LocalMemLimit = MaxSizeWithWaveCount;
813 << " Rounding size to " << MaxSizeWithWaveCount

Completed in 309 milliseconds