Searched refs:XGe (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | TGLexer.h | 58 XCond, XEq, XIsA, XDag, XNe, XLe, XLt, XGe, XGt, XSetDagOp, XGetDagOp, enumerator
|
| H A D | TGLexer.cpp | 553 .Case("ge", tgtok::XGe) in LexExclaim()
|
| H A D | TGParser.cpp | 1159 case tgtok::XGe: in ParseOperation() 1187 case tgtok::XGe: Code = BinOpInit::GE; break; in ParseOperation() 1222 case tgtok::XGe: in ParseOperation() 2425 case tgtok::XGe: in ParseSimpleValue()
|