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