Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/Transforms/
H A DVectorRewritePatterns.h530 FailureOr<Value> lowerParallel(vector::ContractionOp op, int64_t lhsIndex,
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp1807 auto newOp = lowerParallel(op, lhsIndex, rhsIndex, rewriter); in matchAndRewrite()
1828 auto newOp = lowerParallel(op, lhsIndex, /*rhsIndex=*/-1, rewriter); in matchAndRewrite()
1840 auto newOp = lowerParallel(op, /*lhsIndex=*/-1, rhsIndex, rewriter); in matchAndRewrite()
1864 ContractionOpLowering::lowerParallel(vector::ContractionOp op, int64_t lhsIndex, in lowerParallel() function in mlir::ContractionOpLowering