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.h631 bool hasSuperGroup(RecVec &SubUnits, CodeGenProcModel &PM);
H A DCodeGenSchedule.cpp1789 bool CodeGenSchedModels::hasSuperGroup(RecVec &SubUnits, CodeGenProcModel &PM) { in hasSuperGroup() argument
1794 RecIter RI = SubUnits.begin(), RE = SubUnits.end(); in hasSuperGroup()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2320 auto SubUnits = SchedModel->getProcResource(i)->SubUnitsIdxBegin; in init() local
2323 ResourceGroupSubUnitMasks[i].setBit(SubUnits[U]); in init()
2411 auto SubUnits = SchedModel->getProcResource(PIdx)->SubUnitsIdxBegin; in getNextResourceCycle() local
2415 getNextResourceCycle(SC, SubUnits[I], ReleaseAtCycle, AcquireAtCycle); in getNextResourceCycle()