Home
last modified time | relevance | path

Searched defs:newMemRefType (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp370 MemRefType newMemRefType = normalizeMemRefType(memrefType); normalizeFuncOpMemRefs() local
428 MemRefType newMemRefType = cast<MemRefType>(newMemRef.getType()); normalizeFuncOpMemRefs() local
477 MemRefType newMemRefType = normalizeMemRefType(memrefType); normalizeFuncOpMemRefs() local
516 MemRefType newMemRefType = normalizeMemRefType(memrefType); createOpResultsNormalized() local
[all...]
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DPipelineDataTransfer.cpp92 auto newMemRefType = doubleShape(oldMemRefType); in doubleBuffer() local
H A DLoopFusion.cpp309 auto newMemRefType = MemRefType::get(newShape, oldMemRefType.getElementType(), in createPrivateMemRef() local
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp1819 b.create<AllocLikeOp>(allocOp->getLoc(), newMemRefType, newDynamicSizes, in normalizeMemRefType() local
1643 createNewDynamicSizes(MemRefType oldMemRefType,MemRefType newMemRefType,AffineMap map,memref::AllocOp * allocOp,OpBuilder b,SmallVectorImpl<Value> & newDynamicSizes) createNewDynamicSizes() argument
1697 MemRefType newMemRefType = normalizeMemRefType(memrefType); normalizeMemRef() local
[all...]
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp284 assert(dynamicSizes.size() == newMemRefType.getNumDynamicDims()); in matchAndRewrite() local
3497 MemRefType newMemRefType = matchAndRewrite() local