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.h940 SmallVector<APInt, 16> ResourceGroupSubUnitMasks; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2542 ResourceGroupSubUnitMasks.clear(); in reset()
2586 ResourceGroupSubUnitMasks.resize(ResourceCount, APInt(ResourceCount, 0)); in init()
2596 ResourceGroupSubUnitMasks[i].setBit(SubUnits[U]); in init()
2679 if (ResourceGroupSubUnitMasks[PIdx][PE.ProcResourceIdx]) in getNextResourceCycle()