Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp1827 Record *ProcResUnits = findProcResUnits(ProcResKind, PM, Loc); in addProcResource() local
1830 if (is_contained(PM.ProcResourceDefs, ProcResUnits)) in addProcResource()
1833 PM.ProcResourceDefs.push_back(ProcResUnits); in addProcResource()
1834 if (ProcResUnits->isSubClassOf("ProcResGroup")) in addProcResource()
1837 if (!ProcResUnits->getValueInit("Super")->isComplete()) in addProcResource()
1840 ProcResKind = ProcResUnits->getValueAsDef("Super"); in addProcResource()
/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()