Home
last modified time | relevance | path

Searched refs:XForEach (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h57 XSubst, XForEach, XFilter, XFoldl, XHead, XTail, XSize, XEmpty, XIf, enumerator
H A DTGParser.cpp1369 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 DTGLexer.cpp579 .Case("foreach", tgtok::XForEach) in LexExclaim()