Searched refs:MaxOccupancy (Results 1 – 3 of 3) sorted by relevance
137 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()
673 unsigned MaxOccupancy = ST.getOccupancyWithLocalMemSize(CurrentLocalMemUsage, in hasSufficientLocalMem() local690 MaxOccupancy = std::min(OccupancyHint, MaxOccupancy); in hasSufficientLocalMem()695 = ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F); in hasSufficientLocalMem()706 << " with a maximum occupancy of " << MaxOccupancy << '\n' in hasSufficientLocalMem()
67 unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;