Home
last modified time | relevance | path

Searched defs:stopCondition (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DReifyValueBounds.cpp22 ValueBoundsConstraintSet::StopConditionFn stopCondition, bool closedUB) { in reifyValueBound()
84 int64_t dim, ValueBoundsConstraintSet::StopConditionFn stopCondition, in reifyShapedValueDimBound()
102 ValueBoundsConstraintSet::StopConditionFn stopCondition, bool closedUB) { in reifyIndexValueBound()
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DReifyValueBounds.cpp67 ValueBoundsConstraintSet::StopConditionFn stopCondition, bool closedUB) { in reifyValueBound()
119 int64_t dim, ValueBoundsConstraintSet::StopConditionFn stopCondition, in reifyShapedValueDimBound()
137 ValueBoundsConstraintSet::StopConditionFn stopCondition, bool closedUB) { in reifyIndexValueBound()
/llvm-project/mlir/include/mlir/Interfaces/
H A DValueBoundsOpInterface.h407 StopConditionFn stopCondition = nullptr; variable
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DScalableValueBoundsConstraintSet.cpp47 StopConditionFn stopCondition) { in computeScalableBound() argument
/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestReifyValueBounds.cpp92 stopCondition = [&](Value v, std::optional<int64_t> d, testReifyValueBounds() local
/llvm-project/mlir/lib/Interfaces/
H A DValueBoundsOpInterface.cpp154 MLIRContext *ctx, StopConditionFn stopCondition, in ValueBoundsConstraintSet() argument
466 const Variable &var, StopConditionFn stopCondition, bool closedUB) { in computeBound() argument
633 computeConstantBound(presburger::BoundType type,const Variable & var,StopConditionFn stopCondition,bool closedUB) computeConstantBound() argument
752 auto stopCondition = [&](Value v, std::optional<int64_t> dim, compare() local
[all...]