Searched refs:CommonCost (Results 1 – 1 of 1) sorted by relevance
3746 InstructionCost CommonCost = 0; in getEntryCost() local3774 CommonCost = ReuseShuffleCost; in getEntryCost()3778 CommonCost = TTI->getShuffleCost( in getEntryCost()3792 CommonCost -= TTI->getExtractWithExtendCost( in getEntryCost()3795 CommonCost += TTI->getCastInstrCost( in getEntryCost()3801 CommonCost -= in getEntryCost()3805 AdjustExtractsCost(CommonCost, /*IsGather=*/false); in getEntryCost()3807 return CommonCost; in getEntryCost()