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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 273 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 333 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
341 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 425 InstructionCost TargetTransformInfo::getScalingFactorCost(
428 InstructionCost Cost = TTIImpl->getScalingFactorCost(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 1012 static InstructionCost getScalingFactorCost(const TargetTransformInfo &TTI,
1363 C.ScaleCost += *getScalingFactorCost(*TTI, LU, F, *L).getValue();
1760 static InstructionCost getScalingFactorCost(const TargetTransformInfo &TTI,
1775 InstructionCost ScaleCostMinOffset = TTI.getScalingFactorCost(
1778 InstructionCost ScaleCostMaxOffset = TTI.getScalingFactorCost(
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 11761 InstructionCost AArch64TargetLowering::getScalingFactorCost(
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 17485 InstructionCost ARMTargetLowering::getScalingFactorCost(const DataLayout &DL,

Completed in 50 milliseconds