Lines Matching defs:VectorCost
3585 dbgs() << "SLP: VectorCost = " << VecCost << "\n";
11159 function_ref<InstructionCost(InstructionCost)> VectorCost) {
11175 InstructionCost VecCost = VectorCost(CommonCost);
20514 InstructionCost VectorCost = 0, ScalarCost;
20561 VectorCost += TTI->getShuffleCost(
20564 VectorCost += TTI->getArithmeticReductionCost(RdxOpcode, VecTy, FMF,
20567 VectorCost += TTI->getScalarizationOverhead(
20575 VectorCost = TTI->getArithmeticReductionCost(RdxOpcode, VectorTy,
20578 VectorCost = TTI->getExtendedReductionCost(
20599 VectorCost = TTI->getMinMaxReductionCost(Id, VectorTy, FMF, CostKind);
20610 LLVM_DEBUG(dbgs() << "SLP: Adding cost " << VectorCost - ScalarCost
20613 return VectorCost - ScalarCost;