Home
last modified time | relevance | path

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

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