Lines Matching refs:StoreEv
219 const SCEVAddRecExpr *StoreEv,
357 static APInt getStoreStride(const SCEVAddRecExpr *StoreEv) { in getStoreStride() argument
358 const SCEVConstant *ConstStride = cast<SCEVConstant>(StoreEv->getOperand(1)); in getStoreStride()
438 const SCEVAddRecExpr *StoreEv = in isLegalStore() local
440 if (!StoreEv || StoreEv->getLoop() != CurLoop || !StoreEv->isAffine()) in isLegalStore()
444 if (!isa<SCEVConstant>(StoreEv->getOperand(1))) in isLegalStore()
479 APInt Stride = getStoreStride(StoreEv); in isLegalStore()
503 if (StoreEv->getOperand(1) != LoadEv->getOperand(1)) in isLegalStore()
707 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStores() local
708 APInt Stride = getStoreStride(StoreEv); in processLoopStores()
721 HeadStore, AdjacentStores, StoreEv, BECount, in processLoopStores()
776 const SCEVAddRecExpr *StoreEv = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Dest)); in processLoopMemCpy() local
777 if (!StoreEv || StoreEv->getLoop() != CurLoop || !StoreEv->isAffine()) in processLoopMemCpy()
791 dyn_cast<SCEVConstant>(StoreEv->getOperand(1)); in processLoopMemCpy()
822 MCI->getDestAlign(), MCI->getSourceAlign(), MCI, MCI, StoreEv, LoadEv, in processLoopMemCpy()
1178 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStoreOfLoopLoad() local
1194 StoreEv, LoadEv, BECount); in processLoopStoreOfLoopLoad()
1246 Instruction *TheLoad, const SCEVAddRecExpr *StoreEv, in processLoopStoreOfLoopLoad() argument
1265 const SCEV *StrStart = StoreEv->getStart(); in processLoopStoreOfLoopLoad()
1269 APInt Stride = getStoreStride(StoreEv); in processLoopStoreOfLoopLoad()
1437 << " from store ptr=" << *StoreEv << " at: " << *TheStore in processLoopStoreOfLoopLoad()