Searched refs:ScalarCallCost (Results 1 – 6 of 6) sorted by relevance
1714 int ScalarCallCost = VecTy->getNumElements() * in getEntryCost() local1719 DEBUG(dbgs() << "SLP: Call cost "<< VecCallCost - ScalarCallCost in getEntryCost()1720 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()1723 return VecCallCost - ScalarCallCost; in getEntryCost()
3288 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() local3290 return ScalarCallCost; in getVectorCallCost()3304 unsigned Cost = ScalarCallCost * VF + ScalarizationCost; in getVectorCallCost()
3528 int ScalarCallCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost() local3534 LLVM_DEBUG(dbgs() << "SLP: Call cost " << VecCallCost - ScalarCallCost in getEntryCost()3535 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()3538 return ReuseShuffleCost + VecCallCost - ScalarCallCost; in getEntryCost()
3271 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() local3273 return ScalarCallCost; in getVectorCallCost()3284 unsigned Cost = ScalarCallCost * VF + ScalarizationCost; in getVectorCallCost()
3774 int ScalarCallCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost() local3779 LLVM_DEBUG(dbgs() << "SLP: Call cost " << VecCallCost - ScalarCallCost in getEntryCost()3780 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()3783 return ReuseShuffleCost + VecCallCost - ScalarCallCost; in getEntryCost()
3690 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys, in getVectorCallCost() local3693 return ScalarCallCost; in getVectorCallCost()3704 unsigned Cost = ScalarCallCost * VF.getKnownMinValue() + ScalarizationCost; in getVectorCallCost()