Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h707 SmallVector<APInt, 16> ResourceGroupSubUnitMasks; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2012 ResourceGroupSubUnitMasks.clear(); in reset()
2054 ResourceGroupSubUnitMasks.resize(ResourceCount, APInt(ResourceCount, 0)); in init()
2064 ResourceGroupSubUnitMasks[i].setBit(SubUnits[U]); in init()
2130 if (ResourceGroupSubUnitMasks[PIdx][PE.ProcResourceIdx]) in getNextResourceCycle()