Searched refs:InstDefs (Results 1 – 2 of 2) sorted by relevance
1001 for (const Record *InstDef : InstDefs) { in createSchedClassName()1054 const RecVec *InstDefs = Sets.expand(InstRWDef); in createInstRWClass() local1055 if (InstDefs->empty()) in createInstRWClass()1058 for (Record *InstDef : *InstDefs) { in createInstRWClass()1069 ArrayRef<Record*> InstDefs = Entry.second; in createInstRWClass() local1080 if (OrigNumInstrs == InstDefs.size()) { in createInstRWClass()1093 InstDefs.front()->getName() + in createInstRWClass()1125 assert(!InstDefs.empty()); // Checked at function start. in createInstRWClass()1140 for (Record *InstDef : InstDefs) in createInstRWClass()1276 const RecVec *InstDefs = Sets.expand(Rec); in inferFromInstRWs() local[all …]
598 std::string createSchedClassName(const RecVec &InstDefs);