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

1 2

  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 109 if (TTI->haveFastSqrt(Call->getType()) &&
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 202 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const {
203 return TTIImpl->haveFastSqrt(Ty);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 400 bool haveFastSqrt(Type *Ty) const;
676 virtual bool haveFastSqrt(Type *Ty) = 0;
    [all...]
TargetTransformInfoImpl.h 256 bool haveFastSqrt(Type *Ty) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 470 bool haveFastSqrt(Type *Ty) const;
    [all...]
TargetTransformInfoImpl.h 283 bool haveFastSqrt(Type *Ty) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 504 bool haveFastSqrt(Type *Ty) const;
    [all...]
TargetTransformInfoImpl.h 302 bool haveFastSqrt(Type *Ty) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 504 bool haveFastSqrt(Type *Ty) const;
    [all...]
TargetTransformInfoImpl.h 302 bool haveFastSqrt(Type *Ty) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 470 bool haveFastSqrt(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 504 bool haveFastSqrt(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 504 bool haveFastSqrt(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 575 bool haveFastSqrt(Type *Ty) const;
    [all...]
TargetTransformInfoImpl.h 311 bool haveFastSqrt(Type *Ty) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 575 bool haveFastSqrt(Type *Ty) const;
    [all...]
TargetTransformInfoImpl.h 311 bool haveFastSqrt(Type *Ty) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 575 bool haveFastSqrt(Type *Ty) const;
    [all...]
TargetTransformInfoImpl.h 311 bool haveFastSqrt(Type *Ty) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 575 bool haveFastSqrt(Type *Ty) const;
    [all...]
TargetTransformInfoImpl.h 311 bool haveFastSqrt(Type *Ty) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 575 bool haveFastSqrt(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 575 bool haveFastSqrt(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 575 bool haveFastSqrt(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 575 bool haveFastSqrt(Type *Ty) const;
    [all...]

Completed in 603 milliseconds

1 2