Searched refs:XSHL (Results 1 – 9 of 9) sorted by relevance
/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGLexer.h | 53 XConcat, XADD, XMUL, XAND, XOR, XSRA, XSRL, XSHL, XListConcat, XListSplat, enumerator
|
D | TGLexer.cpp | 555 .Case("shl", tgtok::XSHL) in LexExclaim()
|
D | TGParser.cpp | 1080 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/ |
D | TGLexer.h | 55 XConcat, XADD, XSUB, XMUL, XNOT, XAND, XOR, XXOR, XSRA, XSRL, XSHL, enumerator
|
D | TGLexer.cpp | 579 .Case("shl", tgtok::XSHL) in LexExclaim()
|
D | TGParser.cpp | 1085 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()
|