Home
last modified time | relevance | path

Searched defs:TreeEntry (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1429 struct TreeEntry { struct in llvm::slpvectorizer::BoUpSLP
1430 using VecTreeTy = SmallVector<std::unique_ptr<TreeEntry>, 8>;
1431 TreeEntry(VecTreeTy &Container) : Container(Container) {} in TreeEntry() argument
1434 bool isSame(ArrayRef<Value *> VL) const { in isSame()
1444 ValueList Scalars;
1447 Value *VectorizedValue = nullptr;
1450 enum EntryState { Vectorize, NeedToGather };
1451 EntryState State;
1454 SmallVector<unsigned, 4> ReuseShuffleIndices;
1457 ArrayRef<unsigned> ReorderIndices;
[all …]