Searched refs:StoreEv (Results 1 – 2 of 2) sorted by relevance
433 const SCEVAddRecExpr *StoreEv = in isLegalStore() local435 if (!StoreEv || StoreEv->getLoop() != CurLoop || !StoreEv->isAffine()) in isLegalStore()439 if (!isa<SCEVConstant>(StoreEv->getOperand(1))) in isLegalStore()474 APInt Stride = getStoreStride(StoreEv); in isLegalStore()498 if (StoreEv->getOperand(1) != LoadEv->getOperand(1)) in isLegalStore()703 APInt Stride = getStoreStride(StoreEv); in processLoopStores()772 if (!StoreEv || StoreEv->getLoop() != CurLoop || !StoreEv->isAffine()) in processLoopMemCpy()786 dyn_cast<SCEVConstant>(StoreEv->getOperand(1)); in processLoopMemCpy()1241 Instruction *TheLoad, const SCEVAddRecExpr *StoreEv, in processLoopStoreOfLoopLoad() argument1260 const SCEV *StrStart = StoreEv->getStart(); in processLoopStoreOfLoopLoad()[all …]
131 int getSCEVStride(const SCEVAddRecExpr *StoreEv);1944 auto *StoreEv = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in isLegalStore() local1945 if (!StoreEv || StoreEv->getLoop() != CurLoop || !StoreEv->isAffine()) in isLegalStore()1950 int Stride = getSCEVStride(StoreEv); in isLegalStore()1971 if (StoreEv->getOperand(1) != LoadEv->getOperand(1)) in isLegalStore()2028 auto *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processCopyingStore() local2029 unsigned Stride = getSCEVStride(StoreEv); in processCopyingStore()2056 Value *StoreBasePtr = Expander.expandCodeFor(StoreEv->getStart(), in processCopyingStore()2300 << " from store ptr=" << *StoreEv << " at: " << *SI in processCopyingStore()