Searched refs:XCast (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 | 426 .Case("cast", tgtok::XCast) in LexExclaim()
|
D | TGParser.cpp | 692 case tgtok::XCast: { // Value ::= !unop '(' Value ')' in ParseOperation() 698 case tgtok::XCast: in ParseOperation() 1247 if (Lex.getCode() != tgtok::Id && Lex.getCode() != tgtok::XCast) { in ParseSimpleValue() 1284 case tgtok::XCast: // Value ::= !unop '(' Value ')' in ParseSimpleValue()
|
/external/llvm/lib/TableGen/ |
D | TGLexer.h | 50 XConcat, XADD, XAND, XSRA, XSRL, XSHL, XListConcat, XStrConcat, XCast, enumerator
|
D | TGLexer.cpp | 478 .Case("cast", tgtok::XCast) in LexExclaim()
|
D | TGParser.cpp | 772 case tgtok::XCast: { // Value ::= !unop '(' Value ')' in ParseOperation() 778 case tgtok::XCast: in ParseOperation() 1399 if (Lex.getCode() != tgtok::Id && Lex.getCode() != tgtok::XCast) { in ParseSimpleValue() 1436 case tgtok::XCast: // Value ::= !unop '(' Value ')' in ParseSimpleValue()
|