Searched refs:OpsToPrint (Results 1 – 1 of 1) sorted by relevance
87 AsmWriterOperand>> &OpsToPrint, raw_ostream &O, in PrintCases() argument89 O << " case " << OpsToPrint.back().first << ":"; in PrintCases()90 AsmWriterOperand TheOp = OpsToPrint.back().second; in PrintCases()91 OpsToPrint.pop_back(); in PrintCases()95 for (unsigned i = OpsToPrint.size(); i != 0; --i) in PrintCases()96 if (OpsToPrint[i-1].second == TheOp) { in PrintCases()97 O << "\n case " << OpsToPrint[i-1].first << ":"; in PrintCases()98 OpsToPrint.erase(OpsToPrint.begin()+i-1); in PrintCases()144 std::vector<std::pair<std::string, AsmWriterOperand>> OpsToPrint; in EmitInstructions() local145 OpsToPrint.push_back(std::make_pair(FirstInst.CGI->Namespace.str() + "::" + in EmitInstructions()[all …]