Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp352 InstructionCost AddCost = in getIntrinsicInstrCost() local
354 Cost += AddCost * (LT.first - 1); in getIntrinsicInstrCost()
2028 InstructionCost AddCost = getArithmeticInstrCost( in getArithmeticInstrCost() local
2034 return MulCost * 2 + AddCost * 2 + ShrCost * 2 + 1; in getArithmeticInstrCost()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2212 InstructionCost AddCost = ArithCost(Instruction::Add, NumTerms - 1, in costAndCollectOperands() local
2217 Cost = AddCost + MulCost; in costAndCollectOperands()