Lines Matching full:asmmatchconverter
509 /// the conversion function defined by the instruction's AsmMatchConverter
1914 std::string AsmMatchConverter =
1915 II->getResultInst()->TheDef->getValueAsString("AsmMatchConverter");
1916 if (!AsmMatchConverter.empty() && II->UseInstAsmMatchConverter) {
1917 std::string Signature = "ConvertCustom_" + AsmMatchConverter;
1927 getEnumNameForToken(AsmMatchConverter));
1936 << getEnumNameForToken(AsmMatchConverter) << ":\n"
1937 << " " << AsmMatchConverter << "(Inst, Operands);\n"