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.cpp880 Record *ItinDef = Inst->TheDef->getValueAsDef("Itinerary"); in collectSchedClasses() local
886 unsigned SCIdx = addSchedClass(ItinDef, Writes, Reads, /*ProcIndices*/ {0}); in collectSchedClasses()
1166 const Record *ItinDef = ItinData->getValueAsDef("TheClass"); in collectProcItins() local
1172 if (SC.ItinClassDef == ItinDef) { in collectProcItins()
1180 << ItinDef->getName() << '\n'); in collectProcItins()
H A DCodeGenSchedule.h570 unsigned addSchedClass(Record *ItinDef, ArrayRef<unsigned> OperWrites,