Searched defs:loopDepth (Results 1 – 7 of 7) sorted by relevance
/llvm-project/mlir/test/lib/Dialect/Affine/ |
H A D | TestLoopFusion.cpp | 63 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 D | TestLoopUnrolling.cpp | 78 Option<unsigned> loopDepth{*this, "loop-depth", llvm::cl::desc("Loop depth."), member
|
/llvm-project/mlir/lib/Dialect/Affine/Analysis/ |
H A D | AffineAnalysis.cpp | 386 unsigned loopDepth, in addOrderingConstraints() 412 const FlatAffineValueConstraints &dstDomain, unsigned loopDepth, in computeDirectionVector() 610 unsigned loopDepth, FlatAffineValueConstraints *dependenceConstraints, in checkMemrefAccessDependence()
|
H A D | Utils.cpp | 1044 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 D | Fusion.cpp | 67 getShapeDefiningLoopRange(LinalgOp op, unsigned loopDepth, in getShapeDefiningLoopRange()
|
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | LoopFusionUtils.cpp | 212 unsigned loopDepth = getInnermostCommonLoopDepth(targetDstOps); in getMaxLoopDepth() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 4330 const std::size_t loopDepth = loopUppers.size(); genImplicitLoops() local
|