Searched refs:peekTokens (Results 1 – 9 of 9) sorted by relevance
125 size_t ReadCount = peekTokens(Buf, ShouldSkipSpace);134 LLVM_ABI size_t peekTokens(MutableArrayRef<AsmToken> Buf,
467 if (Parser.getLexer().peekTokens(tokens) == 2) in tryParseRelocExpression()700 size_t ReadCount = Parser.getLexer().peekTokens(Tokens); in parseLiteralValues()
764 size_t AsmLexer::peekTokens(MutableArrayRef<AsmToken> Buf, in peekTokens() function in AsmLexer822 size_t num = peekTokens(Buf, true); in LexToken()
1140 size_t ReadCount = Lexer.peekTokens(Buf); in Lex()1188 size_t ReadCount = Lexer.peekTokens(Buf, ShouldSkipSpace); in peekTok()
2928 Lexer.peekTokens(Buf, false); in parseIdentifier()
600 size_t ReadCount = getLexer().peekTokens(Buf); in parseRegister()
1876 void peekTokens(MutableArrayRef<AsmToken> Tokens);3411 peekTokens(NextToken); in isModifier()3444 peekTokens(NextToken); in parseSP3NegModifier()8211 AMDGPUAsmParser::peekTokens(MutableArrayRef<AsmToken> Tokens) { in peekTokens() function in AMDGPUAsmParser8212 auto TokCount = getLexer().peekTokens(Tokens); in peekTokens()
1748 size_t ReadCount = getLexer().peekTokens(Buf); in parseRegister()
3005 auto TokCount = this->getLexer().peekTokens(Buf, true); in ParseMemOperand()