Home
last modified time | relevance | path

Searched refs:haveFastSqrt (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h400 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
DTargetTransformInfoImpl.h256 bool haveFastSqrt(Type *Ty) { return false; } in haveFastSqrt() function
/external/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp109 if (TTI->haveFastSqrt(Call->getType()) && in runPartiallyInlineLibCalls()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp119 if (TTI->haveFastSqrt(Call->getType()) && in runPartiallyInlineLibCalls()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp119 if (TTI->haveFastSqrt(Call->getType()) && in runPartiallyInlineLibCalls()
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp202 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/
DTargetTransformInfo.h738 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
DTargetTransformInfoImpl.h349 bool haveFastSqrt(Type *Ty) { return false; } in haveFastSqrt() function
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h800 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
DTargetTransformInfoImpl.h306 bool haveFastSqrt(Type *Ty) { return false; } in haveFastSqrt() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp439 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo
440 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
/external/llvm-project/llvm/lib/Analysis/
DTargetTransformInfo.cpp562 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo
563 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h197 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h393 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h378 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function