Lines Matching refs:ErrorInfo
52 uint64_t &ErrorInfo,
83 uint64_t const &ErrorInfo);
84 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
263 uint64_t const &ErrorInfo) { in invalidOperand() argument
267 if (ErrorInfo != ~0U) { in invalidOperand()
268 if (ErrorInfo >= Operands.size()) { in invalidOperand()
271 AVROperand const &Op = (AVROperand const &)*Operands[ErrorInfo]; in invalidOperand()
288 uint64_t const &ErrorInfo) { in missingFeature() argument
301 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
305 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
309 case Match_MissingFeature: return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
310 case Match_InvalidOperand: return invalidOperand(Loc, Operands, ErrorInfo); in MatchAndEmitInstruction()