Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1110 ArrayRef<Value *> MainAltOps) const { in getShallowScore()
1205 SmallVector<Value *, 4> Ops(MainAltOps.begin(), MainAltOps.end()); in getShallowScore()
1212 (S.MainOp->getNumOperands() <= 2 || !MainAltOps.empty() || in getShallowScore()
1256 ArrayRef<Value *> MainAltOps) const { in getScoreAtLevelRec()
1260 getShallowScore(LHS, RHS, U1, U2, MainAltOps); in getScoreAtLevelRec()
1491 /*CurrLevel=*/1, MainAltOps); in getLookAheadScore()
1526 ArrayRef<Value *> MainAltOps) { in getBestOperand() argument
1917 SmallVector<SmallVector<Value *, 2>> MainAltOps(NumOperands); in reorder() local
1919 MainAltOps[I].push_back(getData(I, FirstLane).V); in reorder()
1949 if (MainAltOps[OpIdx].size() != 2) { in reorder()
[all …]