Searched refs:dstOpInst (Results 1 – 5 of 5) sorted by relevance
75 auto *dstOpInst = loadsAndStores[j]; in checkDependences() local76 MemRefAccess dstAccess(dstOpInst); in checkDependences()79 getNumCommonSurroundingLoops(*srcOpInst, *dstOpInst); in checkDependences()
235 auto *dstOpInst = targetDstOps[j]; in getMaxLoopDepth() local236 MemRefAccess dstAccess(dstOpInst); in getMaxLoopDepth()239 getNumCommonSurroundingLoops(*srcOpInst, *dstOpInst); in getMaxLoopDepth()
855 mlir::insertBackwardComputationSlice(Operation *srcOpInst, Operation *dstOpInst, in insertBackwardComputationSlice() argument865 getLoopIVs(*dstOpInst, &dstLoopIVs); in insertBackwardComputationSlice()868 dstOpInst->emitError("invalid destination loop depth"); in insertBackwardComputationSlice()1076 for (auto *dstOpInst : loadAndStoreOpInsts) { in isLoopParallel() local1077 MemRefAccess dstAccess(dstOpInst); in isLoopParallel()
166 Operation *dstOpInst,
975 auto *dstOpInst = dstStoreOps.empty() ? dstLoadOps[0] : dstStoreOps[0]; in canFuseSrcWhichWritesToLiveOut() local976 MemRefRegion dstRegion(dstOpInst->getLoc()); in canFuseSrcWhichWritesToLiveOut()977 if (failed(dstRegion.compute(dstOpInst, /*loopDepth=*/0))) { in canFuseSrcWhichWritesToLiveOut()1053 for (auto dstOpInst : dstLoadOpInsts) { in isFusionProfitable()1054 llvm::dbgs() << " " << *dstOpInst << "\n"; in isFusionProfitable()