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()
1007 int &ExtraSteps, bool &UseOneConst,1010 int &ExtraSteps) const override;
7668 int &ExtraSteps) { in getEstimate() argument7674 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()7680 ExtraSteps = VT.getScalarType() == MVT::f64 ? 3 : 2; in getEstimate()7706 int &ExtraSteps, in getSqrtEstimate() argument7712 DAG, ExtraSteps)) { in getSqrtEstimate()7721 for (int i = ExtraSteps; i > 0; --i) { in getSqrtEstimate()7730 ExtraSteps = 0; in getSqrtEstimate()7739 int &ExtraSteps) const { in getRecipEstimate()7742 DAG, ExtraSteps)) { in getRecipEstimate()7751 for (int i = ExtraSteps; i > 0; --i) { in getRecipEstimate()[all …]