Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorTransforms.h442 Value lowerParallel(vector::ContractionOp op, int64_t lhsIndex,
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1962 rewriter.replaceOp(op, lowerParallel(op, lhsIndex, rhsIndex, rewriter)); in matchAndRewrite()
1981 op, lowerParallel(op, lhsIndex, /*rhsIndex=*/-1, rewriter)); in matchAndRewrite()
1991 op, lowerParallel(op, /*lhsIndex=*/-1, rhsIndex, rewriter)); in matchAndRewrite()
2007 Value ContractionOpLowering::lowerParallel(vector::ContractionOp op, in lowerParallel() function in mlir::ContractionOpLowering