Searched refs:MaxOccupancy (Results 1 – 3 of 3) sorted by relevance
91 unsigned MaxOccupancy) const { in less()92 const auto SGPROcc = std::min(MaxOccupancy, in less()95 std::min(MaxOccupancy, in less()97 const auto OtherSGPROcc = std::min(MaxOccupancy, in less()100 std::min(MaxOccupancy, in less()
886 unsigned MaxOccupancy = ST.getOccupancyWithLocalMemSize(CurrentLocalMemUsage, in hasSufficientLocalMem() local903 MaxOccupancy = std::min(OccupancyHint, MaxOccupancy); in hasSufficientLocalMem()908 = ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F); in hasSufficientLocalMem()919 << " with a maximum occupancy of " << MaxOccupancy << '\n' in hasSufficientLocalMem()
78 unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;