Home
last modified time | relevance | path

Searched refs:rangeIslSize (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/Support/
H A DISLTools.h531 llvm::iota_range<unsigned> rangeIslSize(unsigned Begin, isl::size End);
/llvm-project-15.0.7/polly/include/polly/
H A DScheduleTreeTransform.h151 for (unsigned i : rangeIslSize(0, Node.n_children())) in visitNode()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp191 for (auto i : rangeIslSize(0, Zero.tuple_dim())) in fixSetToZero()
681 for (auto i : rangeIslSize(0, Zero.tuple_dim())) in isValidSchedule()
H A DScopBuilder.cpp200 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 DZoneAlgo.cpp693 for (unsigned i : rangeIslSize(0, DefDomain.tuple_dim())) in getDefToTarget()
H A DScheduleTreeTransform.cpp1159 for (unsigned i : rangeIslSize(0, Dims)) { in tileNode()
/llvm-project-15.0.7/polly/lib/Support/
H A DISLTools.cpp585 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 DPPCGCodeGeneration.cpp1149 for (unsigned i : rangeIslSize(0, Min.tuple_dim())) in getArrayOffset()
1158 for (unsigned i : rangeIslSize(0, Min.tuple_dim())) { in getArrayOffset()
H A DBlockGenerators.cpp690 for (unsigned i : rangeIslSize(0, ScheduleMultiPwAff.dim(isl::dim::out))) { in generateBeginStmtTrace()