Home
last modified time | relevance | path

Searched refs:SubUnits (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h630 bool hasSuperGroup(RecVec &SubUnits, CodeGenProcModel &PM);
H A DCodeGenSchedule.cpp1811 bool CodeGenSchedModels::hasSuperGroup(RecVec &SubUnits, CodeGenProcModel &PM) { in hasSuperGroup() argument
1816 RecIter RI = SubUnits.begin(), RE = SubUnits.end(); in hasSuperGroup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2279 auto SubUnits = SchedModel->getProcResource(i)->SubUnitsIdxBegin; in init() local
2282 ResourceGroupSubUnitMasks[i].setBit(SubUnits[U]); in init()
2370 auto SubUnits = SchedModel->getProcResource(PIdx)->SubUnitsIdxBegin; in getNextResourceCycle() local
2374 getNextResourceCycle(SC, SubUnits[I], ReleaseAtCycle, AcquireAtCycle); in getNextResourceCycle()