Searched refs:ExtractCost (Results 1 – 3 of 3) sorted by relevance
2235 InstructionCost ExtractCost = in getOrderedReductionCost() local2241 return ExtractCost + ArithCost; in getOrderedReductionCost()
7054 InstructionCost ExtractCost = 0; in getTreeCost() local7149 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(), in getTreeCost()7152 ExtractCost += in getTreeCost()7158 Cost += SpillCost + ExtractCost; in getTreeCost()7235 << "SLP: Extract Cost = " << ExtractCost << ".\n" in getTreeCost()
1137 InstructionCost ExtractCost = getShuffleCost( in getShuffleCost() local1143 return ExtractCost + 1; // pshufd or pshufb in getShuffleCost()1148 return ExtractCost + 2; // worst case pshufhw + pshufd in getShuffleCost()