Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DFoldSubViewOps.cpp64 sourceIndices.resize(useIndices.size()); in resolveSourceIndices()
87 sourceIndices[index] = rewriter.create<AffineApplyOp>( in resolveSourceIndices()
142 ArrayRef<Value> sourceIndices,
157 ArrayRef<Value> sourceIndices,
166 sourceIndices); in replaceOp()
178 sourceIndices, in replaceOp()
202 sourceIndices, in replaceOp()
218 SmallVector<Value, 4> sourceIndices; in matchAndRewrite() local
223 replaceOp(loadOp, subViewOp, sourceIndices, rewriter); in matchAndRewrite()
236 SmallVector<Value, 4> sourceIndices; in matchAndRewrite() local
[all …]