Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHelpers.h361 InstructionCost getLegacyCost(Instruction *UI, ElementCount VF) const;
H A DLoopVectorize.cpp6715 InstructionCost VPCostContext::getLegacyCost(Instruction *UI, in getLegacyCost() function in VPCostContext
6782 InstructionCost InductionCost = CostCtx.getLegacyCost(IVInst, VF); in precomputeCosts()
6814 InstructionCost CondICost = CostCtx.getLegacyCost(CondI, VF); in precomputeCosts()
6843 auto BranchCost = CostCtx.getLegacyCost(BB->getTerminator(), VF); in precomputeCosts()
6854 InstructionCost ForcedCost = CostCtx.getLegacyCost(ForcedScalar, VF); in precomputeCosts()
H A DVPlanRecipes.cpp1959 return Ctx.getLegacyCost(cast<Instruction>(getUnderlyingValue()), VF); in computeCost()
2954 return Ctx.getLegacyCost(UI, VF); in computeCost()