Searched refs:maybeLexIndex (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 308 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex() function 345 return maybeLexIndex(C, Token, "%jump-table.", MIToken::JumpTableIndex); in maybeLexJumpTableIndex() 353 return maybeLexIndex(C, Token, "%fixed-stack.", MIToken::FixedStackObject); in maybeLexFixedStackObject() 357 return maybeLexIndex(C, Token, "%const.", MIToken::ConstantPoolItem); in maybeLexConstantPoolItem() 375 return maybeLexIndex(C, Token, Rule, MIToken::IRBlock); in maybeLexIRBlock() 385 return maybeLexIndex(C, Token, Rule, MIToken::IRValue); in maybeLexIRValue()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 333 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex() function 370 return maybeLexIndex(C, Token, "%jump-table.", MIToken::JumpTableIndex); in maybeLexJumpTableIndex() 378 return maybeLexIndex(C, Token, "%fixed-stack.", MIToken::FixedStackObject); in maybeLexFixedStackObject() 382 return maybeLexIndex(C, Token, "%const.", MIToken::ConstantPoolItem); in maybeLexConstantPoolItem() 400 return maybeLexIndex(C, Token, Rule, MIToken::IRBlock); in maybeLexIRBlock() 410 return maybeLexIndex(C, Token, Rule, MIToken::IRValue); in maybeLexIRValue()
|