Searched refs:InsertCost (Results 1 – 4 of 4) sorted by relevance
1213 InstructionCost InsertCost = TTI.getVectorInstrCost( in scalarizeOpOrCmp() local1215 OldCost += InsertCost; in scalarizeOpOrCmp()1216 NewCost += !Op->hasOneUse() * InsertCost; in scalarizeOpOrCmp()
9721 InstructionCost InsertCost = ::getShuffleCost( in canBuildSplitNode() local9728 (Mask.empty() || InsertCost >= NewShuffleCost)) in canBuildSplitNode()9753 NewVecOpsCost + InsertCost + in canBuildSplitNode()12055 InstructionCost InsertCost = in getBuildVectorCost() local12058 return InsertCost + ::getShuffleCost(TTI, in getBuildVectorCost()15026 InstructionCost InsertCost = TTI->getScalarizationOverhead( in getTreeCost() local15031 Cost -= InsertCost; in getTreeCost()
2261 InstructionCost InsertCost in getVectorInstrCost() local2266 return ExtendCost + InsertCost + TruncCost; in getVectorInstrCost()
4070 auto InsertCost = getVectorInstrCost(Instruction::InsertElement, Ty, in getArithmeticInstrCost() local4073 return ExtractCost + InsertCost + in getArithmeticInstrCost()