Searched refs:VecStCost (Results 1 – 3 of 3) sorted by relevance
3756 int VecStCost = TTI->getMemoryOpCost(Instruction::Store, in getEntryCost() local3759 VecStCost += TTI->getShuffleCost( in getEntryCost()3761 LLVM_DEBUG(dumpTreeCosts(E, ReuseShuffleCost, VecStCost, ScalarStCost)); in getEntryCost()3762 return VecStCost - ScalarStCost; in getEntryCost()
3501 int VecStCost = TTI->getMemoryOpCost(Instruction::Store, in getEntryCost() local3505 VecStCost += TTI->getShuffleCost( in getEntryCost()3508 return ReuseShuffleCost + VecStCost - ScalarStCost; in getEntryCost()
1694 int VecStCost = TTI->getMemoryOpCost(Instruction::Store, in getEntryCost() local1696 return VecStCost - ScalarStCost; in getEntryCost()