Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ItinClassDef

108 /// 1) An explicitly defined itinerary class with ItinClassDef set.
118 /// provided InstrRW records for this class. ItinClassDef or Writes/Reads may
130 Record *ItinClassDef;
145 CodeGenSchedClass(): Index(0), ItinClassDef(nullptr) {}
148 return ItinClassDef == IC && Writes == W && Reads == R;
153 bool isInferred() const { return !ItinClassDef; }
371 unsigned findSchedClassIdx(Record *ItinClassDef,
391 std::string createSchedClassName(Record *ItinClassDef,
405 void inferFromItinClass(Record *ItinClassDef, unsigned FromClassIdx);
413 void collectItinProcResources(Record *ItinClassDef);