Home
last modified time | relevance | path

Searched refs:lbConst (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/EDSC/
H A DBuilders.cpp147 auto lbConst = dyn_cast<ConstantIndexOp>(lbDef); in emitStaticFor() local
149 if (!lbConst || !ubConst) in emitStaticFor()
152 return ValueHandle::create<AffineForOp>(lbConst.getValue(), in emitStaticFor()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Analysis/
H A DAffineStructures.cpp1146 int64_t lbConst, int64_t ubConst, in detectAsMod() argument
1154 if (lbConst != 0 || ubConst < 1) in detectAsMod()
1535 auto lbConst = getConstantLowerBound(pos); in getSliceBounds() local
1537 if (lbConst.hasValue() && ubConst.hasValue()) { in getSliceBounds()
1539 if (lbConst.getValue() == ubConst.getValue()) { in getSliceBounds()
1540 memo[pos] = getAffineConstantExpr(lbConst.getValue(), context); in getSliceBounds()
1547 if (detectAsMod(*this, pos, lbConst.getValue(), ubConst.getValue(), in getSliceBounds()
1645 auto lbConst = getConstantLowerBound(pos + offset); in getSliceBounds() local
1646 if (lbConst.hasValue()) { in getSliceBounds()
1649 getAffineConstantExpr(lbConst.getValue(), context)); in getSliceBounds()
H A DAffineAnalysis.cpp649 auto lbConst = dependenceDomain->getConstantLowerBound(j); in computeDirectionVector() local
651 lbConst.getValueOr(std::numeric_limits<int64_t>::min()); in computeDirectionVector()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DAffineStructures.cpp1351 int64_t lbConst, int64_t ubConst, in detectAsMod() argument
1358 if (lbConst != 0 || ubConst < 1) in detectAsMod()
1807 auto lbConst = getConstantLowerBound(pos); in getSliceBounds() local
1809 if (lbConst.hasValue() && ubConst.hasValue()) { in getSliceBounds()
1811 if (lbConst.getValue() == ubConst.getValue()) { in getSliceBounds()
1812 memo[pos] = getAffineConstantExpr(lbConst.getValue(), context); in getSliceBounds()
1819 if (detectAsMod(*this, pos, lbConst.getValue(), ubConst.getValue(), in getSliceBounds()
1917 auto lbConst = getConstantLowerBound(pos + offset); in getSliceBounds() local
1918 if (lbConst.hasValue()) { in getSliceBounds()
1921 getAffineConstantExpr(lbConst.getValue(), context)); in getSliceBounds()
H A DAffineAnalysis.cpp884 auto lbConst = dependenceDomain->getConstantLowerBound(j); in computeDirectionVector() local
886 lbConst.getValueOr(std::numeric_limits<int64_t>::min()); in computeDirectionVector()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Analysis/
H A DAffineStructures.cpp1171 int64_t lbConst, int64_t ubConst, in detectAsMod() argument
1179 if (lbConst != 0 || ubConst < 1) in detectAsMod()
1605 auto lbConst = getConstantLowerBound(pos); in getSliceBounds() local
1607 if (lbConst.hasValue() && ubConst.hasValue()) { in getSliceBounds()
1609 if (lbConst.getValue() == ubConst.getValue()) { in getSliceBounds()
1610 memo[pos] = getAffineConstantExpr(lbConst.getValue(), context); in getSliceBounds()
1617 if (detectAsMod(*this, pos, lbConst.getValue(), ubConst.getValue(), in getSliceBounds()
1715 auto lbConst = getConstantLowerBound(pos + offset); in getSliceBounds() local
1716 if (lbConst.hasValue()) { in getSliceBounds()
1719 getAffineConstantExpr(lbConst.getValue(), context)); in getSliceBounds()
H A DAffineAnalysis.cpp746 auto lbConst = dependenceDomain->getConstantLowerBound(j); in computeDirectionVector() local
748 lbConst.getValueOr(std::numeric_limits<int64_t>::min()); in computeDirectionVector()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Analysis/
H A DAffineStructures.cpp1287 int64_t lbConst, int64_t ubConst, in detectAsMod() argument
1295 if (lbConst != 0 || ubConst < 1) in detectAsMod()
1613 auto lbConst = getConstantLowerBound(pos); in getSliceBounds() local
1615 if (lbConst.hasValue() && ubConst.hasValue()) { in getSliceBounds()
1617 if (lbConst.getValue() == ubConst.getValue()) { in getSliceBounds()
1618 memo[pos] = getAffineConstantExpr(lbConst.getValue(), context); in getSliceBounds()
1625 if (detectAsMod(*this, pos, lbConst.getValue(), ubConst.getValue(), in getSliceBounds()
1723 auto lbConst = getConstantLowerBound(pos + offset); in getSliceBounds() local
1724 if (lbConst.hasValue()) { in getSliceBounds()
1727 getAffineConstantExpr(lbConst.getValue(), context)); in getSliceBounds()
H A DAffineAnalysis.cpp652 auto lbConst = dependenceDomain->getConstantLowerBound(j); in computeDirectionVector() local
654 lbConst.getValueOr(std::numeric_limits<int64_t>::min()); in computeDirectionVector()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DAffineStructures.cpp1351 int64_t lbConst, int64_t ubConst, in detectAsMod() argument
1358 if (lbConst != 0 || ubConst < 1) in detectAsMod()
1807 auto lbConst = getConstantLowerBound(pos); in getSliceBounds() local
1809 if (lbConst.hasValue() && ubConst.hasValue()) { in getSliceBounds()
1811 if (lbConst.getValue() == ubConst.getValue()) { in getSliceBounds()
1812 memo[pos] = getAffineConstantExpr(lbConst.getValue(), context); in getSliceBounds()
1819 if (detectAsMod(*this, pos, lbConst.getValue(), ubConst.getValue(), in getSliceBounds()
1917 auto lbConst = getConstantLowerBound(pos + offset); in getSliceBounds() local
1918 if (lbConst.hasValue()) { in getSliceBounds()
1921 getAffineConstantExpr(lbConst.getValue(), context)); in getSliceBounds()
H A DAffineAnalysis.cpp884 auto lbConst = dependenceDomain->getConstantLowerBound(j); in computeDirectionVector() local
886 lbConst.getValueOr(std::numeric_limits<int64_t>::min()); in computeDirectionVector()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DAffineStructures.cpp1351 int64_t lbConst, int64_t ubConst, in detectAsMod() argument
1358 if (lbConst != 0 || ubConst < 1) in detectAsMod()
1807 auto lbConst = getConstantLowerBound(pos); in getSliceBounds() local
1809 if (lbConst.hasValue() && ubConst.hasValue()) { in getSliceBounds()
1811 if (lbConst.getValue() == ubConst.getValue()) { in getSliceBounds()
1812 memo[pos] = getAffineConstantExpr(lbConst.getValue(), context); in getSliceBounds()
1819 if (detectAsMod(*this, pos, lbConst.getValue(), ubConst.getValue(), in getSliceBounds()
1917 auto lbConst = getConstantLowerBound(pos + offset); in getSliceBounds() local
1918 if (lbConst.hasValue()) { in getSliceBounds()
1921 getAffineConstantExpr(lbConst.getValue(), context)); in getSliceBounds()
H A DAffineAnalysis.cpp884 auto lbConst = dependenceDomain->getConstantLowerBound(j);
886 lbConst.getValueOr(std::numeric_limits<int64_t>::min());
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Analysis/
H A DAffineStructures.cpp1441 int64_t lbConst, int64_t ubConst, in detectAsMod() argument
1449 if (lbConst != 0 || ubConst < 1) in detectAsMod()
1875 auto lbConst = getConstantLowerBound(pos); in getSliceBounds() local
1877 if (lbConst.hasValue() && ubConst.hasValue()) { in getSliceBounds()
1879 if (lbConst.getValue() == ubConst.getValue()) { in getSliceBounds()
1880 memo[pos] = getAffineConstantExpr(lbConst.getValue(), context); in getSliceBounds()
1887 if (detectAsMod(*this, pos, lbConst.getValue(), ubConst.getValue(), in getSliceBounds()
1985 auto lbConst = getConstantLowerBound(pos + offset); in getSliceBounds() local
1986 if (lbConst.hasValue()) { in getSliceBounds()
1989 getAffineConstantExpr(lbConst.getValue(), context)); in getSliceBounds()
H A DAffineAnalysis.cpp746 auto lbConst = dependenceDomain->getConstantLowerBound(j); in computeDirectionVector() local
748 lbConst.getValueOr(std::numeric_limits<int64_t>::min()); in computeDirectionVector()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Analysis/
H A DAffineStructures.cpp1441 int64_t lbConst, int64_t ubConst, in detectAsMod() argument
1449 if (lbConst != 0 || ubConst < 1) in detectAsMod()
1875 auto lbConst = getConstantLowerBound(pos); in getSliceBounds() local
1877 if (lbConst.hasValue() && ubConst.hasValue()) { in getSliceBounds()
1879 if (lbConst.getValue() == ubConst.getValue()) { in getSliceBounds()
1880 memo[pos] = getAffineConstantExpr(lbConst.getValue(), context); in getSliceBounds()
1887 if (detectAsMod(*this, pos, lbConst.getValue(), ubConst.getValue(), in getSliceBounds()
1985 auto lbConst = getConstantLowerBound(pos + offset); in getSliceBounds() local
1986 if (lbConst.hasValue()) { in getSliceBounds()
1989 getAffineConstantExpr(lbConst.getValue(), context)); in getSliceBounds()
H A DAffineAnalysis.cpp746 auto lbConst = dependenceDomain->getConstantLowerBound(j); in computeDirectionVector() local
748 lbConst.getValueOr(std::numeric_limits<int64_t>::min()); in computeDirectionVector()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Analysis/
H A DAffineStructures.cpp1528 int64_t lbConst, int64_t ubConst, in detectAsMod() argument
1535 if (lbConst != 0 || ubConst < 1) in detectAsMod()
2018 auto lbConst = getConstantBound(BoundType::LB, pos); in getSliceBounds() local
2020 if (lbConst.hasValue() && ubConst.hasValue()) { in getSliceBounds()
2022 if (lbConst.getValue() == ubConst.getValue()) { in getSliceBounds()
2023 memo[pos] = getAffineConstantExpr(lbConst.getValue(), context); in getSliceBounds()
2030 if (detectAsMod(*this, pos, lbConst.getValue(), ubConst.getValue(), in getSliceBounds()
2128 auto lbConst = getConstantBound(BoundType::LB, pos + offset); in getSliceBounds() local
2129 if (lbConst.hasValue()) { in getSliceBounds()
2132 getAffineConstantExpr(lbConst.getValue(), context)); in getSliceBounds()
H A DAffineAnalysis.cpp864 auto lbConst = in computeDirectionVector() local
867 lbConst.getValueOr(std::numeric_limits<int64_t>::min()); in computeDirectionVector()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1743 auto lbConst = lb.getDefiningOp<ConstantIndexOp>(); in buildAffineLoopFromValues() local
1745 if (lbConst && ubConst) in buildAffineLoopFromValues()
1746 return buildAffineLoopFromConstants(builder, loc, lbConst.getValue(), in buildAffineLoopFromValues()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1852 auto lbConst = lb.getDefiningOp<ConstantIndexOp>(); in buildAffineLoopFromValues() local
1854 if (lbConst && ubConst) in buildAffineLoopFromValues()
1855 return buildAffineLoopFromConstants(builder, loc, lbConst.getValue(), in buildAffineLoopFromValues()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1825 auto lbConst = lb.getDefiningOp<ConstantIndexOp>(); in buildAffineLoopFromValues() local
1827 if (lbConst && ubConst) in buildAffineLoopFromValues()
1828 return buildAffineLoopFromConstants(builder, loc, lbConst.getValue(), in buildAffineLoopFromValues()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1825 auto lbConst = lb.getDefiningOp<ConstantIndexOp>(); in buildAffineLoopFromValues() local
1827 if (lbConst && ubConst) in buildAffineLoopFromValues()
1828 return buildAffineLoopFromConstants(builder, loc, lbConst.getValue(), in buildAffineLoopFromValues()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1890 auto lbConst = lb.getDefiningOp<ConstantIndexOp>(); in buildAffineLoopFromValues() local
1892 if (lbConst && ubConst) in buildAffineLoopFromValues()
1893 return buildAffineLoopFromConstants(builder, loc, lbConst.getValue(), in buildAffineLoopFromValues()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1876 auto lbConst = lb.getDefiningOp<ConstantIndexOp>(); in buildAffineLoopFromValues() local
1878 if (lbConst && ubConst) in buildAffineLoopFromValues()
1879 return buildAffineLoopFromConstants(builder, loc, lbConst.getValue(), in buildAffineLoopFromValues()

12