Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeGenSchedule.cpp2101 Record *CodeGenSchedModels::findProcResUnits(Record *ProcResKind, in findProcResUnits() argument
2104 if (ProcResKind->isSubClassOf("ProcResourceUnits")) in findProcResUnits()
2105 return ProcResKind; in findProcResUnits()
2112 if (ProcResDef->getValueAsDef("Kind") == ProcResKind in findProcResUnits()
2117 + ProcResKind->getName()); in findProcResUnits()
2123 if (ProcResGroup == ProcResKind in findProcResUnits()
2128 + ProcResKind->getName()); in findProcResUnits()
2136 + ProcResKind->getName()); in findProcResUnits()
2142 void CodeGenSchedModels::addProcResource(Record *ProcResKind, in addProcResource() argument
2146 Record *ProcResUnits = findProcResUnits(ProcResKind, PM, Loc); in addProcResource()
[all …]
DCodeGenSchedule.h569 Record *findProcResUnits(Record *ProcResKind, const CodeGenProcModel &PM,