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

/external/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp88 if (TTI->haveFastSqrt(Call->getType()) &&
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp180 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { function in class:TargetTransformInfo
181 return TTIImpl->haveFastSqrt(Ty);
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h369 bool haveFastSqrt(Type *Ty) const;
589 virtual bool haveFastSqrt(Type *Ty) = 0;
738 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); }
H A DTargetTransformInfoImpl.h250 bool haveFastSqrt(Type *Ty) { return false; } function in class:llvm::TargetTransformInfoImplBase
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h187 bool haveFastSqrt(Type *Ty) { function in class:llvm::BasicTTIImplBase

Completed in 70 milliseconds