Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp150 bool isConsecutiveAccess(Value *A, Value *B);
313 bool Vectorizer::isConsecutiveAccess(Value *A, Value *B) { in isConsecutiveAccess() function in Vectorizer
884 if (isConsecutiveAccess(Instrs[i], Instrs[j])) { in vectorizeInstructions()
DSLPVectorizer.cpp824 return isConsecutiveAccess(LI1, LI2, DL, SE) in getShallowScore()
5747 if (!isConsecutiveAccess(Stores[K], Stores[Idx], *DL, *SE)) in vectorizeStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h713 bool isConsecutiveAccess(Value *A, Value *B, const DataLayout &DL,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp305 if (isConsecutiveAccess(MemOp0, MemOp1, DL, SE)) in AreSequentialAccesses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp672 if (isConsecutiveAccess(SL[i], SL[k], *DL, *SE, false)) { in processLoopStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1172 bool llvm::isConsecutiveAccess(Value *A, Value *B, const DataLayout &DL, in isConsecutiveAccess() function in llvm