Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGLexer.h49 XForEach, XHead, XTail, XEmpty, XIf, XEq, enumerator
DTGLexer.cpp418 .Case("eq", tgtok::XEq) in LexExclaim()
DTGParser.cpp803 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/llvm/lib/TableGen/
DTGLexer.h51 XSubst, XForEach, XHead, XTail, XEmpty, XIf, XEq, enumerator
DTGLexer.cpp468 .Case("eq", tgtok::XEq) in LexExclaim()
DTGParser.cpp877 case tgtok::XEq: in ParseOperation()
895 case tgtok::XEq: Code = BinOpInit::EQ; Type = BitRecTy::get(); break; in ParseOperation()
1443 case tgtok::XEq: in ParseSimpleValue()