Home
last modified time | relevance | path

Searched refs:haveFastSqrt (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp137 if (TTI->haveFastSqrt(Call->getType()) && in runPartiallyInlineLibCalls()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h807 bool haveFastSqrt(Type *Ty) const;
1556 virtual bool haveFastSqrt(Type *Ty) = 0;
1981 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function
H A DTargetTransformInfoImpl.h342 bool haveFastSqrt(Type *Ty) const { return false; } in haveFastSqrt() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp525 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo
526 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h460 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function