Home
last modified time | relevance | path

Searched refs:InsertCost (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp812 InstructionCost InsertCost = TTI.getVectorInstrCost( in scalarizeBinopOrCmp() local
815 (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()
H A DSLPVectorizer.cpp6795 InstructionCost InsertCost = in getEntryCost() local
6798 return InsertCost + (NeedShuffle in getEntryCost()
8083 InstructionCost InsertCost = TTI->getScalarizationOverhead( in getTreeCost() local
8086 Cost -= InsertCost; in getTreeCost()