Home
last modified time | relevance | path

Searched refs:NumGroups (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp141 int NumGroups = ((CurrGroupSize > 3) ? (CurrGroupSize / 3) : 1); in nextGroup() local
149 GrpCount += ((unsigned) NumGroups); in nextGroup()
153 ProcResourceCounters[i] = ((ProcResourceCounters[i] > NumGroups) in nextGroup()
154 ? (ProcResourceCounters[i] - NumGroups) in nextGroup()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp367 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u); getOccupancyWithLocalMemSize() local
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h120 static constexpr unsigned NumGroups = MaxIdentifiers;
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp101 unsigned NumGroups = 0; in optimizeRules() local
117 ++NumGroups; in optimizeRules()
137 LLVM_DEBUG(dbgs() << "NumGroups: " << NumGroups << "\n"); in optimizeRules()
138 (void)NumGroups; in optimizeRules()
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp152 static_assert(orc::AllocGroup::NumGroups == 32, in Create()
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1572 unsigned NumGroups = 0; member
1578 // For sorting (in reverse order) by NumGroups, and then by
1588 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...]
/llvm-project/offload/plugins-nextgen/amdgpu/src/
H A Drtl.cpp3428 auto NumGroups = NumBlocks; in allocate()
3458 ArgNum, NumGroups[0] * NumGroups[1] * NumGroups[2], in allocate()
3355 auto NumGroups = NumBlocks; printLaunchInfoDetails() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3583 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