Searched refs:InstDefs (Results 1 – 2 of 2) sorted by relevance
993 for (const Record *InstDef : InstDefs) { in createSchedClassName()1046 const RecVec *InstDefs = Sets.expand(InstRWDef); in createInstRWClass() local1047 if (InstDefs->empty()) in createInstRWClass()1050 for (Record *InstDef : *InstDefs) { in createInstRWClass()1061 ArrayRef<Record*> InstDefs = Entry.second; in createInstRWClass() local1072 if (OrigNumInstrs == InstDefs.size()) { in createInstRWClass()1085 InstDefs.front()->getName() + in createInstRWClass()1117 assert(!InstDefs.empty()); // Checked at function start. in createInstRWClass()1132 for (Record *InstDef : InstDefs) in createInstRWClass()1268 const RecVec *InstDefs = Sets.expand(Rec); in inferFromInstRWs() local[all …]
602 std::string createSchedClassName(const RecVec &InstDefs);