Searched refs:VecCallCost (Results 1 – 3 of 3) sorted by relevance
1717 int VecCallCost = TTI->getIntrinsicInstrCost(ID, VecTy, VecTys, FMF); in getEntryCost() local1719 DEBUG(dbgs() << "SLP: Call cost "<< VecCallCost - ScalarCallCost in getEntryCost()1720 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()1723 return VecCallCost - ScalarCallCost; in getEntryCost()
3531 int VecCallCost = TTI->getIntrinsicInstrCost(ID, CI->getType(), Args, FMF, 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()
3777 int VecCallCost = std::min(VecCallCosts.first, VecCallCosts.second); 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()