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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 240 virtual int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
  /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...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 176 milliseconds