Searched refs:ExtraSteps (Results 1 – 4 of 4) sorted by relevance
668 int &ExtraSteps, bool &UseOneConst,671 int &ExtraSteps) const override;
5466 int &ExtraSteps) { in getEstimate() argument5472 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()5478 ExtraSteps = VT.getScalarType() == MVT::f64 ? 3 : 2; in getEstimate()5488 int &ExtraSteps, in getSqrtEstimate() argument5494 DAG, ExtraSteps)) { in getSqrtEstimate()5503 for (int i = ExtraSteps; i > 0; --i) { in getSqrtEstimate()5521 ExtraSteps = 0; in getSqrtEstimate()5530 int &ExtraSteps) const { in getRecipEstimate()5533 DAG, ExtraSteps)) { in getRecipEstimate()5542 for (int i = ExtraSteps; i > 0; --i) { in getRecipEstimate()[all …]
534 int &ExtraSteps, bool &UseOneConst,
1196 int Enabled, int &ExtraSteps, in getSqrtEstimate() argument1203 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()1204 ExtraSteps = 0; in getSqrtEstimate()1219 if (Reciprocal || ExtraSteps > 0) { in getSqrtEstimate()