Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ItinsDef

369     if (!ItinsDefSet.insert(ProcModel.ItinsDef).second)
372 std::vector<Record*> FUs = ProcModel.ItinsDef->getValueAsListOfDefs("FU");
376 const std::string &Name = ProcModel.ItinsDef->getName();
386 std::vector<Record*> BPs = ProcModel.ItinsDef->getValueAsListOfDefs("BP");
430 const std::string &Name = ProcModel.ItinsDef->getName();
544 Record *ItinsDef = PI->ItinsDef;
545 if (!ItinsDefSet.insert(ItinsDef).second)
549 const std::string &Name = ItinsDef->getName();
1192 OS << " " << PM.ItinsDef->getName() << "};\n";