Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h164 NamedGlobalValue, enumerator
H A DMIParser.cpp2181 case MIToken::NamedGlobalValue: { in parseGlobalValue()
2621 Token.isNot(MIToken::NamedGlobalValue)) in parseBlockAddressOperand()
2652 if (Token.isNot(MIToken::NamedGlobalValue)) in parseIntrinsicOperand()
2899 case MIToken::NamedGlobalValue: in parseMachineOperand()
3093 case MIToken::NamedGlobalValue: in parseIRValue()
3217 case MIToken::NamedGlobalValue: { in parseMemoryPseudoSourceValue()
3270 Token.isNot(MIToken::NamedGlobalValue) && in parseMachinePointerInfo()
H A DMILexer.cpp485 return lexName(C, Token, MIToken::NamedGlobalValue, /*PrefixLength=*/1, in maybeLexGlobalValue()