Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h261 int &RefinementSteps, bool &UseOneConstNR,
265 int &RefinementSteps) const override;
H A DLoongArchISelLowering.cpp8050 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 DAMDGPUISelLowering.h299 int &RefinementSteps, bool &UseOneConstNR,
302 int &RefinementSteps) const override;
H A DAMDGPUISelLowering.cpp5802 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 DPPCISelLowering.h1469 int &RefinementSteps, bool &UseOneConstNR,
1472 int &RefinementSteps) const override;
H A DPPCISelLowering.cpp14529 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 DX86ISelLowering.h1914 int &RefinementSteps, bool &UseOneConstNR,
1919 int &RefinementSteps) const override;
H A DX86ISelLowering.cpp23570 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 DTargetLowering.h5312 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
5335 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument