HomeSort by: relevance | last modified time | path
    Searched refs:haveFastSqrt (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 137 if (TTI->haveFastSqrt(Call->getType()) &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 807 bool haveFastSqrt(Type *Ty) const;
1556 virtual bool haveFastSqrt(Type *Ty) = 0;
1981 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); }
TargetTransformInfoImpl.h 342 bool haveFastSqrt(Type *Ty) const { return false; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 525 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const {
526 return TTIImpl->haveFastSqrt(Ty);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 460 bool haveFastSqrt(Type *Ty) {

Completed in 27 milliseconds