Searched refs:getNumIterators (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/ |
| H A D | StructuredOpsUtils.h | 109 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 D | PolyhedralInfo.cpp | 134 unsigned int MaxDim = SS.getNumIterators(); in getScheduleForLoop()
|
| H A D | ScopInfo.cpp | 840 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 D | ScopBuilder.cpp | 2715 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 D | LinalgInterfaces.td | 196 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 D | DeLICM.cpp | 1258 if (Stmt.getNumIterators() == 0) { in greedyCollapse()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 1524 unsigned getNumIterators() const;
|