Searched refs:InstDefs (Results 1 – 2 of 2) sorted by relevance
1018 for (const Record *InstDef : InstDefs) { in createSchedClassName()1071 const RecVec *InstDefs = Sets.expand(InstRWDef); in createInstRWClass() local1072 if (InstDefs->empty()) in createInstRWClass()1075 for (Record *InstDef : *InstDefs) { in createInstRWClass()1086 ArrayRef<Record*> InstDefs = Entry.second; in createInstRWClass() local1097 if (OrigNumInstrs == InstDefs.size()) { in createInstRWClass()1110 InstDefs.front()->getName() + in createInstRWClass()1142 assert(!InstDefs.empty()); // Checked at function start. in createInstRWClass()1157 for (Record *InstDef : InstDefs) in createInstRWClass()1293 const RecVec *InstDefs = Sets.expand(Rec); in inferFromInstRWs() local[all …]
604 std::string createSchedClassName(const RecVec &InstDefs);