Searched refs:haveFastSqrt (Results 1 – 5 of 5) sorted by relevance
400 bool haveFastSqrt(Type *Ty) const;676 virtual bool haveFastSqrt(Type *Ty) = 0;852 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function
256 bool haveFastSqrt(Type *Ty) { return false; } in haveFastSqrt() function
109 if (TTI->haveFastSqrt(Call->getType()) && in runPartiallyInlineLibCalls()
202 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo203 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
197 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function