Searched defs:stopCondition (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | ReifyValueBounds.cpp | 22 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 D | ReifyValueBounds.cpp | 67 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 D | ValueBoundsOpInterface.h | 407 StopConditionFn stopCondition = nullptr; variable
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | ScalableValueBoundsConstraintSet.cpp | 47 StopConditionFn stopCondition) { in computeScalableBound() argument
|
/llvm-project/mlir/test/lib/Dialect/Affine/ |
H A D | TestReifyValueBounds.cpp | 92 stopCondition = [&](Value v, std::optional<int64_t> d, testReifyValueBounds() local
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | ValueBoundsOpInterface.cpp | 154 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...] |