Searched refs:haveFastSqrt (Results 1 – 6 of 6) sorted by relevance
141 if (TTI->haveFastSqrt(Call->getType()) && in runPartiallyInlineLibCalls()
849 bool haveFastSqrt(Type *Ty) const;1653 virtual bool haveFastSqrt(Type *Ty) = 0;2131 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function
370 bool haveFastSqrt(Type *Ty) const { return false; } in haveFastSqrt() function
457 if (TTI.haveFastSqrt(Ty) && Call->hasNoNaNs()) { in foldSqrt()
567 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo568 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
490 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function