Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp983 InstructionCost InsertCost = TTI.getVectorInstrCost( in scalarizeBinopOrCmp() local
986 (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()
H A DSLPVectorizer.cpp8439 InstructionCost InsertCost = in getBuildVectorCost() local
8442 return InsertCost + TTI.getShuffleCost(TargetTransformInfo::SK_Broadcast, in getBuildVectorCost()
10737 InstructionCost InsertCost = TTI->getScalarizationOverhead( in getTreeCost() local
10740 Cost -= InsertCost; in getTreeCost()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1608 InstructionCost InsertCost in getVectorInstrCost() local
1613 return ExtendCost + InsertCost + TruncCost; in getVectorInstrCost()