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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp85 if (TTI->haveFastSqrt(Call->getType()) &&
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp153 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { function in class:TargetTransformInfo
154 return PrevTTI->haveFastSqrt(Ty);
532 bool haveFastSqrt(Type *Ty) const { function in struct:__anon2227::NoTTI
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h296 /// haveFastSqrt -- Return true if the hardware has a fast square-root
298 virtual bool haveFastSqrt(Type *Ty) const;
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp86 virtual bool haveFastSqrt(Type *Ty) const;
188 bool BasicTTI::haveFastSqrt(Type *Ty) const { function in class:BasicTTI

Completed in 125 milliseconds