Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.h58 XCond, XEq, XIsA, XDag, XNe, XLe, XLt, XGe, XGt, XSetDagOp, XGetDagOp, enumerator
H A DTGLexer.cpp593 .Cases("getdagop", "getop", tgtok::XGetDagOp) // !getop is deprecated. in LexExclaim()
H A DTGParser.cpp953 case tgtok::XGetDagOp: { // Value ::= !unop '(' Value ')' in ParseOperation()
999 case tgtok::XGetDagOp: in ParseOperation()
2410 Lex.getCode() != tgtok::question && Lex.getCode() != tgtok::XGetDagOp) { in ParseSimpleValue()
2448 case tgtok::XGetDagOp: // Value ::= !unop '(' Value ')' in ParseSimpleValue()