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