Searched defs:reductionSize (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorContract.cpp | 464 int64_t reductionSize = vecType.getDimSize(reductionDim); in getReductionSize() local 480 if (auto reductionSize = getReductionSize(lhsType, 1)) { in matmat() local 490 if (auto reductionSize = getReductionSize(lhsType, 1)) { in matmat() local 499 if (auto reductionSize in matmat() local 506 if (auto reductionSize = getReductionSize(lhsType, 0)) { matmat() local 515 if (auto reductionSize = getReductionSize(lhsType, 1)) { matmat() local 523 if (auto reductionSize = getReductionSize(lhsType, 1)) { matmat() local 531 if (auto reductionSize = getReductionSize(lhsType, 0)) { matmat() local 537 if (auto reductionSize = getReductionSize(lhsType, 0)) { matmat() local 559 if (auto reductionSize = getReductionSize(lhsType, 1)) { matvec() local 567 if (auto reductionSize = getReductionSize(lhsType, 0)) { matvec() local 574 if (auto reductionSize = getReductionSize(lhsType, 0)) { matvec() local 582 if (auto reductionSize = getReductionSize(lhsType, 0)) { matvec() local 602 if (auto reductionSize = getReductionSize(lhsType, 1)) tmatvec() local 606 if (auto reductionSize = getReductionSize(lhsType, 0)) tmatvec() local 610 if (auto reductionSize = getReductionSize(lhsType, 0)) tmatvec() local 614 if (auto reductionSize = getReductionSize(lhsType, 0)) tmatvec() local [all...] |
H A D | LowerVectorMultiReduction.cpp | 76 int64_t reductionSize = reductionDims.size(); matchAndRewrite() local
|