Home
last modified time | relevance | path

Searched refs:isConsecutiveAccess (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp134 bool isConsecutiveAccess(Value *A, Value *B);
303 bool Vectorizer::isConsecutiveAccess(Value *A, Value *B) { in isConsecutiveAccess() function in Vectorizer
940 if (isConsecutiveAccess(Instrs[i], Instrs[j])) { in vectorizeInstructions()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h763 bool isConsecutiveAccess(Value *A, Value *B, const DataLayout &DL,
/llvm-project-15.0.7/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/
H A Dextended-index.ll110 ; handling in isConsecutiveAccess.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp409 if (isConsecutiveAccess(Base, Offset, *DL, *SE) && in RecordMemoryOps()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1538 bool llvm::isConsecutiveAccess(Value *A, Value *B, const DataLayout &DL, in isConsecutiveAccess() function in llvm
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp726 if (isConsecutiveAccess(SL[i], SL[k], *DL, *SE, false)) { in processLoopStores()