Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp654 InstructionCost AddCost = in getIntrinsicInstrCost() local
656 Cost += AddCost * (LT.first - 1); in getIntrinsicInstrCost()
4008 InstructionCost AddCost = in getArithmeticInstrCost() local
4023 return ISD == ISD::SDIV ? (3 * AddCost + AsrCost) in getArithmeticInstrCost()
4024 : (3 * AsrCost + AddCost); in getArithmeticInstrCost()
4026 return MulCost + AsrCost + 2 * AddCost; in getArithmeticInstrCost()
4045 : 2 * AddCost); in getArithmeticInstrCost()
4057 return MulCost /*smulh cost*/ + 2 * AddCost + 2 * AsrCost; in getArithmeticInstrCost()
4058 return 2 * MulCost + AddCost /*uzp2 cost*/ + AsrCost + UsraCost; in getArithmeticInstrCost()
4105 InstructionCost AddCost = in getArithmeticInstrCost() local
[all …]