Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1259 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()
1653 /*CurrLevel=*/1, MainAltOps); in getLookAheadScore()
1688 ArrayRef<Value *> MainAltOps) { in getBestOperand() argument
2079 SmallVector<SmallVector<Value *, 2>> MainAltOps(NumOperands); in reorder() local
2081 MainAltOps[I].push_back(getData(I, FirstLane).V); in reorder()
2111 if (MainAltOps[OpIdx].size() != 2) { in reorder()
[all …]