Lines Matching refs:IDLoc

222   bool validateInstruction(MCInst &Inst, SMLoc &IDLoc,
224 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
4660 bool AArch64AsmParser::validateInstruction(MCInst &Inst, SMLoc &IDLoc, in validateInstruction() argument
4682 return Error(IDLoc, "instruction is unpredictable when following a" in validateInstruction()
4715 return Error(IDLoc, "instruction is unpredictable when following a" in validateInstruction()
4720 return Error(IDLoc, "instruction is unpredictable when following a" in validateInstruction()
4725 return Error(IDLoc, "instruction is unpredictable when following a" in validateInstruction()
5475 bool AArch64AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
5704 Warning(IDLoc, "instruction movi.2d with immediate #0 may not function" in MatchAndEmitInstruction()
5709 AArch64Operand::CreateToken(".16b", IDLoc, getContext()); in MatchAndEmitInstruction()
5803 if (validateInstruction(Inst, IDLoc, OperandLocs)) in MatchAndEmitInstruction()
5806 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
5821 return Error(IDLoc, Msg); in MatchAndEmitInstruction()
5824 return showMatchError(IDLoc, MatchResult, ErrorInfo, Operands); in MatchAndEmitInstruction()
5826 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction()
5830 return Error(IDLoc, "too few operands for instruction", in MatchAndEmitInstruction()
5831 SMRange(IDLoc, getTok().getLoc())); in MatchAndEmitInstruction()
5835 ErrorLoc = IDLoc; in MatchAndEmitInstruction()
6005 …return Error(IDLoc, "too few operands for instruction", SMRange(IDLoc, (*Operands.back()).getEndLo… in MatchAndEmitInstruction()
6010 ErrorLoc = IDLoc; in MatchAndEmitInstruction()