Searched refs:StoreSizeSCEV (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 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 1044 if (!StoreSizeSCEV->isOne()) { in getStartForNegStride() 1153 StoreSizeSCEV, *AA, Stores)) in processLoopStridedStore() 1162 getNumBytes(BECount, IntIdxTy, StoreSizeSCEV, CurLoop, DL, SE); in processLoopStridedStore() 1271 return processLoopStoreOfLoopLoad(StorePtr, LoadPtr, StoreSizeSCEV, in processLoopStoreOfLoopLoad() 1321 Value *DestPtr, Value *SourcePtr, const SCEV *StoreSizeSCEV, in processLoopStoreOfLoopLoad() argument 1386 StoreSizeSCEV, *AA, IgnoredInsts); in processLoopStoreOfLoopLoad() 1428 StoreSizeSCEV, *AA, IgnoredInsts)) { in processLoopStoreOfLoopLoad() [all …]
|