Searched refs:getPointersDiff (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 744 std::optional<int> getPointersDiff(Type *ElemTyA, Value *PtrA, Type *ElemTyB,
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1480 std::optional<int> llvm::getPointersDiff(Type *ElemTyA, Value *PtrA, in getPointersDiff() function in llvm 1564 std::optional<int> Diff = getPointersDiff(ElemTy, Ptr0, ElemTy, Ptr, DL, SE, in sortPtrAccesses() 1601 getPointersDiff(ElemTyA, PtrA, ElemTyB, PtrB, DL, SE, in isConsecutiveAccess()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1297 std::optional<int> Dist = getPointersDiff( in getShallowScore() 3750 getPointersDiff(ScalarTy, Ptr0, ScalarTy, PtrN, DL, SE); in canVectorizeLoads() 3798 getPointersDiff(ElemTy, Base.first, ElemTy, Ptr, DL, SE, in clusterSortPtrAccesses() 4762 getPointersDiff(S0Ty, S0Ptr, SI->getValueOperand()->getType(), in canFormVector() 5770 getPointersDiff(ScalarTy, Ptr0, ScalarTy, PtrN, *DL, *SE); in buildTree_rec() 11468 std::optional<int> Diff = getPointersDiff( in vectorizeStores() 12280 if (getPointersDiff( in matchAssociativeReduction() 12323 if (getPointersDiff(RLI->getType(), in matchAssociativeReduction()
|