Searched refs:rangeIslSize (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | ISLTools.h | 531 llvm::iota_range<unsigned> rangeIslSize(unsigned Begin, isl::size End);
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScheduleTreeTransform.h | 151 for (unsigned i : rangeIslSize(0, Node.n_children())) in visitNode()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | DependenceInfo.cpp | 191 for (auto i : rangeIslSize(0, Zero.tuple_dim())) in fixSetToZero() 681 for (auto i : rangeIslSize(0, Zero.tuple_dim())) in isValidSchedule()
|
| H A D | ScopBuilder.cpp | 200 for (unsigned u : rangeIslSize(0, NextIterationMap.domain_tuple_dim())) in createNextIterationMap() 228 for (unsigned u : rangeIslSize(0, S.tuple_dim())) in partitionSetParts() 2660 for (auto i : rangeIslSize(0, SpaceParams)) { in addUserContext()
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | ZoneAlgo.cpp | 693 for (unsigned i : rangeIslSize(0, DefDomain.tuple_dim())) in getDefToTarget()
|
| H A D | ScheduleTreeTransform.cpp | 1159 for (unsigned i : rangeIslSize(0, Dims)) { in tileNode()
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | ISLTools.cpp | 585 llvm::iota_range<unsigned> polly::rangeIslSize(unsigned Begin, isl::size End) { in rangeIslSize() function in polly
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | PPCGCodeGeneration.cpp | 1149 for (unsigned i : rangeIslSize(0, Min.tuple_dim())) in getArrayOffset() 1158 for (unsigned i : rangeIslSize(0, Min.tuple_dim())) { in getArrayOffset()
|
| H A D | BlockGenerators.cpp | 690 for (unsigned i : rangeIslSize(0, ScheduleMultiPwAff.dim(isl::dim::out))) { in generateBeginStmtTrace()
|