Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp92 unsigned MaxOccupancy) const { in less()
95 const auto SGPROcc = std::min(MaxOccupancy, in less()
98 std::min(MaxOccupancy, in less()
100 const auto OtherSGPROcc = std::min(MaxOccupancy, in less()
103 std::min(MaxOccupancy, in less()
H A DAMDGPUPromoteAlloca.cpp1356 unsigned MaxOccupancy = in hasSufficientLocalMem() local
1373 MaxOccupancy = std::min(OccupancyHint, MaxOccupancy); in hasSufficientLocalMem()
1377 ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F); in hasSufficientLocalMem()
1388 << " with a maximum occupancy of " << MaxOccupancy << '\n' in hasSufficientLocalMem()
H A DGCNRegPressure.h90 unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;