HomeSort by: relevance | last modified time | path
    Searched refs:MaxOccupancy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNRegPressure.cpp 125 unsigned MaxOccupancy) const {
126 const auto SGPROcc = std::min(MaxOccupancy,
129 std::min(MaxOccupancy,
131 const auto OtherSGPROcc = std::min(MaxOccupancy,
134 std::min(MaxOccupancy,
AMDGPUPromoteAlloca.cpp 805 unsigned MaxOccupancy = ST.getOccupancyWithLocalMemSize(CurrentLocalMemUsage,
822 MaxOccupancy = std::min(OccupancyHint, MaxOccupancy);
827 = ST.getMaxLocalMemSizeWithWaveCount(MaxOccupancy, F);
838 << " with a maximum occupancy of " << MaxOccupancy << '\n'
GCNRegPressure.h 78 unsigned MaxOccupancy = std::numeric_limits<unsigned>::max()) const;

Completed in 19 milliseconds