Lines Matching refs:StoreEv
289 static APInt getStoreStride(const SCEVAddRecExpr *StoreEv) { in getStoreStride() argument
290 const SCEVConstant *ConstStride = cast<SCEVConstant>(StoreEv->getOperand(1)); in getStoreStride()
356 const SCEVAddRecExpr *StoreEv = in isLegalStore() local
358 if (!StoreEv || StoreEv->getLoop() != CurLoop || !StoreEv->isAffine()) in isLegalStore()
362 if (!isa<SCEVConstant>(StoreEv->getOperand(1))) in isLegalStore()
396 APInt Stride = getStoreStride(StoreEv); in isLegalStore()
415 if (StoreEv->getOperand(1) != LoadEv->getOperand(1)) in isLegalStore()
625 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStores() local
626 APInt Stride = getStoreStride(StoreEv); in processLoopStores()
636 StoredVal, HeadStore, AdjacentStores, StoreEv, in processLoopStores()
850 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStoreOfLoopLoad() local
851 APInt Stride = getStoreStride(StoreEv); in processLoopStoreOfLoopLoad()
872 const SCEV *StrStart = StoreEv->getStart(); in processLoopStoreOfLoopLoad()
942 << " from store ptr=" << *StoreEv << " at: " << *SI << "\n"); in processLoopStoreOfLoopLoad()