Home
last modified time | relevance | path

Searched refs:XCast (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGLexer.h48 XConcat, XSRA, XSRL, XSHL, XStrConcat, XCast, XSubst, enumerator
DTGLexer.cpp426 .Case("cast", tgtok::XCast) in LexExclaim()
DTGParser.cpp692 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/
DTGLexer.h50 XConcat, XADD, XAND, XSRA, XSRL, XSHL, XListConcat, XStrConcat, XCast, enumerator
DTGLexer.cpp478 .Case("cast", tgtok::XCast) in LexExclaim()
DTGParser.cpp772 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()