Home | History | Annotate | Download | only in TableGen

Lines Matching refs:InstrsForCase

114   std::vector<std::string> InstrsForCase;
115 InstrsForCase.resize(UniqueOperandCommands.size());
134 InstrsForCase[idx] += ", ";
135 InstrsForCase[idx] += Inst->CGI->TheDef->getName();
142 InstrsForCase.push_back(Inst->CGI->TheDef->getName());
205 for (unsigned i = 0, e = InstrsForCase.size(); i != e; ++i) {
206 std::string Instrs = InstrsForCase[i];