HomeSort by relevance Sort by last modified time
    Searched defs:getScalingFactorCost (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 115 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
119 return PrevTTI->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg,
475 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 78 virtual int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
150 int BasicTTI::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
158 return getTLI()->getScalingFactorCost(AM, Ty);
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 783 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI,
    [all...]

Completed in 53 milliseconds