HomeSort by relevance Sort by last modified time
    Searched refs:haveFastSqrt (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 86 if (TTI->haveFastSqrt(Call->getType()) &&
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 303 virtual bool haveFastSqrt(Type *Ty) const;
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 144 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const {
145 return PrevTTI->haveFastSqrt(Ty);
535 bool haveFastSqrt(Type *Ty) const override {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 92 bool haveFastSqrt(Type *Ty) const override;
194 bool BasicTTI::haveFastSqrt(Type *Ty) const {

Completed in 93 milliseconds