Home
last modified time | relevance | path

Searched defs:loopDepth (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestLoopFusion.cpp61 unsigned i, unsigned j, unsigned loopDepth, in testDependenceCheck()
114 unsigned i, unsigned j, unsigned loopDepth, in testSliceComputation()
137 unsigned loopDepth, in testLoopFusionTransformation()
163 for (unsigned loopDepth = 0, end = depthToLoops.size(); loopDepth < end; in iterateLoops() local
/llvm-project-15.0.7/mlir/test/lib/Dialect/SCF/
H A DTestLoopUnrolling.cpp78 Option<unsigned> loopDepth{*this, "loop-depth", llvm::cl::desc("Loop depth."), member
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp381 unsigned loopDepth, in addOrderingConstraints()
407 const FlatAffineValueConstraints &dstDomain, unsigned loopDepth, in computeDirectionVector()
596 unsigned loopDepth, FlatAffineValueConstraints *dependenceConstraints, in checkMemrefAccessDependence()
H A DUtils.cpp447 LogicalResult MemRefRegion::compute(Operation *op, unsigned loopDepth, in compute()
792 unsigned loopDepth = 0; in getInnermostCommonLoopDepth() local
812 unsigned loopDepth, unsigned numCommonLoops, in computeSliceUnion()
1047 FlatAffineValueConstraints *dependenceConstraints, unsigned loopDepth, in getComputationSliceState()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DFusion.cpp68 getShapeDefiningLoopRange(LinalgOp op, unsigned loopDepth, in getShapeDefiningLoopRange()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp219 unsigned loopDepth = getInnermostCommonLoopDepth(targetDstOps); in getMaxLoopDepth() local
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp115 for (unsigned loopDepth : in replaceLoopNestWithNewYields() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp4592 const std::size_t loopDepth = loopUppers.size(); in genImplicitLoops() local