reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 4787   if (MatchResult != Match_Success) {
 4791     auto ShortFormNEONMatchResult = MatchResult;
 4794     MatchResult =
 4801     if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 &&
 4804       MatchResult = ShortFormNEONMatchResult;
 4810   switch (MatchResult) {
 4838     return showMatchError(IDLoc, MatchResult, ErrorInfo, Operands);
 4855       MatchResult = Match_InvalidSuffix;
 4857     return showMatchError(ErrorLoc, MatchResult, ErrorInfo, Operands);
 5008     return showMatchError(ErrorLoc, MatchResult, ErrorInfo, Operands);