Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp591 InstructionCost CostFactor = vectorCostAdjustmentFactor(Opcode, Ty, nullptr); in getArithmeticInstrCost() local
592 if (!CostFactor.isValid()) in getArithmeticInstrCost()
603 return Cost * CostFactor; in getArithmeticInstrCost()
614 InstructionCost CostFactor = in getShuffleCost() local
616 if (!CostFactor.isValid()) in getShuffleCost()
627 return LT.first * CostFactor; in getShuffleCost()
646 InstructionCost CostFactor = vectorCostAdjustmentFactor(Opcode, Dst, Src); in getCastInstrCost() local
647 if (!CostFactor.isValid()) in getCastInstrCost()
652 Cost *= CostFactor; in getCastInstrCost()
663 InstructionCost CostFactor = in getCmpSelInstrCost() local
[all …]