Searched refs:VLOperands (Results 1 – 1 of 1) sorted by relevance
859 class VLOperands { class in llvm::slpvectorizer::BoUpSLP984 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 …]