HomeSort by: relevance | last modified time | path
    Searched defs:MulCost (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 1014 InstructionCost MulCost = getArithmeticInstrCost(
1023 return MulCost * 2 + AddCost * 2 + ShrCost * 2 + 1;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 2140 InstructionCost MulCost = 0;
2145 MulCost =
2150 return RedCost + MulCost + ExtCost;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 2335 InstructionCost MulCost =
2337 Cost = AddCost + MulCost;
2349 Cost += MulCost * (PolyDegree - 1);

Completed in 35 milliseconds