Lines Matching refs:dstAccess
173 MemRefAccess dstAccess(dstOp); in isLoopMemoryParallel() local
176 srcAccess, dstAccess, depth, &dependenceConstraints, in isLoopMemoryParallel()
304 const MemRefAccess &dstAccess, in getCommonBlock() argument
337 getChainOfAncestorBlocks(dstAccess, dstAncestorBlocks, forOp.getBody()); in getCommonBlock()
355 const MemRefAccess &srcAccess, const MemRefAccess &dstAccess, in srcAppearsBeforeDstInAncestralBlock() argument
359 getCommonBlock(srcAccess, dstAccess, srcDomain, numCommonLoops); in srcAppearsBeforeDstInAncestralBlock()
364 auto *dstInst = commonBlock->findAncestorOpInBlock(*dstAccess.opInst); in srcAppearsBeforeDstInAncestralBlock()
595 const MemRefAccess &srcAccess, const MemRefAccess &dstAccess, in checkMemrefAccessDependence() argument
601 LLVM_DEBUG(dstAccess.opInst->dump();); in checkMemrefAccessDependence()
604 if (srcAccess.memref != dstAccess.memref) in checkMemrefAccessDependence()
610 !isa<AffineWriteOpInterface>(dstAccess.opInst)) in checkMemrefAccessDependence()
617 if (failed(dstAccess.getAccessRelation(dstRel))) in checkMemrefAccessDependence()
631 !srcAppearsBeforeDstInAncestralBlock(srcAccess, dstAccess, srcDomain, in checkMemrefAccessDependence()
681 MemRefAccess dstAccess(dstOp); in getDependenceComponents() local
688 srcAccess, dstAccess, d, &dependenceConstraints, &depComps); in getDependenceComponents()