Lines Matching refs:InstDefs
996 std::string CodeGenSchedModels::createSchedClassName(const RecVec &InstDefs) { in createSchedClassName() argument
1000 for (const Record *InstDef : InstDefs) { in createSchedClassName()
1051 const RecVec *InstDefs = Sets.expand(InstRWDef); in createInstRWClass() local
1052 if (InstDefs->empty()) in createInstRWClass()
1055 for (Record *InstDef : *InstDefs) { in createInstRWClass()
1066 ArrayRef<Record *> InstDefs = Entry.second; in createInstRWClass() local
1076 if (OrigNumInstrs == InstDefs.size()) { in createInstRWClass()
1085 assert(!InstDefs.empty()); // Checked at function start. in createInstRWClass()
1089 InstDefs.front()->getName() + in createInstRWClass()
1105 SchedClasses.emplace_back(SCIdx, createSchedClassName(InstDefs), nullptr); in createInstRWClass()
1121 assert(!InstDefs.empty()); // Checked at function start. in createInstRWClass()
1125 InstDefs.front()->getName() + "\" also matches previous \"" + in createInstRWClass()
1135 for (Record *InstDef : InstDefs) in createInstRWClass()
1272 const RecVec *InstDefs = Sets.expand(Rec); in inferFromInstRWs() local
1273 RecIter II = InstDefs->begin(), IE = InstDefs->end(); in inferFromInstRWs()