Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1699 int64_t reductionSize = 0; in matchAndRewrite() local
1719 reductionSize = lhsType.getDimSize(1); in matchAndRewrite()
1723 reductionSize = lhsType.getDimSize(1); in matchAndRewrite()
1728 reductionSize = lhsType.getDimSize(0); in matchAndRewrite()
1731 reductionSize = lhsType.getDimSize(0); in matchAndRewrite()
1735 reductionSize = lhsType.getDimSize(1); in matchAndRewrite()
1741 reductionSize = lhsType.getDimSize(1); in matchAndRewrite()
1747 reductionSize = lhsType.getDimSize(0); in matchAndRewrite()
1751 reductionSize = lhsType.getDimSize(0); in matchAndRewrite()
1765 reductionSize = lhsType.getDimSize(1); in matchAndRewrite()
[all …]