Searched refs:ExtractCost (Results 1 – 3 of 3) sorted by relevance
2092 InstructionCost ExtractCost = in getOrderedReductionCost() local2098 return ExtractCost + ArithCost; in getOrderedReductionCost()
4472 InstructionCost ExtractCost = 0; in getTreeCost() local4549 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(), in getTreeCost()4552 ExtractCost += in getTreeCost()4558 Cost += SpillCost + ExtractCost; in getTreeCost()4607 << "SLP: Extract Cost = " << ExtractCost << ".\n" in getTreeCost()
1096 InstructionCost ExtractCost = getShuffleCost( in getShuffleCost() local1102 return ExtractCost + 1; // pshufd or pshufb in getShuffleCost()1107 return ExtractCost + 2; // worst case pshufhw + pshufd in getShuffleCost()