Searched refs:Foreach (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | TGLexer.h | 51 FalseKW, Field, Foreach, If, In, Include, Int, Let, List, MultiClass, enumerator
|
| H A D | TGLexer.cpp | 356 .Case("foreach", tgtok::Foreach) in LexIdentifier()
|
| H A D | TGParser.cpp | 519 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 D | ProgRef.rst | 557 :| `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 D | IslTest.cpp | 379 TEST(Isl, Foreach) { in TEST() argument
|