Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2862 struct TreeEntry { struct in llvm::slpvectorizer::BoUpSLP
2863 using VecTreeTy = SmallVector<std::unique_ptr<TreeEntry>, 8>;
2864 TreeEntry(VecTreeTy &Container) : Container(Container) {} in TreeEntry() function
2867 SmallVector<int> getCommonMask() const { in getCommonMask()
2875 bool isSame(ArrayRef<Value *> VL) const { in isSame()
2904 bool isOperandGatherNode(const EdgeInfo &UserEI) const { in isOperandGatherNode()
2910 bool hasEqualOperands(const TreeEntry &TE) const { in hasEqualOperands()
2934 unsigned getVectorFactor() const { in getVectorFactor()
2941 bool isGather() const {return State == NeedToGather; } in isGather()
2944 ValueList Scalars;
[all …]