Searched refs:haveFastSqrt (Results 1 – 5 of 5) sorted by relevance
369 bool haveFastSqrt(Type *Ty) const;589 virtual bool haveFastSqrt(Type *Ty) = 0;738 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function
250 bool haveFastSqrt(Type *Ty) { return false; } in haveFastSqrt() function
180 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo181 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
88 if (TTI->haveFastSqrt(Call->getType()) && in runOnFunction()
187 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function