Searched refs:ExtraSteps (Results 1 – 4 of 4) sorted by relevance
549 int &ExtraSteps, bool &UseOneConst,
1261 int Enabled, int &ExtraSteps, in getSqrtEstimate() argument1268 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()1269 ExtraSteps = 0; in getSqrtEstimate()1284 if (Reciprocal || ExtraSteps > 0) { in getSqrtEstimate()
1120 int &ExtraSteps, bool &UseOneConst,1123 int &ExtraSteps) const override;
9776 int &ExtraSteps) { in getEstimate() argument9784 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()9790 ExtraSteps = VT.getScalarType() == MVT::f64 ? 3 : 2; in getEstimate()9816 int &ExtraSteps, in getSqrtEstimate() argument9822 DAG, ExtraSteps)) { in getSqrtEstimate()9831 for (int i = ExtraSteps; i > 0; --i) { in getSqrtEstimate()9840 ExtraSteps = 0; in getSqrtEstimate()9849 int &ExtraSteps) const { in getRecipEstimate()9852 DAG, ExtraSteps)) { in getRecipEstimate()9861 for (int i = ExtraSteps; i > 0; --i) { in getRecipEstimate()[all …]