Searched refs:computeCost (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 491 virtual InstructionCost computeCost(ElementCount VF, 1082 InstructionCost computeCost(ElementCount VF, 1185 InstructionCost computeCost(ElementCount VF, in computeCost() function 1289 InstructionCost computeCost(ElementCount VF, 1383 InstructionCost computeCost(ElementCount VF, 1436 InstructionCost computeCost(ElementCount VF, 1509 InstructionCost computeCost(ElementCount VF, 1571 InstructionCost computeCost(ElementCount VF, 1616 InstructionCost computeCost(ElementCount VF, 1654 InstructionCost computeCost(ElementCount VF, [all …]
|
| H A D | VPlanRecipes.cpp | 268 RecipeCost = computeCost(VF, Ctx); in cost() 281 InstructionCost VPRecipeBase::computeCost(ElementCount VF, in computeCost() function in VPRecipeBase 299 VPPartialReductionRecipe::computeCost(ElementCount VF, in computeCost() function in VPPartialReductionRecipe 359 return Reduction->computeCost(VF, Ctx); in computeCost() 899 InstructionCost VPInstruction::computeCost(ElementCount VF, in computeCost() function in VPInstruction 1304 InstructionCost VPIRInstruction::computeCost(ElementCount VF, in computeCost() function in VPIRInstruction 1446 InstructionCost VPWidenCallRecipe::computeCost(ElementCount VF, in computeCost() function in VPWidenCallRecipe 1525 InstructionCost VPWidenIntrinsicRecipe::computeCost(ElementCount VF, in computeCost() function in VPWidenIntrinsicRecipe 1625 InstructionCost VPHistogramRecipe::computeCost(ElementCount VF, in computeCost() function in VPHistogramRecipe 1716 InstructionCost VPWidenSelectRecipe::computeCost(ElementCount VF, in computeCost() function in VPWidenSelectRecipe [all …]
|
| H A D | VPlanTransforms.cpp | 2879 cast<VPWidenCastRecipe>(VecOp)->computeCost(VF, Ctx); in tryToMatchAndCreateExtendedReduction() 2880 InstructionCost RedCost = Red->computeCost(VF, Ctx); in tryToMatchAndCreateExtendedReduction() 2930 InstructionCost MulCost = Mul->computeCost(VF, Ctx); in tryToMatchAndCreateMulAccumulateReduction() 2931 InstructionCost RedCost = Red->computeCost(VF, Ctx); in tryToMatchAndCreateMulAccumulateReduction() 2934 ExtCost += Ext0->computeCost(VF, Ctx); in tryToMatchAndCreateMulAccumulateReduction() 2936 ExtCost += Ext1->computeCost(VF, Ctx); in tryToMatchAndCreateMulAccumulateReduction() 2938 ExtCost += OuterExt->computeCost(VF, Ctx); in tryToMatchAndCreateMulAccumulateReduction()
|