Searched refs:haveFastSqrt (Results 1 – 5 of 5) sorted by relevance
137 if (TTI->haveFastSqrt(Call->getType()) && in runPartiallyInlineLibCalls()
807 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
342 bool haveFastSqrt(Type *Ty) const { return false; } in haveFastSqrt() function
525 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo526 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
460 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function