Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h131 XForEach, enumerator
H A DTGLexer.cpp590 .Case("foreach", tgtok::XForEach) in LexExclaim()
H A DTGParser.cpp1753 case tgtok::XForEach: in ParseOperation()
2435 ExprEltType = (Operation == tgtok::XForEach) in ParseOperationForEachFilter()
2460 if (Operation == tgtok::XForEach) in ParseOperationForEachFilter()
2490 if (Operation == tgtok::XForEach && !IsDAG) { in ParseOperationForEachFilter()
2501 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter()