Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.h58 XCond, XEq, XIsA, XDag, XNe, XLe, XLt, XGe, XGt, XSetDagOp, XGetDagOp, enumerator
H A DTGLexer.cpp585 .Cases("setdagop", "setop", tgtok::XSetDagOp) // !setop is deprecated. in LexExclaim()
H A DTGParser.cpp1165 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()