Lines Matching refs:StoreEv
231 const SCEVAddRecExpr *StoreEv,
426 static APInt getStoreStride(const SCEVAddRecExpr *StoreEv) { in getStoreStride() argument
427 const SCEVConstant *ConstStride = cast<SCEVConstant>(StoreEv->getOperand(1)); in getStoreStride()
507 const SCEVAddRecExpr *StoreEv = in isLegalStore() local
509 if (!StoreEv || StoreEv->getLoop() != CurLoop || !StoreEv->isAffine()) in isLegalStore()
513 if (!isa<SCEVConstant>(StoreEv->getOperand(1))) in isLegalStore()
548 APInt Stride = getStoreStride(StoreEv); in isLegalStore()
572 if (StoreEv->getOperand(1) != LoadEv->getOperand(1)) in isLegalStore()
779 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStores() local
780 APInt Stride = getStoreStride(StoreEv); in processLoopStores()
791 StoredVal, HeadStore, AdjacentStores, StoreEv, in processLoopStores()
846 const SCEVAddRecExpr *StoreEv = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Dest)); in processLoopMemCpy() local
847 if (!StoreEv || StoreEv->getLoop() != CurLoop || !StoreEv->isAffine()) in processLoopMemCpy()
861 dyn_cast<SCEVConstant>(StoreEv->getOperand(1)); in processLoopMemCpy()
892 MCI, MCI, StoreEv, LoadEv, BECount); in processLoopMemCpy()
1172 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStoreOfLoopLoad() local
1186 StoreEv, LoadEv, BECount); in processLoopStoreOfLoopLoad()
1192 const SCEVAddRecExpr *StoreEv, const SCEVAddRecExpr *LoadEv, in processLoopStoreOfLoopLoad() argument
1211 const SCEV *StrStart = StoreEv->getStart(); in processLoopStoreOfLoopLoad()
1215 APInt Stride = getStoreStride(StoreEv); in processLoopStoreOfLoopLoad()
1373 << " from store ptr=" << *StoreEv << " at: " << *TheStore in processLoopStoreOfLoopLoad()