Home
last modified time | relevance | path

Searched defs:subviewOp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DFoldMemRefAliasOps.cpp394 memref::SubViewOp subviewOp) { in preconditionsFoldSubViewOpImpl() argument
409 memref::SubViewOp subviewOp) { in preconditionsFoldSubViewOp() argument
415 memref::SubViewOp subviewOp) { in preconditionsFoldSubViewOp() argument
421 memref::SubViewOp subviewOp) { in preconditionsFoldSubViewOp() argument
H A DIndependenceTransforms.cpp129 if (auto subviewOp = dyn_cast<SubViewOp>(user)) { in replaceAndPropagateMemRefType() local
H A DExpandStridedMetadata.cpp227 auto subviewOp = op.getSource().getDefiningOp<memref::SubViewOp>(); in matchAndRewrite() local