Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Match1

1034   unsigned Match1, Match2, Match3, Match4;
1036 Match1 = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore);
1051 (Match1 == Match_Success) + (Match2 == Match_Success) +
1065 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0];
1089 if ((Match1 == Match_MnemonicFail) && (Match2 == Match_MnemonicFail) &&
1114 if ((Match1 == Match_MissingFeature) + (Match2 == Match_MissingFeature) +
1122 if ((Match1 == Match_InvalidOperand) + (Match2 == Match_InvalidOperand) +