Searched refs:InsertCost (Results 1 – 2 of 2) sorted by relevance
812 InstructionCost InsertCost = TTI.getVectorInstrCost( in scalarizeBinopOrCmp() local815 (IsConst0 ? 0 : InsertCost) + (IsConst1 ? 0 : InsertCost) + VectorOpCost; in scalarizeBinopOrCmp()816 InstructionCost NewCost = ScalarOpCost + InsertCost + in scalarizeBinopOrCmp()817 (IsConst0 ? 0 : !Ins0->hasOneUse() * InsertCost) + in scalarizeBinopOrCmp()818 (IsConst1 ? 0 : !Ins1->hasOneUse() * InsertCost); in scalarizeBinopOrCmp()
6795 InstructionCost InsertCost = in getEntryCost() local6798 return InsertCost + (NeedShuffle in getEntryCost()8083 InstructionCost InsertCost = TTI->getScalarizationOverhead( in getTreeCost() local8086 Cost -= InsertCost; in getTreeCost()