Searched refs:ExtraSteps (Results 1 – 4 of 4) sorted by relevance
543 int &ExtraSteps, bool &UseOneConst,
1241 int Enabled, int &ExtraSteps, in getSqrtEstimate() argument1248 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()1249 ExtraSteps = 0; in getSqrtEstimate()1264 if (Reciprocal || ExtraSteps > 0) { in getSqrtEstimate()
1069 int &ExtraSteps, bool &UseOneConst,1072 int &ExtraSteps) const override;
8828 int &ExtraSteps) { in getEstimate() argument8836 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()8842 ExtraSteps = VT.getScalarType() == MVT::f64 ? 3 : 2; in getEstimate()8868 int &ExtraSteps, in getSqrtEstimate() argument8874 DAG, ExtraSteps)) { in getSqrtEstimate()8883 for (int i = ExtraSteps; i > 0; --i) { in getSqrtEstimate()8892 ExtraSteps = 0; in getSqrtEstimate()8901 int &ExtraSteps) const { in getRecipEstimate()8904 DAG, ExtraSteps)) { in getRecipEstimate()8913 for (int i = ExtraSteps; i > 0; --i) { in getRecipEstimate()[all …]