Home
last modified time | relevance | path

Searched refs:haveFastSqrt (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/lib/Analysis/
HDTargetTransformInfo.cpp153 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo
154 return PrevTTI->haveFastSqrt(Ty); in haveFastSqrt()
532 bool haveFastSqrt(Type *Ty) const { in haveFastSqrt() function
/trueos/contrib/llvm/lib/Transforms/Scalar/
HDPartiallyInlineLibCalls.cpp85 if (TTI->haveFastSqrt(Call->getType()) && in runOnFunction()
/trueos/contrib/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h298 virtual bool haveFastSqrt(Type *Ty) const;
/trueos/contrib/llvm/lib/CodeGen/
HDBasicTargetTransformInfo.cpp86 virtual bool haveFastSqrt(Type *Ty) const;
188 bool BasicTTI::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in BasicTTI