Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp840 const Record *ItinDef = Inst->TheDef->getValueAsDef("Itinerary"); in collectSchedClasses() local
846 unsigned SCIdx = addSchedClass(ItinDef, Writes, Reads, /*ProcIndices*/ {0}); in collectSchedClasses()
1123 const Record *ItinDef = ItinData->getValueAsDef("TheClass"); in collectProcItins() local
1128 if (SC.ItinClassDef == ItinDef) { in collectProcItins()
1136 << ItinDef->getName() << '\n'); in collectProcItins()
H A DCodeGenSchedule.h559 unsigned addSchedClass(const Record *ItinDef, ArrayRef<unsigned> OperWrites,