Searched refs:compatibleMemRefType (Results 1 – 1 of 1) sorted by relevance
2261 MemRefType compatibleMemRefType, Value alloc) { in createScopedFullPartialLinalgCopy() argument2271 if (compatibleMemRefType != xferOp.getMemRefType()) in createScopedFullPartialLinalgCopy()2272 res = std_memref_cast(memref, compatibleMemRefType); in createScopedFullPartialLinalgCopy()2285 Value casted = std_memref_cast(alloc, compatibleMemRefType); in createScopedFullPartialLinalgCopy()2315 MemRefType compatibleMemRefType, Value alloc) { in createScopedFullPartialVectorTransferRead() argument2325 if (compatibleMemRefType != xferOp.getMemRefType()) in createScopedFullPartialVectorTransferRead()2326 res = std_memref_cast(memref, compatibleMemRefType); in createScopedFullPartialVectorTransferRead()2339 Value casted = std_memref_cast(alloc, compatibleMemRefType); in createScopedFullPartialVectorTransferRead()2429 MemRefType compatibleMemRefType = getCastCompatibleMemRefType( in splitFullAndPartialTransfer() local2435 returnTypes[0] = compatibleMemRefType; in splitFullAndPartialTransfer()[all …]