Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h229 int &RefinementSteps, bool &UseOneConstNR,
232 int &RefinementSteps) const override;
H A DAMDGPUISelLowering.cpp4228 int &RefinementSteps, in getSqrtEstimate() argument
4234 RefinementSteps = 0; in getSqrtEstimate()
4246 int &RefinementSteps) const { in getRecipEstimate()
4255 RefinementSteps = 0; in getRecipEstimate()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1134 int &RefinementSteps, bool &UseOneConstNR,
1137 int &RefinementSteps) const override;
H A DPPCISelLowering.cpp10989 int RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3; in getEstimateRefinementSteps() local
10991 RefinementSteps++; in getEstimateRefinementSteps()
10992 return RefinementSteps; in getEstimateRefinementSteps()
10996 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
11006 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
11007 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getSqrtEstimate()
11017 int &RefinementSteps) const { in getRecipEstimate()
11025 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
11026 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getRecipEstimate()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h1394 int &RefinementSteps, bool &UseOneConstNR,
1399 int &RefinementSteps) const override;
H A DX86ISelLowering.cpp19044 int &RefinementSteps, in getSqrtEstimate() argument
19062 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
19063 RefinementSteps = 1; in getSqrtEstimate()
19077 int &RefinementSteps) const { in getRecipEstimate()
19097 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
19098 RefinementSteps = 1; in getRecipEstimate()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3684 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
3700 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument