Home
last modified time | relevance | path

Searched refs:XSHL (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/TableGen/
DTGLexer.h50 XConcat, XADD, XAND, XSRA, XSRL, XSHL, XListConcat, XStrConcat, XCast, enumerator
DTGLexer.cpp475 .Case("shl", tgtok::XSHL) in LexExclaim()
DTGParser.cpp876 case tgtok::XSHL: in ParseOperation()
894 case tgtok::XSHL: Code = BinOpInit::SHL; Type = IntRecTy::get(); break; in ParseOperation()
1442 case tgtok::XSHL: in ParseSimpleValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h53 XConcat, XADD, XMUL, XAND, XOR, XSRA, XSRL, XSHL, XListConcat, XListSplat, enumerator
DTGLexer.cpp555 .Case("shl", tgtok::XSHL) in LexExclaim()
DTGParser.cpp1080 case tgtok::XSHL: in ParseOperation()
1105 case tgtok::XSHL: Code = BinOpInit::SHL; break; in ParseOperation()
1132 case tgtok::XSHL: in ParseOperation()
2122 case tgtok::XSHL: in ParseSimpleValue()
/external/llvm-project/llvm/lib/TableGen/
DTGLexer.h55 XConcat, XADD, XSUB, XMUL, XNOT, XAND, XOR, XXOR, XSRA, XSRL, XSHL, enumerator
DTGLexer.cpp579 .Case("shl", tgtok::XSHL) in LexExclaim()
DTGParser.cpp1085 case tgtok::XSHL: in ParseOperation()
1113 case tgtok::XSHL: Code = BinOpInit::SHL; break; in ParseOperation()
1142 case tgtok::XSHL: in ParseOperation()
2192 case tgtok::XSHL: in ParseSimpleValue()