Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h113 kw_custom, enumerator
DMILexer.cpp245 .Case("custom", MIToken::kw_custom) in getIdentifierKind()
DMIParser.cpp2864 case MIToken::kw_custom: { in parseMemoryPseudoSourceValue()
2889 Token.is(MIToken::kw_call_entry) || Token.is(MIToken::kw_custom)) { in parseMachinePointerInfo()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMILexer.h113 kw_custom, enumerator
DMILexer.cpp258 .Case("custom", MIToken::kw_custom) in getIdentifierKind()
DMIParser.cpp2916 case MIToken::kw_custom: { in parseMemoryPseudoSourceValue()
2941 Token.is(MIToken::kw_call_entry) || Token.is(MIToken::kw_custom)) { in parseMachinePointerInfo()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp1801 kw_custom, enumerator
2006 .Case("custom", Token::kw_custom) in lexIdentifier()
2570 case Token::kw_custom: in parseDirective()