Lines Matching refs:ErrorInfo
51 uint64_t &ErrorInfo,
84 uint64_t const &ErrorInfo);
85 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
280 uint64_t const &ErrorInfo) { in invalidOperand() argument
284 if (ErrorInfo != ~0U) { in invalidOperand()
285 if (ErrorInfo >= Operands.size()) { in invalidOperand()
288 AVROperand const &Op = (AVROperand const &)*Operands[ErrorInfo]; in invalidOperand()
305 uint64_t const &ErrorInfo) { in missingFeature() argument
318 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
322 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
326 case Match_MissingFeature: return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
327 case Match_InvalidOperand: return invalidOperand(Loc, Operands, ErrorInfo); in MatchAndEmitInstruction()