Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h132 XForEach, enumerator
H A DTGLexer.cpp623 .Case("foreach", tgtok::XForEach) in LexExclaim()
H A DTGParser.cpp1834 case tgtok::XForEach: in ParseOperation()
2520 ExprEltType = (Operation == tgtok::XForEach) in ParseOperationForEachFilter()
2545 if (Operation == tgtok::XForEach) in ParseOperationForEachFilter()
2575 if (Operation == tgtok::XForEach && !IsDAG) { in ParseOperationForEachFilter()
2586 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter()