Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1835 InstructionCost AddCost = ArithCost(Instruction::Add, NumTerms - 1, in costAndCollectOperands() local
1840 Cost = AddCost + MulCost; in costAndCollectOperands()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp565 InstructionCost AddCost = in getIntrinsicInstrCost() local
567 Cost += AddCost * (LT.first - 1); in getIntrinsicInstrCost()
2827 InstructionCost AddCost = getArithmeticInstrCost( in getArithmeticInstrCost() local
2831 return MulCost * 2 + AddCost * 2 + ShrCost * 2 + 1; in getArithmeticInstrCost()