Home
last modified time | relevance | path

Searched refs:maxLoopDepth (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestLoopFusion.cpp62 unsigned maxLoopDepth) { in testDependenceCheck() argument
64 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testDependenceCheck()
115 unsigned maxLoopDepth) { in testSliceComputation() argument
116 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testSliceComputation()
138 unsigned maxLoopDepth) { in testLoopFusionTransformation() argument
139 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testLoopFusionTransformation()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineAnalysis.h184 AffineForOp forOp, unsigned maxLoopDepth,
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1421 unsigned maxLoopDepth = loops.size(); in checkLoopInterchangeDependences() local
1423 loopPermMapInv.resize(maxLoopDepth); in checkLoopInterchangeDependences()
1424 for (unsigned i = 0; i < maxLoopDepth; ++i) in checkLoopInterchangeDependences()
1433 assert(depComps.size() >= maxLoopDepth); in checkLoopInterchangeDependences()
1436 for (unsigned j = 0; j < maxLoopDepth; ++j) { in checkLoopInterchangeDependences()
1456 unsigned maxLoopDepth = loops.size(); in isValidLoopInterchangePermutation() local
1565 unsigned maxLoopDepth = loops.size(); in sinkSequentialLoops() local
1572 assert(depComps.size() >= maxLoopDepth); in sinkSequentialLoops()
1573 for (unsigned j = 0; j < maxLoopDepth; ++j) { in sinkSequentialLoops()
1589 SmallVector<unsigned, 4> loopPermMap(maxLoopDepth); in sinkSequentialLoops()
[all …]
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp665 AffineForOp forOp, unsigned maxLoopDepth, in getDependenceComponents() argument
675 for (unsigned d = 1; d <= maxLoopDepth; ++d) { in getDependenceComponents()