Searched refs:ExtraSteps (Results 1 – 4 of 4) sorted by relevance
533 int &ExtraSteps, bool &UseOneConst,
1187 int Enabled, int &ExtraSteps, in getSqrtEstimate() argument1194 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()1195 ExtraSteps = 0; in getSqrtEstimate()1210 if (Reciprocal || ExtraSteps > 0) { in getSqrtEstimate()
1026 int &ExtraSteps, bool &UseOneConst,1029 int &ExtraSteps) const override;
7997 int &ExtraSteps) { in getEstimate() argument8003 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()8009 ExtraSteps = VT.getScalarType() == MVT::f64 ? 3 : 2; in getEstimate()8035 int &ExtraSteps, in getSqrtEstimate() argument8041 DAG, ExtraSteps)) { in getSqrtEstimate()8050 for (int i = ExtraSteps; i > 0; --i) { in getSqrtEstimate()8059 ExtraSteps = 0; in getSqrtEstimate()8068 int &ExtraSteps) const { in getRecipEstimate()8071 DAG, ExtraSteps)) { in getRecipEstimate()8080 for (int i = ExtraSteps; i > 0; --i) { in getRecipEstimate()[all …]