Lines Matching defs:ErrorInfo
135 uint64_t &ErrorInfo, FeatureBitset &MissingFeatures,
140 unsigned rv = MatchInstructionImpl(Operands, Inst, ErrorInfo,
1199 uint64_t &ErrorInfo,
1210 uint64_t &ErrorInfo, bool MatchingInlineAsm);
1214 uint64_t &ErrorInfo,
4125 MCStreamer &Out, uint64_t &ErrorInfo,
4163 ErrorInfo, MatchingInlineAsm)
4165 ErrorInfo, MatchingInlineAsm);
4252 MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) {
4261 unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo,
4286 SMLoc ErrorLoc = ((X86Operand &)*Operands[ErrorInfo]).getStartLoc();
4432 if (ErrorInfo != ~0ULL) {
4433 if (ErrorInfo >= Operands.size())
4437 X86Operand &Operand = (X86Operand &)*Operands[ErrorInfo];
4458 ErrorInfo = Match_MissingFeature;
4478 MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) {
4528 Match.push_back(MatchInstruction(Operands, Inst, ErrorInfo,
4565 Operands, Inst, ErrorInfo, MissingFeatures, MatchingInlineAsm,
4590 Operands, Inst, ErrorInfo, MissingFeatures, MatchingInlineAsm,
4636 ErrorInfo = Match_MissingFeature;
4649 SMLoc ErrorLoc = ((X86Operand &)*Operands[ErrorInfo]).getStartLoc();