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()
613 InstructionCost CostFactor = in getShuffleCost() local
615 if (!CostFactor.isValid()) in getShuffleCost()
626 return LT.first * CostFactor; in getShuffleCost()
645 InstructionCost CostFactor = vectorCostAdjustmentFactor(Opcode, Dst, Src); in getCastInstrCost() local
646 if (!CostFactor.isValid()) in getCastInstrCost()
651 Cost *= CostFactor; in getCastInstrCost()
663 InstructionCost CostFactor = in getCmpSelInstrCost() local
[all …]