Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp91 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()
H A DAMDGPUPromoteAlloca.cpp886 unsigned MaxOccupancy = ST.getOccupancyWithLocalMemSize(CurrentLocalMemUsage, in hasSufficientLocalMem() local
903 MaxOccupancy = std::min(OccupancyHint, MaxOccupancy); in hasSufficientLocalMem()
908 = ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F); in hasSufficientLocalMem()
919 << " with a maximum occupancy of " << MaxOccupancy << '\n' in hasSufficientLocalMem()
H A DGCNRegPressure.h78 unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;