Searched refs:VecLdCost (Results 1 – 3 of 3) sorted by relevance
3730 int VecLdCost; in getEntryCost() local3732 VecLdCost = TTI->getMemoryOpCost(Instruction::Load, VecTy, alignment, 0, in getEntryCost()3736 VecLdCost = TTI->getGatherScatterOpCost( in getEntryCost()3741 VecLdCost += TTI->getShuffleCost( in getEntryCost()3743 LLVM_DEBUG(dumpTreeCosts(E, ReuseShuffleCost, VecLdCost, ScalarLdCost)); in getEntryCost()3744 return ReuseShuffleCost + VecLdCost - ScalarLdCost; in getEntryCost()
3481 int VecLdCost = in getEntryCost() local3485 VecLdCost += TTI->getShuffleCost( in getEntryCost()3488 return ReuseShuffleCost + VecLdCost - ScalarLdCost; in getEntryCost()
1685 int VecLdCost = TTI->getMemoryOpCost(Instruction::Load, in getEntryCost() local1687 return VecLdCost - ScalarLdCost; in getEntryCost()