Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h248 int &RefinementSteps, bool &UseOneConstNR,
251 int &RefinementSteps) const override;
H A DAMDGPUISelLowering.cpp4422 int &RefinementSteps, in getSqrtEstimate() argument
4428 RefinementSteps = 0; in getSqrtEstimate()
4440 int &RefinementSteps) const { in getRecipEstimate()
4449 RefinementSteps = 0; in getRecipEstimate()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1425 int &RefinementSteps, bool &UseOneConstNR,
1428 int &RefinementSteps) const override;
H A DPPCISelLowering.cpp13035 int RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3; in getEstimateRefinementSteps() local
13037 RefinementSteps++; in getEstimateRefinementSteps()
13038 return RefinementSteps; in getEstimateRefinementSteps()
13083 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
13091 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
13092 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getSqrtEstimate()
13104 int &RefinementSteps) const { in getRecipEstimate()
13110 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
13111 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getRecipEstimate()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1729 int &RefinementSteps, bool &UseOneConstNR,
1734 int &RefinementSteps) const override;
H A DX86ISelLowering.cpp23833 int &RefinementSteps, in getSqrtEstimate() argument
23852 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
23853 RefinementSteps = 1; in getSqrtEstimate()
23859 if (RefinementSteps == 0 && !Reciprocal) in getSqrtEstimate()
23867 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
23868 RefinementSteps = 0; in getSqrtEstimate()
23887 int &RefinementSteps) const { in getRecipEstimate()
23908 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
23909 RefinementSteps = 1; in getRecipEstimate()
23918 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4612 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
4635 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument