Searched refs:NumGroups (Results 1 – 6 of 6) 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()
483 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u); in getOccupancyWithLocalMemSize() local487 if (NumGroups == 0) in getOccupancyWithLocalMemSize()490 NumGroups = std::min(MaxWorkGroupsPerCu, NumGroups); in getOccupancyWithLocalMemSize()494 unsigned MaxWaves = NumGroups * MaxGroupNumWaves; in getOccupancyWithLocalMemSize()
2040 U8 NumGroups; /* 0x10 */ member2088 U8 NumGroups; /* 0x14 */ member
1406 unsigned NumGroups = 0; member1422 else if (NumGroups > Other.NumGroups) in operator <()1424 else if (NumGroups < Other.NumGroups) in operator <()1773 VRI.NumGroups += 1; in collectValueRotInfo()2027 << " using rotates: " << VRI.NumGroups << "\n"); in SelectAndParts32()2029 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32()2488 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
2537 U8 NumGroups; /* 0x10 */ member2585 U8 NumGroups; /* 0x14 */ member
5499 unsigned NumGroups = 0; in optimizeRules() local5515 ++NumGroups; in optimizeRules()5535 LLVM_DEBUG(dbgs() << "NumGroups: " << NumGroups << "\n"); in optimizeRules()