Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Utils/
DStructuredOpsUtils.h107 inline unsigned getNumIterators(StringRef name, ArrayAttr iteratorTypes) { in getNumIterators() function
116 inline unsigned getNumIterators(ArrayAttr iteratorTypes) { in getNumIterators() function
119 res += getNumIterators(n, iteratorTypes); in getNumIterators()
/external/llvm-project/polly/lib/Analysis/
DPolyhedralInfo.cpp134 unsigned int MaxDim = SS.getNumIterators(); in getScheduleForLoop()
DScopInfo.cpp864 isl::space Space = isl::space(Ctx, 0, Statement->getNumIterators(), 0); in buildAccessRelation()
1250 unsigned ScopStmt::getNumIterators() const { return NestLoops.size(); } in getNumIterators() function in ScopStmt
1957 if (Stmt.getNumIterators() == 0) in isProfitable()
1970 OptimizableStmtsOrLoops += Stmt.getNumIterators(); in isProfitable()
2592 bool IsInLoop = Stmt.getNumIterators() >= 1; in getStatistics()
DScopBuilder.cpp2900 if (AccessRelation.involves_dims(isl::dim::in, 0, Stmt.getNumIterators())) in getNonHoistableCtx()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
DLinalgStructuredOpsInterface.td35 return getNumIterators(getParallelIteratorTypeName(),
60 return getNumIterators(getReductionIteratorTypeName(),
85 return getNumIterators(getWindowIteratorTypeName(),
110 return getNumIterators($_op.iterator_types());
125 getNumIterators(getReductionIteratorTypeName(), iters) == 1;
/external/llvm-project/polly/lib/Transform/
DDeLICM.cpp1253 if (Stmt.getNumIterators() == 0) { in greedyCollapse()
/external/llvm-project/polly/include/polly/
DScopInfo.h1531 unsigned getNumIterators() const;