Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp110 static Value reshapeLoad(Location loc, Value val, VectorType type, in reshapeLoad() function
129 Value load = reshapeLoad(loc, ext, vType, index - 1, pos, rewriter); in reshapeLoad()
2044 auto lhs = reshapeLoad(loc, op.lhs(), lhsType, lhsIndex, d, rewriter); in lowerParallel()
2045 auto rhs = reshapeLoad(loc, op.rhs(), rhsType, rhsIndex, d, rewriter); in lowerParallel()
2046 auto acc = reshapeLoad(loc, op.acc(), resType, resIndex, d, rewriter); in lowerParallel()
2096 auto lhs = reshapeLoad(loc, op.lhs(), lhsType, lhsIndex, d, rewriter); in lowerReduction()
2097 auto rhs = reshapeLoad(loc, op.rhs(), rhsType, rhsIndex, d, rewriter); in lowerReduction()