Home
last modified time | relevance | path

Searched refs:RefinementSteps (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h246 int &RefinementSteps, bool &UseOneConstNR,
249 int &RefinementSteps) const override;
DAMDGPUISelLowering.cpp4387 int &RefinementSteps, in getSqrtEstimate() argument
4393 RefinementSteps = 0; in getSqrtEstimate()
4405 int &RefinementSteps) const { in getRecipEstimate()
4414 RefinementSteps = 0; in getRecipEstimate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1222 int &RefinementSteps, bool &UseOneConstNR,
1225 int &RefinementSteps) const override;
DPPCISelLowering.cpp11955 int RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3; in getEstimateRefinementSteps() local
11957 RefinementSteps++; in getEstimateRefinementSteps()
11958 return RefinementSteps; in getEstimateRefinementSteps()
11962 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
11972 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
11973 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getSqrtEstimate()
11985 int &RefinementSteps) const { in getRecipEstimate()
11993 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
11994 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getRecipEstimate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1521 int &RefinementSteps, bool &UseOneConstNR,
1526 int &RefinementSteps) const override;
DX86ISelLowering.cpp20940 int &RefinementSteps, in getSqrtEstimate() argument
20958 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
20959 RefinementSteps = 1; in getSqrtEstimate()
20973 int &RefinementSteps) const { in getRecipEstimate()
20993 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
20994 RefinementSteps = 1; in getRecipEstimate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h4023 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
4039 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument