Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp137 unsigned MaxOccupancy) const { in less()
138 const auto SGPROcc = std::min(MaxOccupancy, in less()
140 const auto VGPROcc = std::min(MaxOccupancy, in less()
142 const auto OtherSGPROcc = std::min(MaxOccupancy, in less()
144 const auto OtherVGPROcc = std::min(MaxOccupancy, in less()
H A DAMDGPUPromoteAlloca.cpp673 unsigned MaxOccupancy = ST.getOccupancyWithLocalMemSize(CurrentLocalMemUsage, in hasSufficientLocalMem() local
690 MaxOccupancy = std::min(OccupancyHint, MaxOccupancy); in hasSufficientLocalMem()
695 = ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F); in hasSufficientLocalMem()
706 << " with a maximum occupancy of " << MaxOccupancy << '\n' in hasSufficientLocalMem()
H A DGCNRegPressure.h67 unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;