Searched refs:RefinementSteps (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 246 int &RefinementSteps, bool &UseOneConstNR, 249 int &RefinementSteps) const override;
|
D | AMDGPUISelLowering.cpp | 4387 int &RefinementSteps, in getSqrtEstimate() argument 4393 RefinementSteps = 0; in getSqrtEstimate() 4405 int &RefinementSteps) const { in getRecipEstimate() 4414 RefinementSteps = 0; in getRecipEstimate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 1222 int &RefinementSteps, bool &UseOneConstNR, 1225 int &RefinementSteps) const override;
|
D | PPCISelLowering.cpp | 11955 int RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3; in getEstimateRefinementSteps() local 11957 RefinementSteps++; in getEstimateRefinementSteps() 11958 return RefinementSteps; in getEstimateRefinementSteps() 11962 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument 11972 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate() 11973 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getSqrtEstimate() 11985 int &RefinementSteps) const { in getRecipEstimate() 11993 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate() 11994 RefinementSteps = getEstimateRefinementSteps(VT, Subtarget); in getRecipEstimate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1521 int &RefinementSteps, bool &UseOneConstNR, 1526 int &RefinementSteps) const override;
|
D | X86ISelLowering.cpp | 20940 int &RefinementSteps, in getSqrtEstimate() argument 20958 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate() 20959 RefinementSteps = 1; in getSqrtEstimate() 20973 int &RefinementSteps) const { in getRecipEstimate() 20993 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate() 20994 RefinementSteps = 1; in getRecipEstimate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 4023 int Enabled, int &RefinementSteps, in getSqrtEstimate() argument 4039 int Enabled, int &RefinementSteps) const { in getRecipEstimate() argument
|