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

1 2

  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 121 int getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 401 TargetTransformInfo::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const {
402 return TTIImpl->getCostOfKeepingLiveOverCall(Tys);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 594 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const;
    [all...]
TargetTransformInfoImpl.h 366 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 405 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 426 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 426 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [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 460 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 460 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 460 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 460 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; }
  /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 1542 milliseconds

1 2