Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp1720 Record *ProcResUnits = findProcResUnits(ProcResKind, PM); in addProcResource() local
1724 PM.ProcResourceDefs.end(), ProcResUnits); in addProcResource()
1728 PM.ProcResourceDefs.push_back(ProcResUnits); in addProcResource()
1729 if (ProcResUnits->isSubClassOf("ProcResGroup")) in addProcResource()
1732 if (!ProcResUnits->getValueInit("Super")->isComplete()) in addProcResource()
1735 ProcResKind = ProcResUnits->getValueAsDef("Super"); in addProcResource()