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