Searched refs:ExtraSteps (Results 1 – 4 of 4) sorted by relevance
566 int &ExtraSteps, bool &UseOneConst,
1491 int Enabled, int &ExtraSteps, in getSqrtEstimate() argument1498 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()1499 ExtraSteps = 0; in getSqrtEstimate()1514 if (Reciprocal || ExtraSteps > 0) { in getSqrtEstimate()
1207 int &ExtraSteps, bool &UseOneConst,1210 int &ExtraSteps) const override;
10297 int &ExtraSteps) { in getEstimate() argument10305 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()10311 ExtraSteps = VT.getScalarType() == MVT::f64 ? 3 : 2; in getEstimate()10337 int &ExtraSteps, in getSqrtEstimate() argument10343 DAG, ExtraSteps)) { in getSqrtEstimate()10352 for (int i = ExtraSteps; i > 0; --i) { in getSqrtEstimate()10361 ExtraSteps = 0; in getSqrtEstimate()10370 int &ExtraSteps) const { in getRecipEstimate()10373 DAG, ExtraSteps)) { in getRecipEstimate()10382 for (int i = ExtraSteps; i > 0; --i) { in getRecipEstimate()[all …]