Lines Matching refs:IDLoc

725   bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
730 void MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, OperandVector &Operands,
733 bool ErrorMissingFeature(SMLoc IDLoc, uint64_t ErrorInfo,
736 bool MatchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode,
741 bool MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode,
2501 bool X86AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
2506 return MatchAndEmitIntelInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo, in MatchAndEmitInstruction()
2508 return MatchAndEmitATTInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo, in MatchAndEmitInstruction()
2512 void X86AsmParser::MatchFPUWaitAlias(SMLoc IDLoc, X86Operand &Op, in MatchFPUWaitAlias() argument
2531 Inst.setLoc(IDLoc); in MatchFPUWaitAlias()
2534 Operands[0] = X86Operand::CreateToken(Repl, IDLoc); in MatchFPUWaitAlias()
2538 bool X86AsmParser::ErrorMissingFeature(SMLoc IDLoc, uint64_t ErrorInfo, in ErrorMissingFeature() argument
2551 return Error(IDLoc, OS.str(), EmptyRanges, MatchingInlineAsm); in ErrorMissingFeature()
2554 bool X86AsmParser::MatchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitATTInstruction() argument
2565 MatchFPUWaitAlias(IDLoc, Op, Operands, Out, MatchingInlineAsm); in MatchAndEmitATTInstruction()
2586 Inst.setLoc(IDLoc); in MatchAndEmitATTInstruction()
2592 return ErrorMissingFeature(IDLoc, ErrorInfo, MatchingInlineAsm); in MatchAndEmitATTInstruction()
2643 Inst.setLoc(IDLoc); in MatchAndEmitATTInstruction()
2672 Error(IDLoc, OS.str(), EmptyRanges, MatchingInlineAsm); in MatchAndEmitATTInstruction()
2684 return Error(IDLoc, "invalid instruction mnemonic '" + Base + "'", in MatchAndEmitATTInstruction()
2691 return Error(IDLoc, "too few operands for instruction", in MatchAndEmitATTInstruction()
2702 return Error(IDLoc, "invalid operand for instruction", EmptyRanges, in MatchAndEmitATTInstruction()
2711 return ErrorMissingFeature(IDLoc, ErrorInfoMissingFeature, in MatchAndEmitATTInstruction()
2719 return Error(IDLoc, "invalid operand for instruction", EmptyRanges, in MatchAndEmitATTInstruction()
2724 Error(IDLoc, "unknown use of instruction mnemonic without a size suffix", in MatchAndEmitATTInstruction()
2729 bool X86AsmParser::MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitIntelInstruction() argument
2741 MatchFPUWaitAlias(IDLoc, Op, Operands, Out, MatchingInlineAsm); in MatchAndEmitIntelInstruction()
2812 return Error(IDLoc, "invalid instruction mnemonic '" + Mnemonic + "'", in MatchAndEmitIntelInstruction()
2831 Inst.setLoc(IDLoc); in MatchAndEmitIntelInstruction()
2851 return ErrorMissingFeature(IDLoc, ErrorInfoMissingFeature, in MatchAndEmitIntelInstruction()
2859 return Error(IDLoc, "invalid operand for instruction", EmptyRanges, in MatchAndEmitIntelInstruction()
2864 return Error(IDLoc, "unknown instruction mnemonic", EmptyRanges, in MatchAndEmitIntelInstruction()