Searched refs:getLegacyCost (Results 1 – 3 of 3) sorted by relevance
361 InstructionCost getLegacyCost(Instruction *UI, ElementCount VF) const;
6715 InstructionCost VPCostContext::getLegacyCost(Instruction *UI, in getLegacyCost() function in VPCostContext6782 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()
1959 return Ctx.getLegacyCost(cast<Instruction>(getUnderlyingValue()), VF); in computeCost()2954 return Ctx.getLegacyCost(UI, VF); in computeCost()