Searched refs:ScalarLdCost (Results 1 – 3 of 3) sorted by relevance
1683 int ScalarLdCost = VecTy->getNumElements() * in getEntryCost() local1687 return VecLdCost - ScalarLdCost; in getEntryCost()
3729 int ScalarLdCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost() local3743 LLVM_DEBUG(dumpTreeCosts(E, ReuseShuffleCost, VecLdCost, ScalarLdCost)); in getEntryCost()3744 return ReuseShuffleCost + VecLdCost - ScalarLdCost; in getEntryCost()
3480 int ScalarLdCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost() local3488 return ReuseShuffleCost + VecLdCost - ScalarLdCost; in getEntryCost()