Searched refs:getLegacyCost (Results 1 – 3 of 3) sorted by relevance
6952 InstructionCost VPCostContext::getLegacyCost(Instruction *UI, in getLegacyCost() function in VPCostContext6994 InstructionCost InductionCost = CostCtx.getLegacyCost(IVInst, VF); in cost()7025 Cost += CostCtx.getLegacyCost(CondI, VF); in cost()7058 auto ReductionCost = CostCtx.getLegacyCost(Select, VF); in cost()7102 auto BranchCost = CostCtx.getLegacyCost(BB->getTerminator(), VF); in cost()
750 InstructionCost getLegacyCost(Instruction *UI, ElementCount VF) const;
313 return UI ? Ctx.getLegacyCost(UI, VF) : 0; in computeCost()