Lines Matching refs:ItinsDef
389 if (!ItinsDefSet.insert(PI->ItinsDef))
392 std::vector<Record*> FUs = PI->ItinsDef->getValueAsListOfDefs("FU");
396 const std::string &Name = PI->ItinsDef->getName();
406 std::vector<Record*> BPs = PI->ItinsDef->getValueAsListOfDefs("BP");
453 const std::string &Name = ProcModel.ItinsDef->getName();
567 Record *ItinsDef = PI->ItinsDef;
568 if (!ItinsDefSet.insert(ItinsDef))
572 const std::string &Name = ItinsDef->getName();
1211 OS << " " << PI->ItinsDef->getName() << ");\n";