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.cpp591 .Case("foreach", tgtok::XForEach) in LexExclaim()
H A DTGParser.cpp1759 case tgtok::XForEach: in ParseOperation()
2441 ExprEltType = (Operation == tgtok::XForEach) in ParseOperationForEachFilter()
2466 if (Operation == tgtok::XForEach) in ParseOperationForEachFilter()
2496 if (Operation == tgtok::XForEach && !IsDAG) { in ParseOperationForEachFilter()
2507 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter()