Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp863 class VLOperands { class in llvm::slpvectorizer::BoUpSLP
988 return VLOperands::ScoreFail; in getShallowScore()
994 : VLOperands::ScoreFail; in getShallowScore()
1000 return VLOperands::ScoreConstants; in getShallowScore()
1009 return VLOperands::ScoreConsecutiveExtracts; in getShallowScore()
1015 return VLOperands::ScoreSplat; in getShallowScore()
1025 return VLOperands::ScoreUndef; in getShallowScore()
1027 return VLOperands::ScoreFail; in getShallowScore()
1125 ShallowScoreAtThisLevel == VLOperands::ScoreFail || in getScoreAtLevelRec()
1373 VLOperands(ArrayRef<Value *> RootVL, const DataLayout &DL, in VLOperands() function in llvm::slpvectorizer::BoUpSLP::VLOperands
[all …]