Home
last modified time | relevance | path

Searched refs:getNumIterators (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h109 inline unsigned getNumIterators(StringRef name, ArrayAttr iteratorTypes) { in getNumIterators() function
118 inline unsigned getNumIterators(ArrayAttr iteratorTypes) { in getNumIterators() function
121 res += getNumIterators(n, iteratorTypes); in getNumIterators()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DPolyhedralInfo.cpp134 unsigned int MaxDim = SS.getNumIterators(); in getScheduleForLoop()
H A DScopInfo.cpp840 isl::space Space = isl::space(Ctx, 0, Statement->getNumIterators(), 0); in buildAccessRelation()
1216 unsigned ScopStmt::getNumIterators() const { return NestLoops.size(); } in getNumIterators() function in ScopStmt
1854 if (Stmt.getNumIterators() == 0) in isProfitable()
1867 OptimizableStmtsOrLoops += Stmt.getNumIterators(); in isProfitable()
2507 bool IsInLoop = Stmt.getNumIterators() >= 1; in getStatistics()
H A DScopBuilder.cpp2715 if (AccessRelation.involves_dims(isl::dim::in, 0, Stmt.getNumIterators())) in getNonHoistableCtx()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgInterfaces.td196 return getNumIterators(getParallelIteratorTypeName(),
221 return getNumIterators(getReductionIteratorTypeName(),
246 return getNumIterators(getWindowIteratorTypeName(),
271 return getNumIterators($_op.iterator_types());
286 getNumIterators(getReductionIteratorTypeName(), iters) == 1;
/llvm-project-15.0.7/polly/lib/Transform/
H A DDeLICM.cpp1258 if (Stmt.getNumIterators() == 0) { in greedyCollapse()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1524 unsigned getNumIterators() const;