Searched refs:maybeLexIndex (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 277 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex() function 314 return maybeLexIndex(C, Token, "%jump-table.", MIToken::JumpTableIndex); in maybeLexJumpTableIndex() 322 return maybeLexIndex(C, Token, "%fixed-stack.", MIToken::FixedStackObject); in maybeLexFixedStackObject() 326 return maybeLexIndex(C, Token, "%const.", MIToken::ConstantPoolItem); in maybeLexConstantPoolItem() 344 return maybeLexIndex(C, Token, Rule, MIToken::IRBlock); in maybeLexIRBlock() 354 return maybeLexIndex(C, Token, Rule, MIToken::IRValue); in maybeLexIRValue()
|