Searched refs:RefinementSteps (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 297 int &RefinementSteps, bool &UseOneConstNR, 300 int &RefinementSteps) const override;
|
H A D | AMDGPUISelLowering.cpp | 5579 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 D | PPCISelLowering.h | 1447 int &RefinementSteps, bool &UseOneConstNR, 1450 int &RefinementSteps) const override;
|
H A D | PPCISelLowering.cpp | 13696 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 D | X86ISelLowering.h | 1825 int &RefinementSteps, bool &UseOneConstNR, 1830 int &RefinementSteps) const override;
|
H A D | X86ISelLowering.cpp | 22828 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 D | TargetLowering.h | 5131 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument 5154 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument
|