Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h896 LLVM_ABI bool sortPtrAccesses(ArrayRef<Value *> VL, Type *ElemTy,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1673 bool llvm::sortPtrAccesses(ArrayRef<Value *> VL, Type *ElemTy, in sortPtrAccesses() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6135 bool IsSorted = sortPtrAccesses(PointerOps, ScalarTy, *DL, *SE, Order); in canVectorizeLoads()
9289 if (llvm::sortPtrAccesses(PointerOps, ScalarTy, *DL, *SE, CurrentOrder)) { in getScalarsVectorizationState()
10088 sortPtrAccesses(VL, UserTreeIdx.UserTE->getMainOp()->getType(), *DL, *SE, in getScalarsVectorizationLegality()