Searched refs:XGetDagOp (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/TableGen/ |
H A D | TGLexer.h | 58 XCond, XEq, XIsA, XDag, XNe, XLe, XLt, XGe, XGt, XSetDagOp, XGetDagOp, enumerator
|
H A D | TGLexer.cpp | 593 .Cases("getdagop", "getop", tgtok::XGetDagOp) // !getop is deprecated. in LexExclaim()
|
H A D | TGParser.cpp | 953 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()
|