Home
last modified time | relevance | path

Searched refs:filterConstraint (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/Transforms/
H A DVectorRewritePatterns.h107 FilterConstraintFnType filterConstraint = nullptr; member
109 filterConstraint = std::move(constraint); in setFilterConstraint()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp144 if (options.filterConstraint && failed(options.filterConstraint(op))) in getTargetShape()