Home
last modified time | relevance | path

Searched refs:ItinClassDef (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h129 Record *ItinClassDef; member
144 CodeGenSchedClass(unsigned Index, std::string Name, Record *ItinClassDef) in CodeGenSchedClass()
145 : Index(Index), Name(std::move(Name)), ItinClassDef(ItinClassDef) {} in CodeGenSchedClass()
149 return ItinClassDef == IC && makeArrayRef(Writes) == W && in isKeyEqual()
155 bool isInferred() const { return !ItinClassDef; } in isInferred()
595 std::string createSchedClassName(Record *ItinClassDef,
621 void inferFromItinClass(Record *ItinClassDef, unsigned FromClassIdx);
629 void collectItinProcResources(Record *ItinClassDef);
H A DCodeGenSchedule.cpp924 << SC.ItinClassDef->getName() << '\n'; in collectSchedClasses()
982 if (ItinClassDef && ItinClassDef->getName() != "NoItinerary") in createSchedClassName()
983 Name = ItinClassDef->getName(); in createSchedClassName()
1035 ItinClassDef); in addSchedClass()
1111 SC.ItinClassDef = SchedClasses[OldSCIdx].ItinClassDef; in createInstRWClass()
1168 if (SC.ItinClassDef == ItinDef) { in collectProcItins()
1228 if (SchedClasses[Idx].ItinClassDef) in inferSchedClasses()
1254 + ItinClassDef->getName() in inferFromItinClass()
1831 if (SC.ItinClassDef) { in collectProcResources()
1832 collectItinProcResources(SC.ItinClassDef); in collectProcResources()
[all …]
H A DSubtargetEmitter.cpp1027 if (is_contained(Matched, SC.ItinClassDef)) { in GenSchedClassTables()