Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp125 unsigned MaxOccupancy) const { in less()
126 const auto SGPROcc = std::min(MaxOccupancy, in less()
129 std::min(MaxOccupancy, in less()
131 const auto OtherSGPROcc = std::min(MaxOccupancy, in less()
134 std::min(MaxOccupancy, in less()
H A DAMDGPUPromoteAlloca.cpp805 unsigned MaxOccupancy = ST.getOccupancyWithLocalMemSize(CurrentLocalMemUsage, in hasSufficientLocalMem() local
822 MaxOccupancy = std::min(OccupancyHint, MaxOccupancy); in hasSufficientLocalMem()
827 = ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F); in hasSufficientLocalMem()
838 << " with a maximum occupancy of " << MaxOccupancy << '\n' in hasSufficientLocalMem()
H A DGCNRegPressure.h78 unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;