Home
last modified time | relevance | path

Searched refs:XSetDagOp (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.cpp592 .Cases("setdagop", "setop", tgtok::XSetDagOp) // !setop is deprecated. in LexExclaim()
H A DTGParser.cpp1185 case tgtok::XSetDagOp: { // Value ::= !binop '(' Value ',' Value ')' in ParseOperation()
1215 case tgtok::XSetDagOp: Code = BinOpInit::SETDAGOP; break; in ParseOperation()
1224 case tgtok::XSetDagOp: in ParseOperation()
2476 case tgtok::XSetDagOp: // Value ::= !binop '(' Value ',' Value ')' in ParseSimpleValue()