Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h241 int &RefinementSteps, bool &UseOneConstNR,
244 int &RefinementSteps) const override;
H A DAMDGPUISelLowering.cpp4481 int &RefinementSteps, in getSqrtEstimate() argument
4487 RefinementSteps = 0; in getSqrtEstimate()
4499 int &RefinementSteps) const { in getRecipEstimate()
4508 RefinementSteps = 0; in getRecipEstimate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1365 int &RefinementSteps, bool &UseOneConstNR,
1368 int &RefinementSteps) const override;
H A DPPCISelLowering.cpp12667 int RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3; in getEstimateRefinementSteps() local
12669 RefinementSteps++; in getEstimateRefinementSteps()
12670 return RefinementSteps; in getEstimateRefinementSteps()
12715 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
12723 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
12724 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getSqrtEstimate()
12736 int &RefinementSteps) const { in getRecipEstimate()
12742 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
12743 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getRecipEstimate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1658 int &RefinementSteps, bool &UseOneConstNR,
1663 int &RefinementSteps) const override;
H A DX86ISelLowering.cpp22622 int &RefinementSteps, in getSqrtEstimate() argument
22640 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
22641 RefinementSteps = 1; in getSqrtEstimate()
22655 int &RefinementSteps) const { in getRecipEstimate()
22675 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
22676 RefinementSteps = 1; in getRecipEstimate()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4309 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
4325 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument