Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp879 Record *ItinDef = Inst->TheDef->getValueAsDef("Itinerary"); in collectSchedClasses() local
885 unsigned SCIdx = addSchedClass(ItinDef, Writes, Reads, /*ProcIndices*/{0}); in collectSchedClasses()
1168 const Record *ItinDef = ItinData->getValueAsDef("TheClass"); in collectProcItins() local
1174 if (SC.ItinClassDef == ItinDef) { in collectProcItins()
1182 << ItinDef->getName() << '\n'); in collectProcItins()
H A DCodeGenSchedule.h563 unsigned addSchedClass(Record *ItinDef, ArrayRef<unsigned> OperWrites,