Home
last modified time | relevance | path

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

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