Searched refs:ExtractCost (Results 1 – 2 of 2) sorted by relevance
4383 InstructionCost ExtractCost = 0; in getTreeCost() local4457 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(), in getTreeCost()4460 ExtractCost += in getTreeCost()4466 Cost += SpillCost + ExtractCost; in getTreeCost()4506 << "SLP: Extract Cost = " << ExtractCost << ".\n" in getTreeCost()
1060 InstructionCost ExtractCost = getShuffleCost( in getShuffleCost() local1066 return ExtractCost + 1; // pshufd or pshufb in getShuffleCost()1071 return ExtractCost + 2; // worst case pshufhw + pshufd in getShuffleCost()