Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp86 static Value reshapeLoad(Location loc, Value val, VectorType type, in reshapeLoad() function
106 Value load = reshapeLoad(loc, ext, vType, index - 1, pos, rewriter); in reshapeLoad()
1917 auto lhs = reshapeLoad(loc, op.getLhs(), lhsType, lhsIndex, d, rewriter); in lowerParallel()
1918 auto rhs = reshapeLoad(loc, op.getRhs(), rhsType, rhsIndex, d, rewriter); in lowerParallel()
1919 auto acc = reshapeLoad(loc, op.getAcc(), resType, resIndex, d, rewriter); in lowerParallel()
1987 auto lhs = reshapeLoad(loc, op.getLhs(), lhsType, lhsIndex, d, rewriter); in lowerReduction()
1988 auto rhs = reshapeLoad(loc, op.getRhs(), rhsType, rhsIndex, d, rewriter); in lowerReduction()