Searched refs:XSetDagOp (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/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 | 585 .Cases("setdagop", "setop", tgtok::XSetDagOp) // !setop is deprecated. in LexExclaim()
|
| H A D | TGParser.cpp | 1165 case tgtok::XSetDagOp: { // Value ::= !binop '(' Value ',' Value ')' in ParseOperation() 1193 case tgtok::XSetDagOp: Code = BinOpInit::SETDAGOP; break; in ParseOperation() 1202 case tgtok::XSetDagOp: in ParseOperation() 2431 case tgtok::XSetDagOp: // Value ::= !binop '(' Value ',' Value ')' in ParseSimpleValue()
|