Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h283 int &RefinementSteps, bool &UseOneConstNR,
286 int &RefinementSteps) const override;
H A DAMDGPUISelLowering.cpp5522 int &RefinementSteps, in getSqrtEstimate() argument
5528 RefinementSteps = 0; in getSqrtEstimate()
5540 int &RefinementSteps) const { in getRecipEstimate()
5549 RefinementSteps = 0; in getRecipEstimate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1436 int &RefinementSteps, bool &UseOneConstNR,
1439 int &RefinementSteps) const override;
H A DPPCISelLowering.cpp13483 int RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3; in getEstimateRefinementSteps() local
13485 RefinementSteps++; in getEstimateRefinementSteps()
13486 return RefinementSteps; in getEstimateRefinementSteps()
13531 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
13539 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
13540 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getSqrtEstimate()
13552 int &RefinementSteps) const { in getRecipEstimate()
13558 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
13559 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getRecipEstimate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1810 int &RefinementSteps, bool &UseOneConstNR,
1815 int &RefinementSteps) const override;
H A DX86ISelLowering.cpp22647 int &RefinementSteps, in getSqrtEstimate() argument
22666 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
22667 RefinementSteps = 1; in getSqrtEstimate()
22673 if (RefinementSteps == 0 && !Reciprocal) in getSqrtEstimate()
22681 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
22682 RefinementSteps = 0; in getSqrtEstimate()
22701 int &RefinementSteps) const { in getRecipEstimate()
22722 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
22723 RefinementSteps = 1; in getRecipEstimate()
22732 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4977 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
5000 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument