Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6075 InstructionCost CommonCost = 0; in getEntryCost() local
6091 CommonCost = in getEntryCost()
6154 CommonCost += TTI->getCastInstrCost( in getEntryCost()
6160 CommonCost -= in getEntryCost()
6164 AdjustExtractsCost(CommonCost); in getEntryCost()
6166 return CommonCost; in getEntryCost()
6353 return CommonCost + VecCost - ScalarCost; in getEntryCost()
6423 return CommonCost + VecCost - ScalarCost; in getEntryCost()
6447 return CommonCost + VecCost - ScalarCost; in getEntryCost()
6586 CommonCost = in getEntryCost()
[all …]