Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestLoopFusion.cpp64 unsigned maxLoopDepth) { in testDependenceCheck() argument
66 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testDependenceCheck()
118 unsigned maxLoopDepth) { in testSliceComputation() argument
119 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testSliceComputation()
141 unsigned maxLoopDepth) { in testLoopFusionTransformation() argument
142 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testLoopFusionTransformation()
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1322 unsigned maxLoopDepth = loops.size(); in checkLoopInterchangeDependences()
1324 loopPermMapInv.resize(maxLoopDepth); in checkLoopInterchangeDependences()
1325 for (unsigned i = 0; i < maxLoopDepth; ++i) in checkLoopInterchangeDependences()
1334 assert(depComps.size() >= maxLoopDepth); in checkLoopInterchangeDependences()
1337 for (unsigned j = 0; j < maxLoopDepth; ++j) { in checkLoopInterchangeDependences()
1355 // rooted at 'loops[0]', at loop depths in range [1, maxLoopDepth]. in isValidLoopInterchangePermutation()
1357 unsigned maxLoopDepth = loops.size(); in isValidLoopInterchangePermutation()
1359 getDependenceComponents(loops[0], maxLoopDepth, &depCompsVec);
1465 // rooted at 'loops[0]', at loop depths in range [1, maxLoopDepth]. in sinkSequentialLoops()
1466 unsigned maxLoopDepth in sinkSequentialLoops()
1318 unsigned maxLoopDepth = loops.size(); checkLoopInterchangeDependences() local
1353 unsigned maxLoopDepth = loops.size(); isValidLoopInterchangePermutation() local
1462 unsigned maxLoopDepth = loops.size(); sinkSequentialLoops() local
[all...]
/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineAnalysis.h193 AffineForOp forOp, unsigned maxLoopDepth,
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp691 AffineForOp forOp, unsigned maxLoopDepth, in getDependenceComponents() argument
701 for (unsigned d = 1; d <= maxLoopDepth; ++d) { in getDependenceComponents()