Searched refs:compatibleMemRefType (Results 1 – 1 of 1) sorted by relevance
249 MemRefType compatibleMemRefType, Value alloc) { in createFullPartialLinalgCopy() argument257 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() argument312 if (compatibleMemRefType != xferOp.getShapedType()) in createFullPartialVectorTransferRead()328 b.create<memref::CastOp>(loc, compatibleMemRefType, alloc); in createFullPartialVectorTransferRead()354 MemRefType compatibleMemRefType, Value alloc) { in getLocationToWriteFullVec() argument363 if (compatibleMemRefType != xferOp.getShapedType()) in getLocationToWriteFullVec()571 MemRefType compatibleMemRefType = in splitFullAndPartialTransfer() local574 if (!compatibleMemRefType) in splitFullAndPartialTransfer()[all …]