Searched refs:getNumIterators (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/mlir/include/mlir/Dialect/Utils/ |
D | StructuredOpsUtils.h | 107 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/ |
D | PolyhedralInfo.cpp | 134 unsigned int MaxDim = SS.getNumIterators(); in getScheduleForLoop()
|
D | ScopInfo.cpp | 864 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()
|
D | ScopBuilder.cpp | 2900 if (AccessRelation.involves_dims(isl::dim::in, 0, Stmt.getNumIterators())) in getNonHoistableCtx()
|
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
D | LinalgStructuredOpsInterface.td | 35 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/ |
D | DeLICM.cpp | 1253 if (Stmt.getNumIterators() == 0) { in greedyCollapse()
|
/external/llvm-project/polly/include/polly/ |
D | ScopInfo.h | 1531 unsigned getNumIterators() const;
|