Searched refs:XSetDagOp (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 | 592 .Cases("setdagop", "setop", tgtok::XSetDagOp) // !setop is deprecated. in LexExclaim()
|
H A D | TGParser.cpp | 1185 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()
|