Searched refs:RefinementSteps (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 261 int &RefinementSteps, bool &UseOneConstNR, 265 int &RefinementSteps) const override;
|
| H A D | LoongArchISelLowering.cpp | 8050 int RefinementSteps = VT.getScalarType() == MVT::f64 ? 2 : 1; in getEstimateRefinementSteps() local 8051 return RefinementSteps; in getEstimateRefinementSteps() 8056 int &RefinementSteps, in getSqrtEstimate() argument 8069 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate() 8070 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getSqrtEstimate() 8086 int &RefinementSteps) const { in getRecipEstimate() 8097 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate() 8098 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getRecipEstimate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 299 int &RefinementSteps, bool &UseOneConstNR, 302 int &RefinementSteps) const override;
|
| H A D | AMDGPUISelLowering.cpp | 5802 int &RefinementSteps, in getSqrtEstimate() argument 5808 RefinementSteps = 0; in getSqrtEstimate() 5820 int &RefinementSteps) const { in getRecipEstimate() 5829 RefinementSteps = 0; in getRecipEstimate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1469 int &RefinementSteps, bool &UseOneConstNR, 1472 int &RefinementSteps) const override;
|
| H A D | PPCISelLowering.cpp | 14529 int RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3; in getEstimateRefinementSteps() local 14531 RefinementSteps++; in getEstimateRefinementSteps() 14532 return RefinementSteps; in getEstimateRefinementSteps() 14577 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument 14585 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate() 14586 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getSqrtEstimate() 14598 int &RefinementSteps) const { in getRecipEstimate() 14604 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate() 14605 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getRecipEstimate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1914 int &RefinementSteps, bool &UseOneConstNR, 1919 int &RefinementSteps) const override;
|
| H A D | X86ISelLowering.cpp | 23570 int &RefinementSteps, in getSqrtEstimate() argument 23589 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate() 23590 RefinementSteps = 1; in getSqrtEstimate() 23596 if (RefinementSteps == 0 && !Reciprocal) in getSqrtEstimate() 23604 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate() 23605 RefinementSteps = 0; in getSqrtEstimate() 23624 int &RefinementSteps) const { in getRecipEstimate() 23645 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate() 23646 RefinementSteps = 1; in getRecipEstimate() 23655 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 5312 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument 5335 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument
|