Lines Matching refs:SMLoc
69 SMLoc StartLoc, EndLoc;
131 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand()
135 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid()
136 SMLoc EndLoc) { in createInvalid()
139 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) { in createToken()
146 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createReg()
153 createAccessReg(unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createAccessReg()
159 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) { in createImm()
167 SMLoc StartLoc, SMLoc EndLoc) { in createMem()
179 SMLoc StartLoc, SMLoc EndLoc) { in createImmTLS()
262 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc()
263 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc()
362 SMLoc StartLoc, EndLoc;
400 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) override;
402 SMLoc NameLoc, OperandVector &Operands) override;
403 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
639 SMLoc StartLoc = Parser.getTok().getLoc(); in parseAddress()
672 SMLoc EndLoc = in parseAddress()
673 SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseAddress()
684 bool SystemZAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
685 SMLoc &EndLoc) { in ParseRegister()
704 StringRef Name, SMLoc NameLoc, in ParseInstruction()
725 SMLoc Loc = getLexer().getLoc(); in ParseInstruction()
765 SMLoc StartLoc = Parser.getTok().getLoc(); in parseOperand()
773 SMLoc EndLoc = in parseOperand()
774 SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parseOperand()
782 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
815 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction()
821 if (ErrorLoc == SMLoc()) in MatchAndEmitInstruction()
855 SMLoc StartLoc = Parser.getTok().getLoc(); in parsePCRel()
913 SMLoc EndLoc = in parsePCRel()
914 SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1); in parsePCRel()