Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1714 int ScalarCallCost = VecTy->getNumElements() * in getEntryCost() local
1719 DEBUG(dbgs() << "SLP: Call cost "<< VecCallCost - ScalarCallCost in getEntryCost()
1720 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()
1723 return VecCallCost - ScalarCallCost; in getEntryCost()
DLoopVectorize.cpp3288 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() local
3290 return ScalarCallCost; in getVectorCallCost()
3304 unsigned Cost = ScalarCallCost * VF + ScalarizationCost; in getVectorCallCost()