Searched refs:MainAltOps (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 2192 ArrayRef<Value *> MainAltOps) const { in getShallowScore() 2314 SmallVector<Value *, 4> Ops(MainAltOps); in getShallowScore() 2321 (S.getMainOp()->getNumOperands() <= 2 || !MainAltOps.empty() || in getShallowScore() 2369 ArrayRef<Value *> MainAltOps) const { in getScoreAtLevelRec() 2373 getShallowScore(LHS, RHS, U1, U2, MainAltOps); in getScoreAtLevelRec() 2608 int getLookAheadScore(Value *LHS, Value *RHS, ArrayRef<Value *> MainAltOps, in getLookAheadScore() argument 2617 /*CurrLevel=*/1, MainAltOps); in getLookAheadScore() 2652 ArrayRef<Value *> MainAltOps, in getBestOperand() argument 2708 int Score = getLookAheadScore(OpLeft, OpRight, MainAltOps, Lane, in getBestOperand() 3146 SmallVector<SmallVector<Value *, 2>> MainAltOps(NumOperands); in reorder() local [all …]
|