Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp1673 Record *CodeGenSchedModels::findProcResUnits(Record *ProcResKind, in findProcResUnits() argument
1675 if (ProcResKind->isSubClassOf("ProcResourceUnits")) in findProcResUnits()
1676 return ProcResKind; in findProcResUnits()
1685 if ((*RI)->getValueAsDef("Kind") == ProcResKind in findProcResUnits()
1690 + ProcResKind->getName()); in findProcResUnits()
1698 if (*RI == ProcResKind in findProcResUnits()
1703 + ProcResKind->getName()); in findProcResUnits()
1709 PrintFatalError(ProcResKind->getLoc(), in findProcResUnits()
1711 + ProcResKind->getName()); in findProcResUnits()
1717 void CodeGenSchedModels::addProcResource(Record *ProcResKind, in addProcResource() argument
[all …]
DCodeGenSchedule.h385 Record *findProcResUnits(Record *ProcResKind,
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp1782 Record *CodeGenSchedModels::findProcResUnits(Record *ProcResKind, in findProcResUnits() argument
1785 if (ProcResKind->isSubClassOf("ProcResourceUnits")) in findProcResUnits()
1786 return ProcResKind; in findProcResUnits()
1793 if (ProcResDef->getValueAsDef("Kind") == ProcResKind in findProcResUnits()
1798 + ProcResKind->getName()); in findProcResUnits()
1804 if (ProcResGroup == ProcResKind in findProcResUnits()
1809 + ProcResKind->getName()); in findProcResUnits()
1817 + ProcResKind->getName()); in findProcResUnits()
1823 void CodeGenSchedModels::addProcResource(Record *ProcResKind, in addProcResource() argument
1827 Record *ProcResUnits = findProcResUnits(ProcResKind, PM, Loc); in addProcResource()
[all …]
DCodeGenSchedule.h430 Record *findProcResUnits(Record *ProcResKind, const CodeGenProcModel &PM,