Searched refs:ExtractCost (Results 1 – 3 of 3) sorted by relevance
2324 InstructionCost ExtractCost = getScalarizationOverhead( in getOrderedReductionCost() local2330 return ExtractCost + ArithCost; in getOrderedReductionCost()
7910 InstructionCost ExtractCost = 0; in getTreeCost() local8007 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(), in getTreeCost()8010 ExtractCost += TTI->getVectorInstrCost(Instruction::ExtractElement, VecTy, in getTreeCost()8016 Cost += SpillCost + ExtractCost; in getTreeCost()8094 << "SLP: Extract Cost = " << ExtractCost << ".\n" in getTreeCost()
1490 InstructionCost ExtractCost = in getShuffleCost() local1497 return ExtractCost + 1; // pshufd or pshufb in getShuffleCost()1502 return ExtractCost + 2; // worst case pshufhw + pshufd in getShuffleCost()