Lines Matching refs:IDLoc
715 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
733 SMLoc IDLoc, OperandVector &Operands);
734 void ReportNearMisses(SmallVectorImpl<NearMissInfo> &NearMisses, SMLoc IDLoc,
10957 bool ARMAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
11007 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
11017 ReportNearMisses(NearMisses, IDLoc, Operands); in MatchAndEmitInstruction()
11023 return Error(IDLoc, "invalid instruction" + Suggestion, in MatchAndEmitInstruction()
12271 SMLoc IDLoc, OperandVector &Operands) { in FilterNearMisses() argument
12362 Message.Loc = IDLoc; in FilterNearMisses()
12376 Message.Loc = IDLoc; in FilterNearMisses()
12424 SMLoc IDLoc, OperandVector &Operands) { in ReportNearMisses() argument
12426 FilterNearMisses(NearMisses, Messages, IDLoc, Operands); in ReportNearMisses()
12431 Error(IDLoc, "invalid instruction"); in ReportNearMisses()
12438 Error(IDLoc, "invalid instruction, any one of the following would fix this:"); in ReportNearMisses()