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.cpp93 unsigned MaxOccupancy) const { in less()
94 const auto SGPROcc = std::min(MaxOccupancy, in less()
97 std::min(MaxOccupancy, in less()
99 const auto OtherSGPROcc = std::min(MaxOccupancy, in less()
102 std::min(MaxOccupancy, in less()
H A DAMDGPUPromoteAlloca.cpp1274 unsigned MaxOccupancy = in hasSufficientLocalMem() local
1291 MaxOccupancy = std::min(OccupancyHint, MaxOccupancy); in hasSufficientLocalMem()
1295 ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F); in hasSufficientLocalMem()
1306 << " with a maximum occupancy of " << MaxOccupancy << '\n' in hasSufficientLocalMem()
H A DGCNRegPressure.h78 unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;