Searched refs:XConcat (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/TableGen/ |
H A D | TGLexer.h | 55 XConcat, XADD, XSUB, XMUL, XDIV, XNOT, XLOG2, XAND, XOR, XXOR, XSRA, XSRL, enumerator
|
H A D | TGLexer.cpp | 565 .Case("con", tgtok::XConcat) in LexExclaim()
|
H A 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()
|