Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp96 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()
H A DAMDGPUPromoteAlloca.cpp1450 unsigned MaxOccupancy = in hasSufficientLocalMem() local
1456 ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F); in hasSufficientLocalMem()
1467 << " with a maximum occupancy of " << MaxOccupancy << '\n' in hasSufficientLocalMem()
H A DGCNRegPressure.h103 unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;