Home
last modified time | relevance | path

Searched refs:PtrSCEVA (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp342 const SCEV *PtrSCEVA = SE.getSCEV(PtrA); in areConsecutivePointers() local
345 const SCEV *X = SE.getAddExpr(PtrSCEVA, C); in areConsecutivePointers()
353 const SCEV *Dist = SE.getMinusSCEV(PtrSCEVB, PtrSCEVA); in areConsecutivePointers()
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp264 const SCEV *PtrSCEVA = SE.getSCEV(PtrA); in isConsecutiveAccess() local
267 const SCEV *X = SE.getAddExpr(PtrSCEVA, C); in isConsecutiveAccess()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1042 const SCEV *PtrSCEVA = SE.getSCEV(PtrA); in isConsecutiveAccess() local
1044 const SCEV *X = SE.getAddExpr(PtrSCEVA, BaseDelta); in isConsecutiveAccess()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1218 const SCEV *PtrSCEVA = SE.getSCEV(PtrA); in isConsecutiveAccess() local
1220 const SCEV *X = SE.getAddExpr(PtrSCEVA, BaseDelta); in isConsecutiveAccess()