Lines Matching defs:MatchCode
2784 std::string MatchCode;
2811 if (!MatchCode.empty())
2812 MatchCode += "else ";
2813 MatchCode += "if (" + FeatureMask + ")\n";
2814 MatchCode += " Mnemonic = \"";
2815 MatchCode += R->getValueAsString("ToMnemonic").lower();
2816 MatchCode += "\";\n";
2821 if (!MatchCode.empty())
2822 MatchCode += "else\n ";
2823 MatchCode += "Mnemonic = \"";
2824 MatchCode += R->getValueAsString("ToMnemonic").lower();
2825 MatchCode += "\";\n";
2828 MatchCode += "return;";
2830 Cases.push_back(std::pair(AliasEntry.first, MatchCode));