Lines Matching defs:InstDefs
955 CodeGenSchedModels::createSchedClassName(const ConstRecVec &InstDefs) {
958 for (const Record *InstDef : InstDefs) {
1010 const ConstRecVec *InstDefs = Sets.expand(InstRWDef);
1011 if (InstDefs->empty())
1014 for (const Record *InstDef : *InstDefs) {
1025 ArrayRef<const Record *> InstDefs = Entry.second;
1036 if (OrigNumInstrs == InstDefs.size()) {
1045 assert(!InstDefs.empty()); // Checked at function start.
1049 InstDefs.front()->getName() +
1065 SchedClasses.emplace_back(SCIdx, createSchedClassName(InstDefs), nullptr);
1081 assert(!InstDefs.empty()); // Checked at function start.
1085 InstDefs.front()->getName() + "\" also matches previous \"" +
1095 for (const Record *InstDef : InstDefs)
1228 const std::vector<const Record *> *InstDefs = Sets.expand(Rec);
1229 ConstRecIter II = InstDefs->begin(), IE = InstDefs->end();