Searched refs:XConcat (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/TableGen/ |
| D | TGLexer.h | 55 XConcat, XADD, XSUB, XMUL, XDIV, XNOT, XLOG2, XAND, XOR, XXOR, XSRA, XSRL, enumerator
|
| D | TGLexer.cpp | 565 .Case("con", tgtok::XConcat) in LexExclaim()
|
| D | TGParser.cpp | 1163 case tgtok::XConcat: in ParseOperation() 1193 case tgtok::XConcat: Code = BinOpInit::CONCAT; break; in ParseOperation() 1223 case tgtok::XConcat: in ParseOperation() 2451 case tgtok::XConcat: in ParseSimpleValue()
|