Searched refs:RefinementSteps (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 283 int &RefinementSteps, bool &UseOneConstNR, 286 int &RefinementSteps) const override;
|
| H A D | AMDGPUISelLowering.cpp | 5522 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 D | PPCISelLowering.h | 1436 int &RefinementSteps, bool &UseOneConstNR, 1439 int &RefinementSteps) const override;
|
| H A D | PPCISelLowering.cpp | 13483 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 D | X86ISelLowering.h | 1810 int &RefinementSteps, bool &UseOneConstNR, 1815 int &RefinementSteps) const override;
|
| H A D | X86ISelLowering.cpp | 22647 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 D | TargetLowering.h | 4977 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument 5000 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument
|