Home
last modified time | relevance | path

Searched refs:ResourceGroupSubUnitMasks (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h932 SmallVector<APInt, 16> ResourceGroupSubUnitMasks; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2228 ResourceGroupSubUnitMasks.clear(); in reset()
2272 ResourceGroupSubUnitMasks.resize(ResourceCount, APInt(ResourceCount, 0)); in init()
2282 ResourceGroupSubUnitMasks[i].setBit(SubUnits[U]); in init()
2365 if (ResourceGroupSubUnitMasks[PIdx][PE.ProcResourceIdx]) in getNextResourceCycle()