Searched refs:InsertCost (Results 1 – 3 of 3) sorted by relevance
940 InstructionCost InsertCost = TTI.getVectorInstrCost( in scalarizeBinopOrCmp() local943 (IsConst0 ? 0 : InsertCost) + (IsConst1 ? 0 : InsertCost) + VectorOpCost; in scalarizeBinopOrCmp()944 InstructionCost NewCost = ScalarOpCost + InsertCost + in scalarizeBinopOrCmp()945 (IsConst0 ? 0 : !Ins0->hasOneUse() * InsertCost) + in scalarizeBinopOrCmp()946 (IsConst1 ? 0 : !Ins1->hasOneUse() * InsertCost); in scalarizeBinopOrCmp()
7090 InstructionCost InsertCost = TTI.getVectorInstrCost( in getBuildVectorCost() local7094 return InsertCost + in getBuildVectorCost()9179 InstructionCost InsertCost = TTI->getScalarizationOverhead( in getTreeCost() local9182 Cost -= InsertCost; in getTreeCost()
1212 InstructionCost InsertCost in getVectorInstrCost() local1217 return ExtendCost + InsertCost + TruncCost; in getVectorInstrCost()