Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1364 unsigned OccupancyHint = ST.getWavesPerEU(F).second; in hasSufficientLocalMem() local
1365 if (OccupancyHint == 0) in hasSufficientLocalMem()
1366 OccupancyHint = 7; in hasSufficientLocalMem()
1369 OccupancyHint = std::min(OccupancyHint, ST.getMaxWavesPerEU()); in hasSufficientLocalMem()
1373 MaxOccupancy = std::min(OccupancyHint, MaxOccupancy); in hasSufficientLocalMem()