Home
last modified time | relevance | path

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

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/lib/Transforms/
H A DTestLoopFusion.cpp56 unsigned maxLoopDepth) { in testDependenceCheck() argument
58 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testDependenceCheck()
108 unsigned maxLoopDepth) { in testSliceComputation() argument
109 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testSliceComputation()
127 unsigned maxLoopDepth) { in testLoopFusionTransformation() argument
128 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testLoopFusionTransformation()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/lib/Transforms/
H A DTestLoopFusion.cpp56 unsigned maxLoopDepth) { in testDependenceCheck() argument
58 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testDependenceCheck()
108 unsigned maxLoopDepth) { in testSliceComputation() argument
109 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testSliceComputation()
127 unsigned maxLoopDepth) { in testLoopFusionTransformation() argument
128 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testLoopFusionTransformation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/lib/Transforms/
H A DTestLoopFusion.cpp56 unsigned maxLoopDepth) { in testDependenceCheck() argument
58 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testDependenceCheck()
108 unsigned maxLoopDepth) { in testSliceComputation() argument
109 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testSliceComputation()
127 unsigned maxLoopDepth) { in testLoopFusionTransformation() argument
128 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testLoopFusionTransformation()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/lib/Transforms/
H A DTestLoopFusion.cpp56 unsigned maxLoopDepth) { in testDependenceCheck() argument
58 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testDependenceCheck()
108 unsigned maxLoopDepth) { in testSliceComputation() argument
109 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testSliceComputation()
127 unsigned maxLoopDepth) { in testLoopFusionTransformation() argument
128 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testLoopFusionTransformation()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/Transforms/
H A DTestLoopFusion.cpp60 unsigned maxLoopDepth) { in testDependenceCheck() argument
62 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testDependenceCheck()
113 unsigned maxLoopDepth) { in testSliceComputation() argument
114 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testSliceComputation()
136 unsigned maxLoopDepth) { in testLoopFusionTransformation() argument
137 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testLoopFusionTransformation()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/lib/Transforms/
H A DTestLoopFusion.cpp60 unsigned maxLoopDepth) { in testDependenceCheck() argument
62 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testDependenceCheck()
113 unsigned maxLoopDepth) { in testSliceComputation() argument
114 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testSliceComputation()
136 unsigned maxLoopDepth) { in testLoopFusionTransformation() argument
137 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testLoopFusionTransformation()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/lib/Transforms/
H A DTestLoopFusion.cpp60 unsigned maxLoopDepth) { in testDependenceCheck() argument
62 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testDependenceCheck()
113 unsigned maxLoopDepth) { in testSliceComputation() argument
114 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testSliceComputation()
136 unsigned maxLoopDepth) { in testLoopFusionTransformation() argument
137 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testLoopFusionTransformation()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/lib/Transforms/
H A DTestLoopFusion.cpp60 unsigned maxLoopDepth) {
62 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) {
113 unsigned maxLoopDepth) {
114 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) {
136 unsigned maxLoopDepth) {
137 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/lib/Transforms/
H A DTestLoopFusion.cpp74 unsigned maxLoopDepth) { in testDependenceCheck() argument
78 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testDependenceCheck()
126 unsigned maxLoopDepth) { in testSliceComputation() argument
129 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testSliceComputation()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Transforms/Utils/
H A DLoopUtils.cpp528 unsigned maxLoopDepth = loops.size(); in checkLoopInterchangeDependences() local
530 loopPermMapInv.resize(maxLoopDepth); in checkLoopInterchangeDependences()
531 for (unsigned i = 0; i < maxLoopDepth; ++i) in checkLoopInterchangeDependences()
541 assert(depComps.size() >= maxLoopDepth); in checkLoopInterchangeDependences()
544 for (unsigned j = 0; j < maxLoopDepth; ++j) { in checkLoopInterchangeDependences()
564 unsigned maxLoopDepth = loops.size(); in isValidLoopInterchangePermutation() local
600 unsigned maxLoopDepth = loops.size(); in sinkSequentialLoops() local
608 assert(depComps.size() >= maxLoopDepth); in sinkSequentialLoops()
609 for (unsigned j = 0; j < maxLoopDepth; ++j) { in sinkSequentialLoops()
625 SmallVector<unsigned, 4> loopPermMap(maxLoopDepth); in sinkSequentialLoops()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Transforms/Utils/
H A DLoopUtils.cpp830 unsigned maxLoopDepth = loops.size(); in checkLoopInterchangeDependences() local
832 loopPermMapInv.resize(maxLoopDepth); in checkLoopInterchangeDependences()
833 for (unsigned i = 0; i < maxLoopDepth; ++i) in checkLoopInterchangeDependences()
843 assert(depComps.size() >= maxLoopDepth); in checkLoopInterchangeDependences()
846 for (unsigned j = 0; j < maxLoopDepth; ++j) { in checkLoopInterchangeDependences()
866 unsigned maxLoopDepth = loops.size(); in isValidLoopInterchangePermutation() local
976 unsigned maxLoopDepth = loops.size(); in sinkSequentialLoops() local
984 assert(depComps.size() >= maxLoopDepth); in sinkSequentialLoops()
985 for (unsigned j = 0; j < maxLoopDepth; ++j) { in sinkSequentialLoops()
1001 SmallVector<unsigned, 4> loopPermMap(maxLoopDepth); in sinkSequentialLoops()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Analysis/
H A DAffineAnalysis.h126 AffineForOp forOp, unsigned maxLoopDepth,
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Analysis/
H A DAffineAnalysis.h128 AffineForOp forOp, unsigned maxLoopDepth,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Analysis/
H A DAffineAnalysis.h126 AffineForOp forOp, unsigned maxLoopDepth,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Analysis/
H A DAffineAnalysis.h128 AffineForOp forOp, unsigned maxLoopDepth,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Analysis/
H A DAffineAnalysis.h128 AffineForOp forOp, unsigned maxLoopDepth,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Analysis/
H A DAffineAnalysis.h153 AffineForOp forOp, unsigned maxLoopDepth,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Analysis/
H A DAffineAnalysis.h153 AffineForOp forOp, unsigned maxLoopDepth,
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Analysis/
H A DAffineAnalysis.h153 AffineForOp forOp, unsigned maxLoopDepth,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Analysis/
H A DAffineAnalysis.h157 AffineForOp forOp, unsigned maxLoopDepth,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Transforms/Utils/
H A DLoopUtils.cpp1432 unsigned maxLoopDepth = loops.size(); in checkLoopInterchangeDependences() local
1434 loopPermMapInv.resize(maxLoopDepth); in checkLoopInterchangeDependences()
1435 for (unsigned i = 0; i < maxLoopDepth; ++i) in checkLoopInterchangeDependences()
1445 assert(depComps.size() >= maxLoopDepth); in checkLoopInterchangeDependences()
1448 for (unsigned j = 0; j < maxLoopDepth; ++j) { in checkLoopInterchangeDependences()
1468 unsigned maxLoopDepth = loops.size(); in isValidLoopInterchangePermutation() local
1577 unsigned maxLoopDepth = loops.size(); in sinkSequentialLoops() local
1585 assert(depComps.size() >= maxLoopDepth); in sinkSequentialLoops()
1586 for (unsigned j = 0; j < maxLoopDepth; ++j) { in sinkSequentialLoops()
1602 SmallVector<unsigned, 4> loopPermMap(maxLoopDepth); in sinkSequentialLoops()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Transforms/Utils/
H A DLoopUtils.cpp1466 unsigned maxLoopDepth = loops.size(); in checkLoopInterchangeDependences() local
1468 loopPermMapInv.resize(maxLoopDepth); in checkLoopInterchangeDependences()
1469 for (unsigned i = 0; i < maxLoopDepth; ++i) in checkLoopInterchangeDependences()
1479 assert(depComps.size() >= maxLoopDepth); in checkLoopInterchangeDependences()
1482 for (unsigned j = 0; j < maxLoopDepth; ++j) { in checkLoopInterchangeDependences()
1502 unsigned maxLoopDepth = loops.size(); in isValidLoopInterchangePermutation() local
1611 unsigned maxLoopDepth = loops.size(); in sinkSequentialLoops() local
1619 assert(depComps.size() >= maxLoopDepth); in sinkSequentialLoops()
1620 for (unsigned j = 0; j < maxLoopDepth; ++j) { in sinkSequentialLoops()
1636 SmallVector<unsigned, 4> loopPermMap(maxLoopDepth); in sinkSequentialLoops()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Transforms/Utils/
H A DLoopUtils.cpp1435 unsigned maxLoopDepth = loops.size(); in checkLoopInterchangeDependences() local
1437 loopPermMapInv.resize(maxLoopDepth); in checkLoopInterchangeDependences()
1438 for (unsigned i = 0; i < maxLoopDepth; ++i) in checkLoopInterchangeDependences()
1448 assert(depComps.size() >= maxLoopDepth); in checkLoopInterchangeDependences()
1451 for (unsigned j = 0; j < maxLoopDepth; ++j) { in checkLoopInterchangeDependences()
1471 unsigned maxLoopDepth = loops.size(); in isValidLoopInterchangePermutation() local
1581 unsigned maxLoopDepth = loops.size(); in sinkSequentialLoops() local
1589 assert(depComps.size() >= maxLoopDepth); in sinkSequentialLoops()
1590 for (unsigned j = 0; j < maxLoopDepth; ++j) { in sinkSequentialLoops()
1606 SmallVector<unsigned, 4> loopPermMap(maxLoopDepth); in sinkSequentialLoops()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Transforms/Utils/
H A DLoopUtils.cpp1466 unsigned maxLoopDepth = loops.size(); in checkLoopInterchangeDependences() local
1468 loopPermMapInv.resize(maxLoopDepth); in checkLoopInterchangeDependences()
1469 for (unsigned i = 0; i < maxLoopDepth; ++i) in checkLoopInterchangeDependences()
1479 assert(depComps.size() >= maxLoopDepth); in checkLoopInterchangeDependences()
1482 for (unsigned j = 0; j < maxLoopDepth; ++j) { in checkLoopInterchangeDependences()
1502 unsigned maxLoopDepth = loops.size(); in isValidLoopInterchangePermutation() local
1611 unsigned maxLoopDepth = loops.size(); in sinkSequentialLoops() local
1619 assert(depComps.size() >= maxLoopDepth); in sinkSequentialLoops()
1620 for (unsigned j = 0; j < maxLoopDepth; ++j) { in sinkSequentialLoops()
1636 SmallVector<unsigned, 4> loopPermMap(maxLoopDepth); in sinkSequentialLoops()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Transforms/Utils/
H A DLoopUtils.cpp1432 unsigned maxLoopDepth = loops.size(); in checkLoopInterchangeDependences() local
1434 loopPermMapInv.resize(maxLoopDepth); in checkLoopInterchangeDependences()
1435 for (unsigned i = 0; i < maxLoopDepth; ++i) in checkLoopInterchangeDependences()
1445 assert(depComps.size() >= maxLoopDepth); in checkLoopInterchangeDependences()
1448 for (unsigned j = 0; j < maxLoopDepth; ++j) { in checkLoopInterchangeDependences()
1468 unsigned maxLoopDepth = loops.size(); in isValidLoopInterchangePermutation() local
1577 unsigned maxLoopDepth = loops.size(); in sinkSequentialLoops() local
1585 assert(depComps.size() >= maxLoopDepth); in sinkSequentialLoops()
1586 for (unsigned j = 0; j < maxLoopDepth; ++j) { in sinkSequentialLoops()
1602 SmallVector<unsigned, 4> loopPermMap(maxLoopDepth); in sinkSequentialLoops()
[all …]

12