HomeSort by relevance Sort by last modified time
    Searched refs:getAddressComputationCost (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 114 int getAddressComputationCost(Type *Ty, bool IsComplex);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 114 int getAddressComputationCost(Type *Val, bool IsComplex);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 81 int getAddressComputationCost(Type *PtrTy, bool IsComplex);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 386 int TargetTransformInfo::getAddressComputationCost(Type *Tp,
388 int Cost = TTIImpl->getAddressComputationCost(Tp, IsComplex);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 587 int getAddressComputationCost(Type *Ty, bool IsComplex = false) const;
    [all...]
TargetTransformInfoImpl.h 362 unsigned getAddressComputationCost(Type *Tp, bool) { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 677 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE = nullptr,
    [all...]
TargetTransformInfoImpl.h 398 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 419 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 419 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 677 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE = nullptr,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 451 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 451 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h     [all...]

Completed in 145 milliseconds

1 2 3