Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3746 InstructionCost CommonCost = 0; in getEntryCost() local
3774 CommonCost = ReuseShuffleCost; in getEntryCost()
3778 CommonCost = TTI->getShuffleCost( in getEntryCost()
3792 CommonCost -= TTI->getExtractWithExtendCost( in getEntryCost()
3795 CommonCost += TTI->getCastInstrCost( in getEntryCost()
3801 CommonCost -= in getEntryCost()
3805 AdjustExtractsCost(CommonCost, /*IsGather=*/false); in getEntryCost()
3807 return CommonCost; in getEntryCost()