Searched refs:RefinementSteps (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 241 int &RefinementSteps, bool &UseOneConstNR, 244 int &RefinementSteps) const override;
|
| H A D | AMDGPUISelLowering.cpp | 4481 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 D | PPCISelLowering.h | 1365 int &RefinementSteps, bool &UseOneConstNR, 1368 int &RefinementSteps) const override;
|
| H A D | PPCISelLowering.cpp | 12667 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 D | X86ISelLowering.h | 1658 int &RefinementSteps, bool &UseOneConstNR, 1663 int &RefinementSteps) const override;
|
| H A D | X86ISelLowering.cpp | 22622 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 D | TargetLowering.h | 4309 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument 4325 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument
|