Searched defs:haveFastSqrt (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 527 bool haveFastSqrt(Type *Ty) { haveFastSqrt() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 406 bool haveFastSqrt(Type *Ty) const { return false; } haveFastSqrt() function |
H A D | TargetTransformInfo.h | 2446 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } haveFastSqrt() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 639 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { haveFastSqrt() function in TargetTransformInfo |