Home
last modified time | relevance | path

Searched defs:StoreEv (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp352 getStoreStride(const SCEVAddRecExpr * StoreEv) getStoreStride() argument
433 const SCEVAddRecExpr *StoreEv = isLegalStore() local
702 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); processLoopStores() local
771 const SCEVAddRecExpr *StoreEv = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Dest)); processLoopMemCpy() local
1173 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); processLoopStoreOfLoopLoad() local
1241 processLoopStoreOfLoopLoad(Value * DestPtr,Value * SourcePtr,const SCEV * StoreSizeSCEV,MaybeAlign StoreAlign,MaybeAlign LoadAlign,Instruction * TheStore,Instruction * TheLoad,const SCEVAddRecExpr * StoreEv,const SCEVAddRecExpr * LoadEv,const SCEV * BECount) processLoopStoreOfLoopLoad() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1944 int Stride = getSCEVStride(StoreEv); in isLegalStore() local
2028 auto *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); processCopyingStore() local
[all...]