Home
last modified time | relevance | path

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

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