Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1268 ArrayRef<Value *> MainAltOps) const { in getShallowScore()
1381 SmallVector<Value *, 4> Ops(MainAltOps.begin(), MainAltOps.end()); in getShallowScore()
1388 (S.MainOp->getNumOperands() <= 2 || !MainAltOps.empty() || in getShallowScore()
1432 ArrayRef<Value *> MainAltOps) const { in getScoreAtLevelRec()
1436 getShallowScore(LHS, RHS, U1, U2, MainAltOps); in getScoreAtLevelRec()
1668 /*CurrLevel=*/1, MainAltOps); in getLookAheadScore()
1704 ArrayRef<Value *> MainAltOps) { in getBestOperand() argument
2095 SmallVector<SmallVector<Value *, 2>> MainAltOps(NumOperands); in reorder() local
2097 MainAltOps[I].push_back(getData(I, FirstLane).V); in reorder()
2127 if (MainAltOps[OpIdx].size() != 2) { in reorder()
[all …]