Home
last modified time | relevance | path

Searched refs:BoUpSLP (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h54 class BoUpSLP; variable
97 bool tryToVectorizeList(ArrayRef<Value *> VL, slpvectorizer::BoUpSLP &R,
101 bool tryToVectorize(Instruction *I, slpvectorizer::BoUpSLP &R);
106 slpvectorizer::BoUpSLP &R);
109 bool vectorizeStoreChains(slpvectorizer::BoUpSLP &R);
113 bool vectorizeGEPIndices(BasicBlock *BB, slpvectorizer::BoUpSLP &R);
124 slpvectorizer::BoUpSLP &R,
132 slpvectorizer::BoUpSLP &R,
137 slpvectorizer::BoUpSLP &R, bool MaxVFOnly);
141 slpvectorizer::BoUpSLP &R, bool MaxVFOnly);
[all …]
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1119 class BoUpSLP { class
1142 BoUpSLP(Function *Func, ScalarEvolution *Se, TargetTransformInfo *Tti, in BoUpSLP() function in llvm::slpvectorizer::BoUpSLP
1382 const BoUpSLP::EdgeInfo &EI) { in operator <<()
1403 const BoUpSLP &R;
1409 ScalarEvolution &SE, const BoUpSLP &R, int NumLanes, in LookAheadHeuristics()
1760 const BoUpSLP &R;
2260 VLOperands(ArrayRef<Value *> RootVL, const BoUpSLP &R) in VLOperands()
2631 ~BoUpSLP();
2694 return const_cast<BoUpSLP *>(this)->getVectorizedOperand( in getVectorizedOperand()
2838 const BoUpSLP &R);
[all …]