Searched refs:RefinementSteps (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 229 int &RefinementSteps, bool &UseOneConstNR, 232 int &RefinementSteps) const override;
|
| H A D | AMDGPUISelLowering.cpp | 4228 int &RefinementSteps, in getSqrtEstimate() argument 4234 RefinementSteps = 0; in getSqrtEstimate() 4246 int &RefinementSteps) const { in getRecipEstimate() 4255 RefinementSteps = 0; in getRecipEstimate()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1134 int &RefinementSteps, bool &UseOneConstNR, 1137 int &RefinementSteps) const override;
|
| H A D | PPCISelLowering.cpp | 10989 int RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3; in getEstimateRefinementSteps() local 10991 RefinementSteps++; in getEstimateRefinementSteps() 10992 return RefinementSteps; in getEstimateRefinementSteps() 10996 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument 11006 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate() 11007 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getSqrtEstimate() 11017 int &RefinementSteps) const { in getRecipEstimate() 11025 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate() 11026 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getRecipEstimate()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1394 int &RefinementSteps, bool &UseOneConstNR, 1399 int &RefinementSteps) const override;
|
| H A D | X86ISelLowering.cpp | 19044 int &RefinementSteps, in getSqrtEstimate() argument 19062 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate() 19063 RefinementSteps = 1; in getSqrtEstimate() 19077 int &RefinementSteps) const { in getRecipEstimate() 19097 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate() 19098 RefinementSteps = 1; in getRecipEstimate()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3684 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument 3700 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument
|