Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp859 class VLOperands { class in llvm::slpvectorizer::BoUpSLP
984 return VLOperands::ScoreFail; in getShallowScore()
989 return (Dist && *Dist == 1) ? VLOperands::ScoreConsecutiveLoads in getShallowScore()
990 : VLOperands::ScoreFail; in getShallowScore()
996 return VLOperands::ScoreConstants; in getShallowScore()
1005 return VLOperands::ScoreConsecutiveExtracts; in getShallowScore()
1011 return VLOperands::ScoreSplat; in getShallowScore()
1016 return S.isAltShuffle() ? VLOperands::ScoreAltOpcodes in getShallowScore()
1017 : VLOperands::ScoreSameOpcode; in getShallowScore()
1021 return VLOperands::ScoreUndef; in getShallowScore()
[all …]