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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp141 unsigned MaxOccupancy) const {
142 const auto SGPROcc = std::min(MaxOccupancy,
144 const auto VGPROcc = std::min(MaxOccupancy,
146 const auto OtherSGPROcc = std::min(MaxOccupancy,
148 const auto OtherVGPROcc = std::min(MaxOccupancy,
H A DAMDGPUPromoteAlloca.cpp678 unsigned MaxOccupancy = ST.getOccupancyWithLocalMemSize(CurrentLocalMemUsage, local
695 MaxOccupancy = std::min(OccupancyHint, MaxOccupancy);
700 = ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F);
711 << " with a maximum occupancy of " << MaxOccupancy << '\n'
H A DGCNRegPressure.h69 unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;

Completed in 53 milliseconds