Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp144 if (TTI->haveFastSqrt(Call->getType()) && in runPartiallyInlineLibCalls()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp703 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo
704 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1063 LLVM_ABI bool haveFastSqrt(Type *Ty) const;
H A DTargetTransformInfoImpl.h521 virtual bool haveFastSqrt(Type *Ty) const { return false; } in haveFastSqrt() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp440 if (TTI.haveFastSqrt(Ty) && in foldSqrt()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h637 bool haveFastSqrt(Type *Ty) const override { in haveFastSqrt() function