Searched refs:VecCallCost (Results 1 – 2 of 2) 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()