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

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 522 InstructionCost ScalarCost =
526 (VF * ScalarCost) + getScalarizationOverhead(VTy, Args, Tys);
815 InstructionCost ScalarCost = getCastInstrCost(
817 InstructionCost TotCost = VF * ScalarCost;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 1518 InstructionCost ScalarCost =
1521 return ScalarCalls * ScalarCost + ScalarizationCost;
1922 InstructionCost ScalarCost =
1932 return ScalarCalls * ScalarCost + ScalarizationCost;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 1517 InstructionCost ScalarCost =
1522 return ScalarCost;
1560 return ScalarCost;
1569 return ScalarCost;
1575 return ScalarCost;
1579 return ScalarCost;
1585 return ScalarCost;
1587 return ScalarCost;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 999 InstructionCost ScalarCost = getArithmeticInstrCost(
1002 return 20 * LT.first * LT.second.getVectorNumElements() * ScalarCost;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 7121 InstructionCost ScalarCost =
7140 ScalarCost += TTI.getArithmeticInstrCost(
7148 << ScalarCost << "\nVector: " << VectorCost << '\n');
7149 return ScalarCost > VectorCost;

Completed in 42 milliseconds