Home
last modified time | relevance | path

Searched defs:oldMemRefType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp195 if (!oldMemRefType.getLayout().isIdentity() && in areMemRefsNormalizable() local
182 if (auto oldMemRefType = areMemRefsNormalizable() local
424 MemRefType oldMemRefType = dyn_cast<MemRefType>(oldMemRef.getType()); normalizeFuncOpMemRefs() local
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DPipelineDataTransfer.cpp82 auto doubleShape = [&](MemRefType oldMemRefType) -> MemRefType { in doubleBuffer() argument
91 auto oldMemRefType = cast<MemRefType>(oldMemRef.getType()); in doubleBuffer() local
H A DLoopFusion.cpp257 auto oldMemRefType = cast<MemRefType>(oldMemRef.getType()); in createPrivateMemRef() local
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp1642 createNewDynamicSizes(MemRefType oldMemRefType,MemRefType newMemRefType,AffineMap map,memref::AllocOp * allocOp,OpBuilder b,SmallVectorImpl<Value> & newDynamicSizes) createNewDynamicSizes() argument
1713 MemRefType oldMemRefType = cast<MemRefType>(oldMemRef.getType()); normalizeMemRef() local