Lines Matching refs:ErrorInfo
55 uint64_t &ErrorInfo,
88 uint64_t const &ErrorInfo);
89 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
286 uint64_t const &ErrorInfo) { in invalidOperand() argument
290 if (ErrorInfo != ~0U) { in invalidOperand()
291 if (ErrorInfo >= Operands.size()) { in invalidOperand()
294 AVROperand const &Op = (AVROperand const &)*Operands[ErrorInfo]; in invalidOperand()
311 uint64_t const &ErrorInfo) { in missingFeature() argument
324 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
328 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
334 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
336 return invalidOperand(Loc, Operands, ErrorInfo); in MatchAndEmitInstruction()