Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h252 int &RefinementSteps, bool &UseOneConstNR,
255 int &RefinementSteps) const override;
H A DAMDGPUISelLowering.cpp4554 int &RefinementSteps, in getSqrtEstimate() argument
4560 RefinementSteps = 0; in getSqrtEstimate()
4572 int &RefinementSteps) const { in getRecipEstimate()
4581 RefinementSteps = 0; in getRecipEstimate()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1438 int &RefinementSteps, bool &UseOneConstNR,
1441 int &RefinementSteps) const override;
H A DPPCISelLowering.cpp13178 int RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3; in getEstimateRefinementSteps() local
13180 RefinementSteps++; in getEstimateRefinementSteps()
13181 return RefinementSteps; in getEstimateRefinementSteps()
13226 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
13234 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
13235 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getSqrtEstimate()
13247 int &RefinementSteps) const { in getRecipEstimate()
13253 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
13254 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getRecipEstimate()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1792 int &RefinementSteps, bool &UseOneConstNR,
1797 int &RefinementSteps) const override;
H A DX86ISelLowering.cpp24286 int &RefinementSteps, in getSqrtEstimate() argument
24305 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
24306 RefinementSteps = 1; in getSqrtEstimate()
24312 if (RefinementSteps == 0 && !Reciprocal) in getSqrtEstimate()
24320 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
24321 RefinementSteps = 0; in getSqrtEstimate()
24340 int &RefinementSteps) const { in getRecipEstimate()
24361 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
24362 RefinementSteps = 1; in getRecipEstimate()
24371 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4775 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument
4798 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument