Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp2120 Record *CodeGenSchedModels::findProcResUnits(Record *ProcResKind, in findProcResUnits() argument
2123 if (ProcResKind->isSubClassOf("ProcResourceUnits")) in findProcResUnits()
2124 return ProcResKind; in findProcResUnits()
2131 if (ProcResDef->getValueAsDef("Kind") == ProcResKind in findProcResUnits()
2136 + ProcResKind->getName()); in findProcResUnits()
2142 if (ProcResGroup == ProcResKind in findProcResUnits()
2147 + ProcResKind->getName()); in findProcResUnits()
2155 + ProcResKind->getName()); in findProcResUnits()
2161 void CodeGenSchedModels::addProcResource(Record *ProcResKind, in addProcResource() argument
2165 Record *ProcResUnits = findProcResUnits(ProcResKind, PM, Loc); in addProcResource()
[all …]
H A DCodeGenSchedule.h576 Record *findProcResUnits(Record *ProcResKind, const CodeGenProcModel &PM,