Searched refs:NumGroups (Results 1 – 8 of 8) 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()
367 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u); getOccupancyWithLocalMemSize() local
120 static constexpr unsigned NumGroups = MaxIdentifiers;
101 unsigned NumGroups = 0; in optimizeRules() local 117 ++NumGroups; in optimizeRules() 137 LLVM_DEBUG(dbgs() << "NumGroups: " << NumGroups << "\n"); in optimizeRules() 138 (void)NumGroups; in optimizeRules()
152 static_assert(orc::AllocGroup::NumGroups == 32, in Create()
1572 unsigned NumGroups = 0; member 1578 // For sorting (in reverse order) by NumGroups, and then by1588 else if (NumGroups > Other.NumGroups) in operator <() 1590 else if (NumGroups < Other.NumGroups) in operator <() 1950 VRI.NumGroups += 1; in collectValueRotInfo() 2204 << " using rotates: " << VRI.NumGroups << "\n"); in SelectAndParts32() 2206 if (NumAndInsts >= VRI.NumGroups) in SelectAndParts32() 2665 if (ValueRotsVec[i].NumGroups > ValueRotsVe in Select64() [all...]
3428 auto NumGroups = NumBlocks; in allocate() 3458 ArgNum, NumGroups[0] * NumGroups[1] * NumGroups[2], in allocate() 3355 auto NumGroups = NumBlocks; printLaunchInfoDetails() local
3583 auto NumGroups = getCodeGenOpts().ProfileTotalFunctionGroups; in GetAddrOfMSGuidDecl() 3584 if (NumGroups > 1) { in GetAddrOfMSGuidDecl() 3585 auto Group = llvm::crc32(arrayRefFromStringRef(Fn->getName())) % NumGroups; in GetAddrOfMSGuidDecl() 3482 auto NumGroups = getCodeGenOpts().ProfileTotalFunctionGroups; isFunctionBlockedFromProfileInstr() local