Lines Matching defs:MatchResult
6499 unsigned MatchResult =
6505 if (MatchResult != Match_Success) {
6509 auto ShortFormNEONMatchResult = MatchResult;
6512 MatchResult =
6519 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 &&
6522 MatchResult = ShortFormNEONMatchResult;
6528 switch (MatchResult) {
6556 return showMatchError(IDLoc, MatchResult, ErrorInfo, Operands);
6573 MatchResult = Match_InvalidSuffix;
6575 return showMatchError(ErrorLoc, MatchResult, ErrorInfo, Operands);
6793 return showMatchError(ErrorLoc, MatchResult, ErrorInfo, Operands);