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/include/llvm/Analysis/
H A DTargetTransformInfo.h353 bool haveFastSqrt(Type *Ty) const;
556 virtual bool haveFastSqrt(Type *Ty) = 0;
683 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); }
H A DTargetTransformInfoImpl.h246 bool haveFastSqrt(Type *Ty) { return false; } function in class:llvm::TargetTransformInfoImplBase
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp159 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { function in class:TargetTransformInfo
160 return TTIImpl->haveFastSqrt(Ty);
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h192 bool haveFastSqrt(Type *Ty) { function in class:llvm::BasicTTIImplBase

Completed in 75 milliseconds