Searched refs:XSubst (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 | 428 .Case("subst", tgtok::XSubst) in LexExclaim()
|
D | TGParser.cpp | 870 case tgtok::XSubst: { // Value ::= !ternop '(' Value ',' Value ',' Value ')' in ParseOperation() 884 case tgtok::XSubst: in ParseOperation() 978 case tgtok::XSubst: { in ParseOperation() 1293 case tgtok::XSubst: { // Value ::= !ternop '(' Value ',' Value ',' Value ')' in ParseSimpleValue()
|
/external/llvm/lib/TableGen/ |
D | TGLexer.h | 51 XSubst, XForEach, XHead, XTail, XEmpty, XIf, XEq, enumerator
|
D | TGLexer.cpp | 480 .Case("subst", tgtok::XSubst) in LexExclaim()
|
D | TGParser.cpp | 964 case tgtok::XSubst: { // Value ::= !ternop '(' Value ',' Value ',' Value ')' in ParseOperation() 978 case tgtok::XSubst: in ParseOperation() 1067 case tgtok::XSubst: { in ParseOperation() 1448 case tgtok::XSubst: { // Value ::= !ternop '(' Value ',' Value ',' Value ')' in ParseSimpleValue()
|