Searched defs:TreeEntry (Results 1 – 1 of 1) sorted by relevance
2399 struct TreeEntry { struct in llvm::slpvectorizer::BoUpSLP2400 using VecTreeTy = SmallVector<std::unique_ptr<TreeEntry>, 8>;2401 TreeEntry(VecTreeTy &Container) : Container(Container) {} in TreeEntry() argument2404 bool isSame(ArrayRef<Value *> VL) const { in isSame()2433 bool isOperandGatherNode(const EdgeInfo &UserEI) const { in isOperandGatherNode()2440 bool hasEqualOperands(const TreeEntry &TE) const { in hasEqualOperands()2464 unsigned getVectorFactor() const { in getVectorFactor()2471 ValueList Scalars;2474 Value *VectorizedValue = nullptr;2479 enum EntryState { Vectorize, ScatterVectorize, NeedToGather };[all …]