Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h424 bool haveFastSqrt(Type *Ty) const { return false; } haveFastSqrt() function
H A DTargetTransformInfo.h2512 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } haveFastSqrt() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h540 bool haveFastSqrt(Type *Ty) { haveFastSqrt() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp661 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { haveFastSqrt() function in TargetTransformInfo