Searched refs:dstOp (Results 1 – 3 of 3) sorted by relevance
210 for (Operation *dstOp : dstOps) { in getMaxLoopDepth()211 auto loadOp = dyn_cast<AffineReadOpInterface>(dstOp); in getMaxLoopDepth()213 : cast<AffineWriteOpInterface>(dstOp).getMemRef(); in getMaxLoopDepth()215 targetDstOps.push_back(dstOp); in getMaxLoopDepth()
455 Operation *dstOp = loadAndStoreOps[j]; in checkTilingLegalityImpl() local456 MemRefAccess dstAccess(dstOp); in checkTilingLegalityImpl()
968 auto *dstOp = loadAndStoreOps[j]; in getDependenceComponents() local969 MemRefAccess dstAccess(dstOp); in getDependenceComponents()