Searched refs:ScalarEltCost (Results 1 – 1 of 1) sorted by relevance
3357 int ScalarEltCost = in getEntryCost() local3360 ReuseShuffleCost -= (ReuseShuffleNumbers - VL.size()) * ScalarEltCost; in getEntryCost()3364 int ScalarCost = VL.size() * ScalarEltCost; in getEntryCost()3379 int ScalarEltCost = TTI->getCmpSelInstrCost(E->getOpcode(), ScalarTy, in getEntryCost() local3382 ReuseShuffleCost -= (ReuseShuffleNumbers - VL.size()) * ScalarEltCost; in getEntryCost()3385 int ScalarCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost()3446 int ScalarEltCost = TTI->getArithmeticInstrCost( in getEntryCost() local3449 ReuseShuffleCost -= (ReuseShuffleNumbers - VL.size()) * ScalarEltCost; in getEntryCost()3451 int ScalarCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost()3462 int ScalarEltCost = in getEntryCost() local[all …]