Lines Matching defs:IDLoc

1197   bool matchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
1202 void MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, OperandVector &Operands,
1205 bool ErrorMissingFeature(SMLoc IDLoc, const FeatureBitset &MissingFeatures,
1208 bool matchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode, MCInst &Inst,
1212 bool matchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode, MCInst &Inst,
4123 bool X86AsmParser::matchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
4131 MatchFPUWaitAlias(IDLoc, static_cast<X86Operand &>(*Operands[0]), Operands,
4162 ? matchAndEmitIntelInstruction(IDLoc, Opcode, Inst, Operands, Out,
4164 : matchAndEmitATTInstruction(IDLoc, Opcode, Inst, Operands, Out,
4168 void X86AsmParser::MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op,
4187 Inst.setLoc(IDLoc);
4190 Operands[0] = X86Operand::CreateToken(Repl, IDLoc);
4194 bool X86AsmParser::ErrorMissingFeature(SMLoc IDLoc,
4205 return Error(IDLoc, OS.str(), SMRange(), MatchingInlineAsm);
4251 SMLoc IDLoc, unsigned &Opcode, MCInst &Inst, OperandVector &Operands,
4280 Inst.setLoc(IDLoc);
4288 ErrorLoc = IDLoc;
4293 return ErrorMissingFeature(IDLoc, MissingFeatures, MatchingInlineAsm);
4300 Error(IDLoc, "instruction must have size higher than 0", EmptyRange,
4384 Inst.setLoc(IDLoc);
4413 Error(IDLoc, OS.str(), EmptyRange, MatchingInlineAsm);
4423 return Error(IDLoc, "invalid instruction mnemonic '" + Base + "'",
4427 return Error(IDLoc, "unsupported instruction", EmptyRange,
4434 return Error(IDLoc, "too few operands for instruction", EmptyRange,
4445 return Error(IDLoc, "invalid operand for instruction", EmptyRange,
4451 return Error(IDLoc, "unsupported instruction", EmptyRange,
4459 return ErrorMissingFeature(IDLoc, ErrorInfoMissingFeatures,
4466 return Error(IDLoc, "invalid operand for instruction", EmptyRange,
4471 Error(IDLoc, "unknown use of instruction mnemonic without a size suffix",
4477 SMLoc IDLoc, unsigned &Opcode, MCInst &Inst, OperandVector &Operands,
4578 return Error(IDLoc, "invalid instruction mnemonic '" + Mnemonic + "'",
4614 Inst.setLoc(IDLoc);
4629 return Error(IDLoc, "unsupported instruction", EmptyRange,
4637 return ErrorMissingFeature(IDLoc, ErrorInfoMissingFeatures,
4644 return Error(IDLoc, "invalid operand for instruction", EmptyRange,
4651 ErrorLoc = IDLoc;
4657 return Error(IDLoc, "unknown instruction mnemonic", EmptyRange,