Lines Matching refs:ErrorInfo
56 uint64_t &ErrorInfo,
89 uint64_t const &ErrorInfo);
90 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
287 uint64_t const &ErrorInfo) { in invalidOperand() argument
291 if (ErrorInfo != ~0U) { in invalidOperand()
292 if (ErrorInfo >= Operands.size()) { in invalidOperand()
295 AVROperand const &Op = (AVROperand const &)*Operands[ErrorInfo]; in invalidOperand()
312 uint64_t const &ErrorInfo) { in missingFeature() argument
325 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
329 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
335 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
337 return invalidOperand(Loc, Operands, ErrorInfo); in MatchAndEmitInstruction()