Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h297 int &RefinementSteps, bool &UseOneConstNR,
300 int &RefinementSteps) const override;
H A DAMDGPUISelLowering.cpp5579 int &RefinementSteps, in getSqrtEstimate() argument
5585 RefinementSteps = 0; in getSqrtEstimate()
5597 int &RefinementSteps) const { in getRecipEstimate()
5606 RefinementSteps = 0; in getRecipEstimate()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1447 int &RefinementSteps, bool &UseOneConstNR,
1450 int &RefinementSteps) const override;
H A DPPCISelLowering.cpp13696 int RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3; in getEstimateRefinementSteps() local
13698 RefinementSteps++; in getEstimateRefinementSteps()
13699 return RefinementSteps; in getEstimateRefinementSteps()
13744 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
13752 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
13753 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getSqrtEstimate()
13765 int &RefinementSteps) const { in getRecipEstimate()
13771 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
13772 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getRecipEstimate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1825 int &RefinementSteps, bool &UseOneConstNR,
1830 int &RefinementSteps) const override;
H A DX86ISelLowering.cpp22828 int &RefinementSteps, in getSqrtEstimate() argument
22847 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
22848 RefinementSteps = 1; in getSqrtEstimate()
22854 if (RefinementSteps == 0 && !Reciprocal) in getSqrtEstimate()
22862 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
22863 RefinementSteps = 0; in getSqrtEstimate()
22882 int &RefinementSteps) const { in getRecipEstimate()
22903 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
22904 RefinementSteps = 1; in getRecipEstimate()
22913 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5131 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
5154 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument