Searched refs:XForEach (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | TGLexer.h | 57 XSubst, XForEach, XFilter, XFoldl, XHead, XTail, XSize, XEmpty, XIf, enumerator
|
| H A D | TGParser.cpp | 1427 case tgtok::XForEach: in ParseOperation() 1967 ExprEltType = (Operation == tgtok::XForEach) in ParseOperationForEachFilter() 1992 if (Operation == tgtok::XForEach) in ParseOperationForEachFilter() 2021 if (Operation == tgtok::XForEach && !IsDAG) { in ParseOperationForEachFilter() 2032 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter() 2435 case tgtok::XForEach: in ParseSimpleValue()
|
| H A D | TGLexer.cpp | 577 .Case("foreach", tgtok::XForEach) in LexExclaim()
|