Searched refs:haveFastSqrt (Results 1 – 6 of 6) sorted by relevance
144 if (TTI->haveFastSqrt(Call->getType()) && in runPartiallyInlineLibCalls()
703 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo704 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
1063 LLVM_ABI bool haveFastSqrt(Type *Ty) const;
521 virtual bool haveFastSqrt(Type *Ty) const { return false; } in haveFastSqrt() function
440 if (TTI.haveFastSqrt(Ty) && in foldSqrt()
637 bool haveFastSqrt(Type *Ty) const override { in haveFastSqrt() function