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 277 virtual int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
  /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/Target/AArch64/
AArch64ISelLowering.h 302 int getScalingFactorCost(const AddrMode &AM, Type *Ty) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 682 int getScalingFactorCost(const AddrMode &AM, Type *Ty) const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 852 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI,
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 354 milliseconds