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

References

lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 4782       MatchInstructionImpl(Operands, Inst, ErrorInfo, MissingFeatures,
 4790     auto ShortFormNEONErrorInfo = ErrorInfo;
 4795         MatchInstructionImpl(Operands, Inst, ErrorInfo, MissingFeatures,
 4801     if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 &&
 4805       ErrorInfo = ShortFormNEONErrorInfo;
 4838     return showMatchError(IDLoc, MatchResult, ErrorInfo, Operands);
 4842     if (ErrorInfo != ~0ULL) {
 4843       if (ErrorInfo >= Operands.size())
 4847       ErrorLoc = ((AArch64Operand &)*Operands[ErrorInfo]).getStartLoc();
 4853     if (((AArch64Operand &)*Operands[ErrorInfo]).isToken() &&
 4854         ((AArch64Operand &)*Operands[ErrorInfo]).isTokenSuffix())
 4857     return showMatchError(ErrorLoc, MatchResult, ErrorInfo, Operands);
 5001     if (ErrorInfo >= Operands.size())
 5005     SMLoc ErrorLoc = ((AArch64Operand &)*Operands[ErrorInfo]).getStartLoc();
 5008     return showMatchError(ErrorLoc, MatchResult, ErrorInfo, Operands);