Searched refs:haveFastSqrt (Results 1 – 6 of 6) sorted by relevance
141 if (TTI->haveFastSqrt(Call->getType()) && in runPartiallyInlineLibCalls()
970 bool haveFastSqrt(Type *Ty) const;1897 virtual bool haveFastSqrt(Type *Ty) = 0;2446 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function
406 bool haveFastSqrt(Type *Ty) const { return false; } in haveFastSqrt() function
639 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo640 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
426 if (TTI.haveFastSqrt(Ty) && in foldSqrt()
527 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function