Home
last modified time | relevance | path

Searched refs:Foreach (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.h51 FalseKW, Field, Foreach, If, In, Include, Int, Let, List, MultiClass, enumerator
H A DTGLexer.cpp356 .Case("foreach", tgtok::Foreach) in LexIdentifier()
H A DTGParser.cpp519 K == tgtok::Foreach || K == tgtok::If || K == tgtok::Let || in isObjectStart()
3191 assert(Lex.getCode() == tgtok::Foreach && "Unknown tok"); in ParseForeach()
3591 case tgtok::Foreach: in ParseMultiClass()
3760 case tgtok::Foreach: return ParseForeach(MC); in ParseObject()
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst557 :| `Foreach` | `If` | `Let` | `MultiClass`
898 MultiClassStatement: `Assert` | `Def` | `Defm` | `Defvar` | `Foreach` | `If` | `Let`
905 :token:`Defm`. In addition, :token:`Defvar`, :token:`Foreach`, and
1214 Foreach: "foreach" `ForeachIterator` "in" "{" `Statement`* "}"
1226 values do not carry over from one iteration to the next. Foreach loops may
/llvm-project-15.0.7/polly/unittests/Isl/
H A DIslTest.cpp379 TEST(Isl, Foreach) { in TEST() argument