Home
last modified time | relevance | path

Searched refs:getPointersDiff (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h693 Optional<int> getPointersDiff(Type *ElemTyA, Value *PtrA, Type *ElemTyB,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1139 Optional<int> llvm::getPointersDiff(Type *ElemTyA, Value *PtrA, Type *ElemTyB, in getPointersDiff() function in llvm
1224 Optional<int> Diff = getPointersDiff(ElemTy, Ptr0, ElemTy, Ptr, DL, SE, in sortPtrAccesses()
1260 Optional<int> Diff = getPointersDiff(ElemTyA, PtrA, ElemTyB, PtrB, DL, SE, in isConsecutiveAccess()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp990 Optional<int> Dist = getPointersDiff( in getShallowScore()
2989 Optional<int> Diff = getPointersDiff( in buildTree_rec()
3274 getPointersDiff(ScalarTy, Ptr0, ScalarTy, PtrN, *DL, *SE); in buildTree_rec()
6949 Optional<int> Diff = getPointersDiff( in vectorizeStores()