Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp2097 Record *CodeGenSchedModels::findProcResUnits(Record *ProcResKind, in findProcResUnits() argument
2100 if (ProcResKind->isSubClassOf("ProcResourceUnits")) in findProcResUnits()
2101 return ProcResKind; in findProcResUnits()
2108 if (ProcResDef->getValueAsDef("Kind") == ProcResKind in findProcResUnits()
2113 + ProcResKind->getName()); in findProcResUnits()
2119 if (ProcResGroup == ProcResKind in findProcResUnits()
2124 + ProcResKind->getName()); in findProcResUnits()
2132 + ProcResKind->getName()); in findProcResUnits()
2138 void CodeGenSchedModels::addProcResource(Record *ProcResKind, in addProcResource() argument
2142 Record *ProcResUnits = findProcResUnits(ProcResKind, PM, Loc); in addProcResource()
[all …]
H A DCodeGenSchedule.h574 Record *findProcResUnits(Record *ProcResKind, const CodeGenProcModel &PM,