Searched refs:MaxOccupancy (Results 1 – 3 of 3) sorted by relevance
96 unsigned MaxOccupancy) const { in less()101 const auto SGPROcc = std::min(MaxOccupancy, in less()104 MaxOccupancy, ST.getOccupancyWithNumVGPRs(getVGPRNum(ST.hasGFX90AInsts()), in less()106 const auto OtherSGPROcc = std::min(MaxOccupancy, in less()109 std::min(MaxOccupancy, in less()
1450 unsigned MaxOccupancy = in hasSufficientLocalMem() local1456 ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F); in hasSufficientLocalMem()1467 << " with a maximum occupancy of " << MaxOccupancy << '\n' in hasSufficientLocalMem()
103 unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;