Searched refs:MainAltOps (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 1259 ArrayRef<Value *> MainAltOps) const { in getShallowScore() 1366 SmallVector<Value *, 4> Ops(MainAltOps.begin(), MainAltOps.end()); in getShallowScore() 1373 (S.MainOp->getNumOperands() <= 2 || !MainAltOps.empty() || in getShallowScore() 1417 ArrayRef<Value *> MainAltOps) const { in getScoreAtLevelRec() 1421 getShallowScore(LHS, RHS, U1, U2, MainAltOps); in getScoreAtLevelRec() 1644 int getLookAheadScore(Value *LHS, Value *RHS, ArrayRef<Value *> MainAltOps, in getLookAheadScore() argument 1653 /*CurrLevel=*/1, MainAltOps); in getLookAheadScore() 1688 ArrayRef<Value *> MainAltOps) { in getBestOperand() argument 1743 int Score = getLookAheadScore(OpLeft, OpRight, MainAltOps, Lane, in getBestOperand() 2079 SmallVector<SmallVector<Value *, 2>> MainAltOps(NumOperands); in reorder() local [all …]
|