Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2399 struct TreeEntry { struct in llvm::slpvectorizer::BoUpSLP
2400 using VecTreeTy = SmallVector<std::unique_ptr<TreeEntry>, 8>;
2401 TreeEntry(VecTreeTy &Container) : Container(Container) {} in TreeEntry() argument
2404 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 …]