Searched refs:NumGroups (Results 1 – 4 of 4) sorted by relevance
141 int NumGroups = ((CurrGroupSize > 3) ? (CurrGroupSize / 3) : 1); in nextGroup() local149 GrpCount += ((unsigned) NumGroups); in nextGroup()153 ProcResourceCounters[i] = ((ProcResourceCounters[i] > NumGroups) in nextGroup()154 ? (ProcResourceCounters[i] - NumGroups) in nextGroup()
380 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u); in getOccupancyWithLocalMemSize() local384 if (NumGroups == 0) in getOccupancyWithLocalMemSize()387 NumGroups = std::min(MaxWorkGroupsPerCu, NumGroups); in getOccupancyWithLocalMemSize()391 unsigned MaxWaves = NumGroups * MaxGroupNumWaves; in getOccupancyWithLocalMemSize()
1410 unsigned NumGroups = 0; member1426 else if (NumGroups > Other.NumGroups) in operator <()1428 else if (NumGroups < Other.NumGroups) in operator <()1777 VRI.NumGroups += 1; in collectValueRotInfo()2031 << " using rotates: " << VRI.NumGroups << "\n"); in SelectAndParts32()2033 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()2492 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
5485 unsigned NumGroups = 0; in optimizeRules() local5501 ++NumGroups; in optimizeRules()5521 LLVM_DEBUG(dbgs() << "NumGroups: " << NumGroups << "\n"); in optimizeRules()