Lines Matching refs:ErrorInfo
87 uint64_t &ErrorInfo,
3776 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
4052 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 1); in MatchAndEmitInstruction()
4059 auto ShortFormNEONErrorInfo = ErrorInfo; in MatchAndEmitInstruction()
4063 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 0); in MatchAndEmitInstruction()
4068 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 && in MatchAndEmitInstruction()
4072 ErrorInfo = ShortFormNEONErrorInfo; in MatchAndEmitInstruction()
4092 assert(ErrorInfo && "Unknown missing feature!"); in MatchAndEmitInstruction()
4097 for (unsigned i = 0; i < (sizeof(ErrorInfo)*8-1); ++i) { in MatchAndEmitInstruction()
4098 if (ErrorInfo & Mask) { in MatchAndEmitInstruction()
4100 Msg += getSubtargetFeatureName(ErrorInfo & Mask); in MatchAndEmitInstruction()
4111 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction()
4112 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
4115 ErrorLoc = ((AArch64Operand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
4121 if (((AArch64Operand &)*Operands[ErrorInfo]).isToken() && in MatchAndEmitInstruction()
4122 ((AArch64Operand &)*Operands[ErrorInfo]).isTokenSuffix()) in MatchAndEmitInstruction()
4175 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
4179 SMLoc ErrorLoc = ((AArch64Operand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()