Lines Matching refs:StoreSizeSCEV
219 bool processLoopStridedStore(Value *DestPtr, const SCEV *StoreSizeSCEV,
786 const SCEV *StoreSizeSCEV = SE->getConstant(IntIdxTy, StoreSize); in processLoopStores() local
787 if (processLoopStridedStore(StorePtr, StoreSizeSCEV, in processLoopStores()
1006 const SCEV *BECount, const SCEV *StoreSizeSCEV, in mayLoopAccessLocation() argument
1017 const SCEVConstant *ConstSize = dyn_cast<SCEVConstant>(StoreSizeSCEV); in mayLoopAccessLocation()
1041 Type *IntPtr, const SCEV *StoreSizeSCEV, in getStartForNegStride() argument
1044 if (!StoreSizeSCEV->isOne()) { in getStartForNegStride()
1047 SE->getTruncateOrZeroExtend(StoreSizeSCEV, IntPtr), in getStartForNegStride()
1086 const SCEV *StoreSizeSCEV, Loop *CurLoop, in getNumBytes() argument
1091 SE->getTruncateOrZeroExtend(StoreSizeSCEV, IntPtr), in getNumBytes()
1098 Value *DestPtr, const SCEV *StoreSizeSCEV, MaybeAlign StoreAlignment, in processLoopStridedStore() argument
1128 Start = getStartForNegStride(Start, BECount, IntIdxTy, StoreSizeSCEV, SE); in processLoopStridedStore()
1153 StoreSizeSCEV, *AA, Stores)) in processLoopStridedStore()
1162 getNumBytes(BECount, IntIdxTy, StoreSizeSCEV, CurLoop, DL, SE); in processLoopStridedStore()
1270 const SCEV *StoreSizeSCEV = SE->getConstant(StorePtr->getType(), StoreSize); in processLoopStoreOfLoopLoad() local
1271 return processLoopStoreOfLoopLoad(StorePtr, LoadPtr, StoreSizeSCEV, in processLoopStoreOfLoopLoad()
1321 Value *DestPtr, Value *SourcePtr, const SCEV *StoreSizeSCEV, in processLoopStoreOfLoopLoad() argument
1347 const SCEVConstant *ConstStoreSize = dyn_cast<SCEVConstant>(StoreSizeSCEV); in processLoopStoreOfLoopLoad()
1358 getStartForNegStride(StrStart, BECount, IntIdxTy, StoreSizeSCEV, SE); in processLoopStoreOfLoopLoad()
1386 StoreSizeSCEV, *AA, IgnoredInsts); in processLoopStoreOfLoopLoad()
1395 BECount, StoreSizeSCEV, *AA, IgnoredInsts)) { in processLoopStoreOfLoopLoad()
1415 getStartForNegStride(LdStart, BECount, IntIdxTy, StoreSizeSCEV, SE); in processLoopStoreOfLoopLoad()
1428 StoreSizeSCEV, *AA, IgnoredInsts)) { in processLoopStoreOfLoopLoad()
1451 getNumBytes(BECount, IntIdxTy, StoreSizeSCEV, CurLoop, DL, SE); in processLoopStoreOfLoopLoad()