Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h620 bool hasSuperGroup(const ConstRecVec &SubUnits, const CodeGenProcModel &PM);
H A DCodeGenSchedule.cpp1735 bool CodeGenSchedModels::hasSuperGroup(const ConstRecVec &SubUnits, in hasSuperGroup() argument
1741 auto RI = SubUnits.begin(), RE = SubUnits.end(); in hasSuperGroup()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2593 auto SubUnits = SchedModel->getProcResource(i)->SubUnitsIdxBegin; in init() local
2596 ResourceGroupSubUnitMasks[i].setBit(SubUnits[U]); in init()
2684 auto SubUnits = SchedModel->getProcResource(PIdx)->SubUnitsIdxBegin; in getNextResourceCycle() local
2688 getNextResourceCycle(SC, SubUnits[I], ReleaseAtCycle, AcquireAtCycle); in getNextResourceCycle()