Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3256 findBestRootPair(ArrayRef<std::pair<Value *, Value *>> Candidates, in findBestRootPair() function in llvm::slpvectorizer::BoUpSLP
8854 std::optional<int> Res = findBestRootPair(Candidates); in areAltOperandsProfitable()
10050 return findBestRootPair(Cand, LookAheadHeuristics::ScoreSplat); in getScalarsVectorizationLegality()
10063 return findBestRootPair(Cand, LookAheadHeuristics::ScoreSplat); in getScalarsVectorizationLegality()
11595 findBestRootPair(Cand, LookAheadHeuristics::ScoreSplatLoads); in transformNodes()
23854 std::optional<int> BestCandidate = R.findBestRootPair(Candidates); in tryToVectorize()