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

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 142 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
147 int Cost = TTIImpl->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg,
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 220 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 137 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
144 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 120 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
127 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 120 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
127 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 120 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
127 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 120 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
127 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 120 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
127 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 120 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
127 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 120 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
127 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 120 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
127 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 840 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 613 milliseconds