Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h754 std::optional<int> getPointersDiff(Type *ElemTyA, Value *PtrA, Type *ElemTyB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1561 std::optional<int> llvm::getPointersDiff(Type *ElemTyA, Value *PtrA, in getPointersDiff() function in llvm
1641 std::optional<int> Diff = getPointersDiff(ElemTy, Ptr0, ElemTy, Ptr, DL, SE, in sortPtrAccesses()
1678 getPointersDiff(ElemTyA, PtrA, ElemTyB, PtrB, DL, SE, in isConsecutiveAccess()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1306 std::optional<int> Dist = getPointersDiff( in getShallowScore()
3899 getPointersDiff(ScalarTy, Ptr0, ScalarTy, PtrN, DL, SE); in canVectorizeLoads()
3950 getPointersDiff(ElemTy, Base.first, ElemTy, Ptr, DL, SE, in clusterSortPtrAccesses()
5017 getPointersDiff(S0Ty, S0Ptr, SI->getValueOperand()->getType(), in canFormVector()
5457 getPointersDiff(ScalarTy, Ptr0, ScalarTy, PtrN, *DL, *SE); in getScalarsVectorizationState()
13618 std::optional<int> Diff = getPointersDiff( in vectorizeStores()
14348 if (getPointersDiff(RLI->getType(), RLI->getPointerOperand(), in matchAssociativeReduction()