Lines Matching refs:StoreEv

230                                   const SCEVAddRecExpr *StoreEv,
425 static APInt getStoreStride(const SCEVAddRecExpr *StoreEv) { in getStoreStride() argument
426 const SCEVConstant *ConstStride = cast<SCEVConstant>(StoreEv->getOperand(1)); in getStoreStride()
506 const SCEVAddRecExpr *StoreEv = in isLegalStore() local
508 if (!StoreEv || StoreEv->getLoop() != CurLoop || !StoreEv->isAffine()) in isLegalStore()
512 if (!isa<SCEVConstant>(StoreEv->getOperand(1))) in isLegalStore()
547 APInt Stride = getStoreStride(StoreEv); in isLegalStore()
571 if (StoreEv->getOperand(1) != LoadEv->getOperand(1)) in isLegalStore()
775 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStores() local
776 APInt Stride = getStoreStride(StoreEv); in processLoopStores()
789 HeadStore, AdjacentStores, StoreEv, BECount, in processLoopStores()
844 const SCEVAddRecExpr *StoreEv = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Dest)); in processLoopMemCpy() local
845 if (!StoreEv || StoreEv->getLoop() != CurLoop || !StoreEv->isAffine()) in processLoopMemCpy()
859 dyn_cast<SCEVConstant>(StoreEv->getOperand(1)); in processLoopMemCpy()
890 MCI->getDestAlign(), MCI->getSourceAlign(), MCI, MCI, StoreEv, LoadEv, in processLoopMemCpy()
1257 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStoreOfLoopLoad() local
1273 StoreEv, LoadEv, BECount); in processLoopStoreOfLoopLoad()
1323 Instruction *TheLoad, const SCEVAddRecExpr *StoreEv, in processLoopStoreOfLoopLoad() argument
1342 const SCEV *StrStart = StoreEv->getStart(); in processLoopStoreOfLoopLoad()
1346 APInt Stride = getStoreStride(StoreEv); in processLoopStoreOfLoopLoad()
1515 << " from store ptr=" << *StoreEv << " at: " << *TheStore in processLoopStoreOfLoopLoad()