Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:IDLoc

75   bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
2056 bool AArch64AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
2066 return Error(IDLoc, "too few operands for instruction");
2077 Error(IDLoc, "instruction requires a CPU feature not currently enabled");
2080 SMLoc ErrorLoc = IDLoc;
2083 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
2089 return Error(IDLoc, "invalid instruction");