Lines Matching refs:getTok

64     SMLoc Result = Parser.getTok().getLoc();
834 const AsmToken &PercentTok = Parser.getTok();
842 const AsmToken &Tok = Parser.getTok();
883 const AsmToken &IntTok = Parser.getTok();
899 return Error(Parser.getTok().getLoc(), "expected ')'");
901 EndLoc = Parser.getTok().getEndLoc();
906 EndLoc = Parser.getTok().getEndLoc();
924 EndLoc = Parser.getTok().getEndLoc();
1079 const AsmToken &Tok = Parser.getTok();
1145 SMLoc Loc = getTok().getLoc();
1146 int64_t IntVal = getTok().getIntVal();
1150 StringRef IDVal = getTok().getString();
1200 const AsmToken &Tok = Parser.getTok();
1281 const AsmToken &Tok = Parser.getTok();
1307 const AsmToken &Tok = Parser.getTok(); // Eat colon.
1357 const AsmToken &Tok = Parser.getTok();
1416 const AsmToken &Tok = Parser.getTok();
1460 const AsmToken &Tok = Parser.getTok();
1497 const AsmToken &Tok = Parser.getTok();
1530 const AsmToken &Tok = Parser.getTok();
1615 return ParseMemOperand(0, Parser.getTok().getLoc());
1637 SMLoc Start = Parser.getTok().getLoc(), End;
1656 if (getLexer().getTok().getIntVal() != 1)
1661 !getLexer().getTok().getIdentifier().startswith("to"))
1666 StringSwitch<const char*>(getLexer().getTok().getIdentifier())
1697 getLexer().getTok().getIdentifier() != "z")
1741 SMLoc LParenLoc = Parser.getTok().getLoc();
1775 BaseLoc = Parser.getTok().getLoc();
1786 IndexLoc = Parser.getTok().getLoc();
1802 Error(Parser.getTok().getLoc(),
1809 SMLoc Loc = Parser.getTok().getLoc();
1833 SMLoc Loc = Parser.getTok().getLoc();
1847 Error(Parser.getTok().getLoc(), "unexpected token in memory operand");
1850 SMLoc MemEnd = Parser.getTok().getEndLoc();
2537 if (Parser.getTok().getString() == "noprefix")