/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 400 bool haveFastSqrt(Type *Ty) const; 676 virtual bool haveFastSqrt(Type *Ty) = 0; 852 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function
|
D | TargetTransformInfoImpl.h | 256 bool haveFastSqrt(Type *Ty) { return false; } in haveFastSqrt() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | PartiallyInlineLibCalls.cpp | 109 if (TTI->haveFastSqrt(Call->getType()) && in runPartiallyInlineLibCalls()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | PartiallyInlineLibCalls.cpp | 119 if (TTI->haveFastSqrt(Call->getType()) && in runPartiallyInlineLibCalls()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | PartiallyInlineLibCalls.cpp | 119 if (TTI->haveFastSqrt(Call->getType()) && in runPartiallyInlineLibCalls()
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 202 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo 203 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 738 bool haveFastSqrt(Type *Ty) const; 1275 virtual bool haveFastSqrt(Type *Ty) = 0; 1626 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function
|
D | TargetTransformInfoImpl.h | 349 bool haveFastSqrt(Type *Ty) { return false; } in haveFastSqrt() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 800 bool haveFastSqrt(Type *Ty) const; 1474 virtual bool haveFastSqrt(Type *Ty) = 0; 1867 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function
|
D | TargetTransformInfoImpl.h | 306 bool haveFastSqrt(Type *Ty) { return false; } in haveFastSqrt() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 439 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo 440 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 562 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo 563 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 197 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 393 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 378 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function
|