Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestLoopFusion.cpp63 unsigned i, unsigned j, unsigned loopDepth, in testDependenceCheck()
117 unsigned i, unsigned j, unsigned loopDepth, in testSliceComputation()
140 unsigned loopDepth, in testLoopFusionTransformation()
166 for (unsigned loopDepth = 0, end = depthToLoops.size(); loopDepth < end; in iterateLoops() local
/llvm-project/mlir/test/lib/Dialect/SCF/
H A DTestLoopUnrolling.cpp78 Option<unsigned> loopDepth{*this, "loop-depth", llvm::cl::desc("Loop depth."), member
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp386 unsigned loopDepth, in addOrderingConstraints()
412 const FlatAffineValueConstraints &dstDomain, unsigned loopDepth, in computeDirectionVector()
610 unsigned loopDepth, FlatAffineValueConstraints *dependenceConstraints, in checkMemrefAccessDependence()
H A DUtils.cpp1044 LogicalResult MemRefRegion::compute(Operation *op, unsigned loopDepth, in compute() argument
1398 unsigned loopDepth = 0; getInnermostCommonLoopDepth() local
1418 computeSliceUnion(ArrayRef<Operation * > opsA,ArrayRef<Operation * > opsB,unsigned loopDepth,unsigned numCommonLoops,bool isBackwardSlice,ComputationSliceState * sliceUnion) computeSliceUnion() argument
1655 getComputationSliceState(Operation * depSourceOp,Operation * depSinkOp,FlatAffineValueConstraints * dependenceConstraints,unsigned loopDepth,bool isBackwardSlice,ComputationSliceState * sliceState) getComputationSliceState() argument
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DFusion.cpp67 getShapeDefiningLoopRange(LinalgOp op, unsigned loopDepth, in getShapeDefiningLoopRange()
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp212 unsigned loopDepth = getInnermostCommonLoopDepth(targetDstOps); in getMaxLoopDepth() local
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp4330 const std::size_t loopDepth = loopUppers.size(); genImplicitLoops() local