Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h369 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
DTargetTransformInfoImpl.h250 bool haveFastSqrt(Type *Ty) { return false; } in haveFastSqrt() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp180 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo
181 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
/external/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp88 if (TTI->haveFastSqrt(Call->getType()) && in runOnFunction()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h187 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function