Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp700 class VLOperands { class in llvm::slpvectorizer::BoUpSLP
825 ? VLOperands::ScoreConsecutiveLoads in getShallowScore()
826 : VLOperands::ScoreFail; in getShallowScore()
831 return VLOperands::ScoreConstants; in getShallowScore()
840 return VLOperands::ScoreConsecutiveExtracts; in getShallowScore()
846 return VLOperands::ScoreSplat; in getShallowScore()
851 return S.isAltShuffle() ? VLOperands::ScoreAltOpcodes in getShallowScore()
852 : VLOperands::ScoreSameOpcode; in getShallowScore()
856 return VLOperands::ScoreUndef; in getShallowScore()
858 return VLOperands::ScoreFail; in getShallowScore()
[all …]