Home
last modified time | relevance | path

Searched defs:lbMap (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/SCF/Transforms/
H A DLoopRangeFolding.cpp55 BlockAndValueMapping lbMap; in runOnOperation() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/SCF/Transforms/
H A DLoopRangeFolding.cpp55 BlockAndValueMapping lbMap; in runOnOperation() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/SCF/Transforms/
H A DLoopRangeFolding.cpp55 BlockAndValueMapping lbMap; in runOnOperation() local
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/SCF/Transforms/
H A DLoopRangeFolding.cpp55 BlockAndValueMapping lbMap; in runOnOperation() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Transforms/Utils/
H A DLoopFusionUtils.cpp266 if (AffineMap lbMap = srcSlice->lbs[i]) in fuseLoops() local
365 static Optional<uint64_t> getConstDifference(AffineMap lbMap, AffineMap ubMap) { in getConstDifference()
403 AffineMap lbMap = slice->lbs[i]; in buildSliceTripCountMap() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Transforms/Utils/
H A DLoopFusionUtils.cpp266 if (AffineMap lbMap = srcSlice->lbs[i]) in fuseLoops() local
365 static Optional<uint64_t> getConstDifference(AffineMap lbMap, AffineMap ubMap) { in getConstDifference()
403 AffineMap lbMap = slice->lbs[i]; in buildSliceTripCountMap() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Transforms/Utils/
H A DLoopFusionUtils.cpp377 if (AffineMap lbMap = srcSlice.lbs[i]) { in fuseLoops() local
482 static Optional<uint64_t> getConstDifference(AffineMap lbMap, AffineMap ubMap) { in getConstDifference()
520 AffineMap lbMap = slice.lbs[i]; in buildSliceTripCountMap() local
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Transforms/Utils/
H A DLoopFusionUtils.cpp377 if (AffineMap lbMap = srcSlice.lbs[i]) { in fuseLoops() local
482 static Optional<uint64_t> getConstDifference(AffineMap lbMap, AffineMap ubMap) { in getConstDifference()
520 AffineMap lbMap = slice.lbs[i]; in buildSliceTripCountMap() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Affine/Transforms/
H A DAffineLoopNormalize.cpp24 AffineMap lbMap = op.lowerBoundsMap(); in normalizeAffineParallel() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Analysis/
H A DUtils.cpp157 AffineMap lbMap = lbs[i]; in isSliceMaximalFastCheck() local
404 void MemRefRegion::getLowerAndUpperBound(unsigned pos, AffineMap &lbMap, in getLowerAndUpperBound()
975 static Optional<uint64_t> getConstDifference(AffineMap lbMap, AffineMap ubMap) { in getConstDifference()
1002 AffineMap lbMap = slice.lbs[i]; in buildSliceTripCountMap() local
1208 if (AffineMap lbMap = sliceState->lbs[i]) in insertBackwardComputationSlice() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DUtils.cpp157 AffineMap lbMap = lbs[i]; in isSliceMaximalFastCheck() local
404 void MemRefRegion::getLowerAndUpperBound(unsigned pos, AffineMap &lbMap, in getLowerAndUpperBound()
974 static Optional<uint64_t> getConstDifference(AffineMap lbMap, AffineMap ubMap) { in getConstDifference()
1001 AffineMap lbMap = slice.lbs[i]; in buildSliceTripCountMap() local
1207 if (AffineMap lbMap = sliceState->lbs[i]) in insertBackwardComputationSlice() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DUtils.cpp157 AffineMap lbMap = lbs[i]; in isSliceMaximalFastCheck() local
404 void MemRefRegion::getLowerAndUpperBound(unsigned pos, AffineMap &lbMap, in getLowerAndUpperBound()
974 static Optional<uint64_t> getConstDifference(AffineMap lbMap, AffineMap ubMap) { in getConstDifference()
1001 AffineMap lbMap = slice.lbs[i]; in buildSliceTripCountMap() local
1207 if (AffineMap lbMap = sliceState->lbs[i]) in insertBackwardComputationSlice() local
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DUtils.cpp157 AffineMap lbMap = lbs[i]; in isSliceMaximalFastCheck() local
404 void MemRefRegion::getLowerAndUpperBound(unsigned pos, AffineMap &lbMap, in getLowerAndUpperBound()
974 static Optional<uint64_t> getConstDifference(AffineMap lbMap, AffineMap ubMap) { in getConstDifference()
1001 AffineMap lbMap = slice.lbs[i]; in buildSliceTripCountMap() local
1207 if (AffineMap lbMap = sliceState->lbs[i]) in insertBackwardComputationSlice() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1211 ValueRange lbOperands, AffineMap lbMap, in build()
1263 auto lbMap = AffineMap::getConstantMap(lb, builder.getContext()); in build() local
1512 AffineMap lbMap = getLowerBoundMapAttr().getValue(); in getNumIterOperands() local
1601 auto lbMap = forOp.getLowerBoundMap(); in canonicalizeLoopBounds() local
1652 auto lbMap = getLowerBoundMap(); in getLowerBound() local
1657 auto lbMap = getLowerBoundMap(); in getUpperBound() local
1692 auto lbMap = getLowerBoundMap(); in setLowerBoundMap() local
1744 auto lbMap = getLowerBoundMap(); in matchingBoundOperandList() local
2512 AffineMap lbMap, ValueRange lbArgs, in build()
2527 AffineMap lbMap, ValueRange lbArgs, in build()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Transforms/Utils/
H A DLoopFusionUtils.cpp337 static Optional<uint64_t> getConstDifference(AffineMap lbMap, AffineMap ubMap) { in getConstDifference()
375 AffineMap lbMap = slice->lbs[i]; in buildSliceTripCountMap() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1184 ValueRange lbOperands, AffineMap lbMap, in build()
1236 auto lbMap = AffineMap::getConstantMap(lb, builder.getContext()); in build() local
1485 AffineMap lbMap = getLowerBoundMapAttr().getValue(); in getNumIterOperands() local
1574 auto lbMap = forOp.getLowerBoundMap(); in canonicalizeLoopBounds() local
1625 auto lbMap = getLowerBoundMap(); in getLowerBound() local
1630 auto lbMap = getLowerBoundMap(); in getUpperBound() local
1665 auto lbMap = getLowerBoundMap(); in setLowerBoundMap() local
1717 auto lbMap = getLowerBoundMap(); in matchingBoundOperandList() local
2485 AffineMap lbMap, ValueRange lbArgs, in build()
2500 AffineMap lbMap, ValueRange lbArgs, in build()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1184 ValueRange lbOperands, AffineMap lbMap, in build()
1236 auto lbMap = AffineMap::getConstantMap(lb, builder.getContext()); in build() local
1485 AffineMap lbMap = getLowerBoundMapAttr().getValue(); in getNumIterOperands() local
1574 auto lbMap = forOp.getLowerBoundMap(); in canonicalizeLoopBounds() local
1625 auto lbMap = getLowerBoundMap(); in getLowerBound() local
1630 auto lbMap = getLowerBoundMap(); in getUpperBound() local
1665 auto lbMap = getLowerBoundMap(); in setLowerBoundMap() local
1717 auto lbMap = getLowerBoundMap(); in matchingBoundOperandList() local
2485 AffineMap lbMap, ValueRange lbArgs, in build()
2500 AffineMap lbMap, ValueRange lbArgs, in build()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1180 AffineMap lbMap, ValueRange ubOperands, AffineMap ubMap, int64_t step, in build()
1221 auto lbMap = AffineMap::getConstantMap(lb, builder.getContext()); in build() local
1502 auto lbMap = forOp.getLowerBoundMap(); in canonicalizeLoopBounds() local
1553 auto lbMap = getLowerBoundMap(); in getLowerBound() local
1558 auto lbMap = getLowerBoundMap(); in getUpperBound() local
1589 auto lbMap = getLowerBoundMap(); in setLowerBoundMap() local
1639 auto lbMap = getLowerBoundMap(); in matchingBoundOperandList() local
2391 auto lbMap = AffineMap::get(0, 0, lbExprs, builder.getContext()); in build() local
2403 AffineMap lbMap, ValueRange lbArgs, in build()
2418 AffineMap lbMap, ValueRange lbArgs, in build()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/AffineOps/
H A DAffineOps.cpp1082 ValueRange lbOperands, AffineMap lbMap, in build()
1118 auto lbMap = AffineMap::getConstantMap(lb, builder->getContext()); in build() local
1404 auto lbMap = forOp.getLowerBoundMap(); in canonicalizeLoopBounds() local
1452 auto lbMap = getLowerBoundMap(); in getLowerBound() local
1457 auto lbMap = getLowerBoundMap(); in getUpperBound() local
1488 auto lbMap = getLowerBoundMap(); in setLowerBoundMap() local
1538 auto lbMap = getLowerBoundMap(); in matchingBoundOperandList() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Affine/Transforms/
H A DAffineLoopNormalize.cpp24 AffineMap lbMap = op.lowerBoundsMap(); in normalizeAffineParallel() local
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Affine/Transforms/
H A DAffineLoopNormalize.cpp24 AffineMap lbMap = op.lowerBoundsMap(); in normalizeAffineParallel() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1222 ValueRange lbOperands, AffineMap lbMap, in build()
1274 auto lbMap = AffineMap::getConstantMap(lb, builder.getContext()); in build() local
1523 AffineMap lbMap = getLowerBoundMapAttr().getValue(); in getNumIterOperands() local
1612 auto lbMap = forOp.getLowerBoundMap(); in canonicalizeLoopBounds() local
1682 auto lbMap = getLowerBoundMap(); in getLowerBound() local
1687 auto lbMap = getLowerBoundMap(); in getUpperBound() local
1722 auto lbMap = getLowerBoundMap(); in setLowerBoundMap() local
1779 auto lbMap = getLowerBoundMap(); in matchingBoundOperandList() local
1932 auto lbMap = loop.getLowerBoundMap(); in replaceForOpWithNewYields() local
2847 AffineMap lbMap = concatMapsSameInput(lbMaps, lbGroups); in build() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1216 ValueRange lbOperands, AffineMap lbMap, in build()
1268 auto lbMap = AffineMap::getConstantMap(lb, builder.getContext()); in build() local
1517 AffineMap lbMap = getLowerBoundMapAttr().getValue(); in getNumIterOperands() local
1606 auto lbMap = forOp.getLowerBoundMap(); in canonicalizeLoopBounds() local
1676 auto lbMap = getLowerBoundMap(); in getLowerBound() local
1681 auto lbMap = getLowerBoundMap(); in getUpperBound() local
1716 auto lbMap = getLowerBoundMap(); in setLowerBoundMap() local
1768 auto lbMap = getLowerBoundMap(); in matchingBoundOperandList() local
1918 auto lbMap = loop.getLowerBoundMap(); in replaceForOpWithNewYields() local
2833 AffineMap lbMap = concatMapsSameInput(lbMaps, lbGroups); in build() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1216 ValueRange lbOperands, AffineMap lbMap, in build()
1268 auto lbMap = AffineMap::getConstantMap(lb, builder.getContext()); in build() local
1517 AffineMap lbMap = getLowerBoundMapAttr().getValue(); in getNumIterOperands() local
1606 auto lbMap = forOp.getLowerBoundMap(); in canonicalizeLoopBounds() local
1676 auto lbMap = getLowerBoundMap(); in getLowerBound() local
1681 auto lbMap = getLowerBoundMap(); in getUpperBound() local
1716 auto lbMap = getLowerBoundMap(); in setLowerBoundMap() local
1768 auto lbMap = getLowerBoundMap(); in matchingBoundOperandList() local
1918 auto lbMap = loop.getLowerBoundMap(); in replaceForOpWithNewYields() local
2833 AffineMap lbMap = concatMapsSameInput(lbMaps, lbGroups); in build() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Analysis/
H A DUtils.cpp140 AffineMap lbMap = lbs[i]; in isSliceMaximalFastCheck() local
316 void MemRefRegion::getLowerAndUpperBound(unsigned pos, AffineMap &lbMap, in getLowerAndUpperBound()
1023 if (AffineMap lbMap = sliceState->lbs[i]) in insertBackwardComputationSlice() local

123