Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h682 SmallVector<APInt, 16> ResourceGroupSubUnitMasks; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2006 ResourceGroupSubUnitMasks.clear(); in reset()
2048 ResourceGroupSubUnitMasks.resize(ResourceCount, APInt(ResourceCount, 0)); in init()
2058 ResourceGroupSubUnitMasks[i].setBit(SubUnits[U]); in init()
2124 if (ResourceGroupSubUnitMasks[PIdx][PE.ProcResourceIdx]) in getNextResourceCycle()