Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp874 int ConsecutiveChain[64]; in vectorizeInstructions() local
879 ConsecutiveChain[i] = -1; in vectorizeInstructions()
885 if (ConsecutiveChain[i] != -1) { in vectorizeInstructions()
886 int CurDistance = std::abs(ConsecutiveChain[i] - i); in vectorizeInstructions()
887 int NewDistance = std::abs(ConsecutiveChain[i] - j); in vectorizeInstructions()
894 ConsecutiveChain[i] = j; in vectorizeInstructions()
924 I = ConsecutiveChain[I]; in vectorizeInstructions()
DSLPVectorizer.cpp5739 SmallVector<int, 16> ConsecutiveChain(E, E + 1); in vectorizeStores() local
5743 &ConsecutiveChain](int K, int Idx) { in vectorizeStores()
5751 ConsecutiveChain[K] = Idx; in vectorizeStores()
5772 if (ConsecutiveChain[I] == E + 1 || Tails.test(I)) in vectorizeStores()
5781 I = ConsecutiveChain[I]; in vectorizeStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp607 SmallDenseMap<StoreInst *, StoreInst *> ConsecutiveChain; in processLoopStores() local
686 ConsecutiveChain[SL[i]] = SL[k]; in processLoopStores()
719 I = ConsecutiveChain[I]; in processLoopStores()