Home
last modified time | relevance | path

Searched defs:SubUnits (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2061 auto SubUnits = SchedModel->getProcResource(i)->SubUnitsIdxBegin; in init() local
2133 auto SubUnits = SchedModel->getProcResource(PIdx)->SubUnitsIdxBegin; in getNextResourceCycle() local
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1395 bool CodeGenSchedModels::hasSuperGroup(RecVec &SubUnits, CodeGenProcModel &PM) { in hasSuperGroup()