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

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 111 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
115 return PrevTTI->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg,
502 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 84 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
159 int BasicTTI::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
167 return getTLI()->getScalingFactorCost(AM, Ty);
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 852 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 893 milliseconds