Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferSplitRewritePatterns.cpp249 MemRefType compatibleMemRefType, Value alloc) { in createFullPartialLinalgCopy() argument
257 if (compatibleMemRefType != xferOp.getShapedType()) in createFullPartialLinalgCopy()
275 b.create<memref::CastOp>(loc, compatibleMemRefType, alloc); in createFullPartialLinalgCopy()
303 Value inBoundsCond, MemRefType compatibleMemRefType, Value alloc) { in createFullPartialVectorTransferRead() argument
312 if (compatibleMemRefType != xferOp.getShapedType()) in createFullPartialVectorTransferRead()
328 b.create<memref::CastOp>(loc, compatibleMemRefType, alloc); in createFullPartialVectorTransferRead()
354 MemRefType compatibleMemRefType, Value alloc) { in getLocationToWriteFullVec() argument
363 if (compatibleMemRefType != xferOp.getShapedType()) in getLocationToWriteFullVec()
571 MemRefType compatibleMemRefType = in splitFullAndPartialTransfer() local
574 if (!compatibleMemRefType) in splitFullAndPartialTransfer()
[all …]