Searched defs:loopDepth (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/ |
| H A D | TestLoopFusion.cpp | 61 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 D | TestLoopUnrolling.cpp | 78 Option<unsigned> loopDepth{*this, "loop-depth", llvm::cl::desc("Loop depth."), member
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | AffineAnalysis.cpp | 381 unsigned loopDepth, in addOrderingConstraints() 407 const FlatAffineValueConstraints &dstDomain, unsigned loopDepth, in computeDirectionVector() 596 unsigned loopDepth, FlatAffineValueConstraints *dependenceConstraints, in checkMemrefAccessDependence()
|
| H A D | Utils.cpp | 447 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 D | Fusion.cpp | 68 getShapeDefiningLoopRange(LinalgOp op, unsigned loopDepth, in getShapeDefiningLoopRange()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | LoopFusionUtils.cpp | 219 unsigned loopDepth = getInnermostCommonLoopDepth(targetDstOps); in getMaxLoopDepth() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/ |
| H A D | Utils.cpp | 115 for (unsigned loopDepth : in replaceLoopNestWithNewYields() local
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertExpr.cpp | 4592 const std::size_t loopDepth = loopUppers.size(); in genImplicitLoops() local
|