Searched refs:InsertCost (Results 1 – 3 of 3) sorted by relevance
983 InstructionCost InsertCost = TTI.getVectorInstrCost( in scalarizeBinopOrCmp() local986 (IsConst0 ? 0 : InsertCost) + (IsConst1 ? 0 : InsertCost) + VectorOpCost; in scalarizeBinopOrCmp()987 InstructionCost NewCost = ScalarOpCost + InsertCost + in scalarizeBinopOrCmp()988 (IsConst0 ? 0 : !Ins0->hasOneUse() * InsertCost) + in scalarizeBinopOrCmp()989 (IsConst1 ? 0 : !Ins1->hasOneUse() * InsertCost); in scalarizeBinopOrCmp()
8439 InstructionCost InsertCost = in getBuildVectorCost() local8442 return InsertCost + TTI.getShuffleCost(TargetTransformInfo::SK_Broadcast, in getBuildVectorCost()10737 InstructionCost InsertCost = TTI->getScalarizationOverhead( in getTreeCost() local10740 Cost -= InsertCost; in getTreeCost()
1608 InstructionCost InsertCost in getVectorInstrCost() local1613 return ExtendCost + InsertCost + TruncCost; in getVectorInstrCost()