Searched refs:ScalarStCost (Results 1 – 3 of 3) sorted by relevance
1692 int ScalarStCost = VecTy->getNumElements() * in getEntryCost() local1696 return VecStCost - ScalarStCost; in getEntryCost()
3755 int ScalarStCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost() local3761 LLVM_DEBUG(dumpTreeCosts(E, ReuseShuffleCost, VecStCost, ScalarStCost)); in getEntryCost()3762 return VecStCost - ScalarStCost; in getEntryCost()
3500 int ScalarStCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost() local3508 return ReuseShuffleCost + VecStCost - ScalarStCost; in getEntryCost()