Home
last modified time | relevance | path

Searched refs:maybeLexIndex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp328 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex() function
365 return maybeLexIndex(C, Token, "%jump-table.", MIToken::JumpTableIndex); in maybeLexJumpTableIndex()
373 return maybeLexIndex(C, Token, "%fixed-stack.", MIToken::FixedStackObject); in maybeLexFixedStackObject()
377 return maybeLexIndex(C, Token, "%const.", MIToken::ConstantPoolItem); in maybeLexConstantPoolItem()
395 return maybeLexIndex(C, Token, Rule, MIToken::IRBlock); in maybeLexIRBlock()
405 return maybeLexIndex(C, Token, Rule, MIToken::IRValue); in maybeLexIRValue()