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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 321 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
545 virtual int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
661 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
663 return Impl.getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg, Scale);
    [all...]
TargetTransformInfoImpl.h 220 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 118 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
122 return TTIImpl->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg,
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 137 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
144 return getTLI()->getScalingFactorCost(AM, Ty);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 324 int getScalingFactorCost(const AddrMode &AM, Type *Ty) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 734 int getScalingFactorCost(const AddrMode &AM, Type *Ty) const override;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 851 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI,
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 589 milliseconds