Searched refs:XSHL (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | TGLexer.h | 48 XConcat, XSRA, XSRL, XSHL, XStrConcat, XCast, XSubst, enumerator
|
D | TGLexer.cpp | 423 .Case("shl", tgtok::XSHL) in LexExclaim()
|
D | TGParser.cpp | 802 case tgtok::XSHL: in ParseOperation() 817 case tgtok::XSHL: Code = BinOpInit::SHL; Type = IntRecTy::get(); break; in ParseOperation() 1288 case tgtok::XSHL: in ParseSimpleValue()
|
/external/llvm/lib/TableGen/ |
D | TGLexer.h | 50 XConcat, XADD, XAND, XSRA, XSRL, XSHL, XListConcat, XStrConcat, XCast, enumerator
|
D | TGLexer.cpp | 475 .Case("shl", tgtok::XSHL) in LexExclaim()
|
D | TGParser.cpp | 876 case tgtok::XSHL: in ParseOperation() 894 case tgtok::XSHL: Code = BinOpInit::SHL; Type = IntRecTy::get(); break; in ParseOperation() 1442 case tgtok::XSHL: in ParseSimpleValue()
|