Lines Matching refs:IDLoc
41 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
56 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
370 bool LoongArchAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() argument
373 Inst.setLoc(IDLoc); in processInstruction()
436 bool LoongArchAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() argument
450 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
462 return Error(IDLoc, Msg); in MatchAndEmitInstruction()
468 return Error(IDLoc, "unrecognized instruction mnemonic" + Suggestion); in MatchAndEmitInstruction()
471 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction()
478 ErrorLoc = IDLoc; in MatchAndEmitInstruction()
488 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction()