Searched refs:XForEach (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGLexer.h | 57 XSubst, XForEach, XFilter, XFoldl, XHead, XTail, XSize, XEmpty, XIf, enumerator
|
| H A D | TGParser.cpp | 1369 case tgtok::XForEach: in ParseOperation() 1909 ExprEltType = (Operation == tgtok::XForEach) in ParseOperationForEachFilter() 1934 if (Operation == tgtok::XForEach) in ParseOperationForEachFilter() 1963 if (Operation == tgtok::XForEach && !IsDAG) { in ParseOperationForEachFilter() 1974 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter() 2376 case tgtok::XForEach: in ParseSimpleValue()
|
| H A D | TGLexer.cpp | 579 .Case("foreach", tgtok::XForEach) in LexExclaim()
|