Searched refs:XEq (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | TGLexer.h | 49 XForEach, XHead, XTail, XEmpty, XIf, XEq, enumerator
|
D | TGLexer.cpp | 418 .Case("eq", tgtok::XEq) in LexExclaim()
|
D | TGParser.cpp | 803 case tgtok::XEq: in ParseOperation() 818 case tgtok::XEq: Code = BinOpInit::EQ; Type = BitRecTy::get(); break; in ParseOperation() 1289 case tgtok::XEq: in ParseSimpleValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | TGLexer.h | 51 XSubst, XForEach, XFoldl, XHead, XTail, XSize, XEmpty, XIf, XEq, XIsA, XDag, enumerator
|
D | TGLexer.cpp | 469 .Case("eq", tgtok::XEq) in LexExclaim()
|
D | TGParser.cpp | 1032 case tgtok::XEq: in ParseOperation() 1054 case tgtok::XEq: Code = BinOpInit::EQ; break; in ParseOperation() 1082 case tgtok::XEq: in ParseOperation() 1927 case tgtok::XEq: in ParseSimpleValue()
|
/external/llvm/lib/TableGen/ |
D | TGLexer.h | 51 XSubst, XForEach, XHead, XTail, XEmpty, XIf, XEq, enumerator
|
D | TGLexer.cpp | 468 .Case("eq", tgtok::XEq) in LexExclaim()
|
D | TGParser.cpp | 877 case tgtok::XEq: in ParseOperation() 895 case tgtok::XEq: Code = BinOpInit::EQ; Type = BitRecTy::get(); break; in ParseOperation() 1443 case tgtok::XEq: in ParseSimpleValue()
|