Searched refs:VecCost (Results 1 – 1 of 1) sorted by relevance
2687 InstructionCost VecCost, in dumpTreeCosts() argument2692 dbgs() << "SLP: VectorCost = " << VecCost << "\n"; in dumpTreeCosts()2695 ReuseShuffleCost + VecCost - ScalarCost << "\n"; in dumpTreeCosts()6947 InstructionCost VecCost = VectorCost(CommonCost); in getEntryCost() local6949 dumpTreeCosts(E, CommonCost, VecCost - CommonCost, ScalarCost)); in getEntryCost()6954 return VecCost - ScalarCost; in getEntryCost()7185 InstructionCost VecCost = CommonCost; in getEntryCost() local7188 VecCost += in getEntryCost()7191 return VecCost; in getEntryCost()7227 InstructionCost VecCost = TTI->getCmpSelInstrCost( in getEntryCost() local[all …]