Lines Matching defs:ErrorInfo
136 uint64_t &ErrorInfo, FeatureBitset &MissingFeatures,
141 unsigned rv = MatchInstructionImpl(Operands, Inst, ErrorInfo,
1199 uint64_t &ErrorInfo,
1210 uint64_t &ErrorInfo, bool MatchingInlineAsm);
1214 uint64_t &ErrorInfo,
4054 MCStreamer &Out, uint64_t &ErrorInfo,
4092 ErrorInfo, MatchingInlineAsm)
4094 ErrorInfo, MatchingInlineAsm);
4178 MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) {
4187 unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo,
4212 SMLoc ErrorLoc = ((X86Operand &)*Operands[ErrorInfo]).getStartLoc();
4358 if (ErrorInfo != ~0ULL) {
4359 if (ErrorInfo >= Operands.size())
4363 X86Operand &Operand = (X86Operand &)*Operands[ErrorInfo];
4384 ErrorInfo = Match_MissingFeature;
4404 MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) {
4454 Match.push_back(MatchInstruction(Operands, Inst, ErrorInfo,
4491 Operands, Inst, ErrorInfo, MissingFeatures, MatchingInlineAsm,
4516 Operands, Inst, ErrorInfo, MissingFeatures, MatchingInlineAsm,
4562 ErrorInfo = Match_MissingFeature;
4575 SMLoc ErrorLoc = ((X86Operand &)*Operands[ErrorInfo]).getStartLoc();