Searched refs:VectorCost (Results 1 – 4 of 4) sorted by relevance
1578 InstructionCost VectorCost = in getGatherScatterOpCost() local1629 return VectorCost; in getGatherScatterOpCost()1648 return VectorCost; in getGatherScatterOpCost()
7260 InstructionCost VectorCost = StoreExtractCombineCost; in isProfitableToPromote() local7279 VectorCost += TTI.getArithmeticInstrCost(Inst->getOpcode(), PromotedType, in isProfitableToPromote()7285 << ScalarCost << "\nVector: " << VectorCost << '\n'); in isProfitableToPromote()7286 return ScalarCost > VectorCost; in isProfitableToPromote()
11414 InstructionCost VectorCost = 0, ScalarCost; in getReductionCost() local11428 VectorCost = in getReductionCost()11439 VectorCost = in getReductionCost()11460 VectorCost = TTI->getMinMaxReductionCost(VectorTy, VecCondTy, in getReductionCost()11476 LLVM_DEBUG(dbgs() << "SLP: Adding cost " << VectorCost - ScalarCost in getReductionCost()11479 return VectorCost - ScalarCost; in getReductionCost()
6164 InstructionCost VectorCost = getInstructionCost(I, VF).first; in computePredInstDiscount() local6207 Discount += VectorCost - ScalarCost; in computePredInstDiscount()