Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Name

48   std::string Name;
63 Name = Def->getName();
76 const std::string &Name)
77 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false),
129 std::string Name;
163 // ModelName is a unique name used to name an instantiation of MCSchedModel.
200 CodeGenProcModel(unsigned Idx, const std::string &Name, Record *MDef,
202 Index(Idx), ModelName(Name), ModelDef(MDef), ItinsDef(IDef) {}