Home | History | Annotate | Download | only in TableGen

Lines Matching full:instrs

206     std::string Instrs = InstrsForCase[i];
207 if (Instrs.size() > 70) {
208 Instrs.erase(Instrs.begin()+70, Instrs.end());
209 Instrs += "...";
212 if (!Instrs.empty())
213 UniqueOperandCommands[i] = " // " + Instrs + "\n" +