Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp2145 Record *ProcResUnits = findProcResUnits(ProcResKind, PM, Loc); in addProcResource() local
2148 if (is_contained(PM.ProcResourceDefs, ProcResUnits)) in addProcResource()
2151 PM.ProcResourceDefs.push_back(ProcResUnits); in addProcResource()
2152 if (ProcResUnits->isSubClassOf("ProcResGroup")) in addProcResource()
2155 if (!ProcResUnits->getValueInit("Super")->isComplete()) in addProcResource()
2158 ProcResKind = ProcResUnits->getValueAsDef("Super"); in addProcResource()