Home
last modified time | relevance | path

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

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