HomeSort by: relevance | last modified time | path
    Searched refs:AddCost (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 272 InstructionCost AddCost =
274 Cost += AddCost * (LT.first - 1);
1017 InstructionCost AddCost = getArithmeticInstrCost(
1023 return MulCost * 2 + AddCost * 2 + ShrCost * 2 + 1;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 2332 InstructionCost AddCost = ArithCost(Instruction::Add, NumTerms - 1,
2337 Cost = AddCost + MulCost;

Completed in 77 milliseconds