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.cpp2087 const Record *ProcResUnits = findProcResUnits(ProcResKind, PM, Loc); in addProcResource() local
2090 if (is_contained(PM.ProcResourceDefs, ProcResUnits)) in addProcResource()
2093 PM.ProcResourceDefs.push_back(ProcResUnits); in addProcResource()
2094 if (ProcResUnits->isSubClassOf("ProcResGroup")) in addProcResource()
2097 if (!ProcResUnits->getValueInit("Super")->isComplete()) in addProcResource()
2100 ProcResKind = ProcResUnits->getValueAsDef("Super"); in addProcResource()