Searched refs:ReciprocalEstimate (Results 1 – 7 of 7) sorted by relevance
2095 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()2114 return TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()2118 return TargetLoweringBase::ReciprocalEstimate::Disabled; in getOpEnabled()2122 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()2143 return IsDisabled ? TargetLoweringBase::ReciprocalEstimate::Disabled in getOpEnabled()2144 : TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()2147 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()2155 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()2168 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()2196 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
1264 if (!(Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()1265 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) in getSqrtEstimate()1268 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
515 enum ReciprocalEstimate : int { enum
9784 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()9819 if (Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()9820 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) in getSqrtEstimate()9850 if (Enabled == ReciprocalEstimate::Enabled) in getRecipEstimate()
13234 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()13253 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
24305 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()24320 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()24358 if (VT == MVT::f32 && Enabled == ReciprocalEstimate::Unspecified) in getRecipEstimate()24361 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()24371 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
25842 if (Enabled == TLI.ReciprocalEstimate::Disabled) in BuildDivEstimate()25982 if (Enabled == TLI.ReciprocalEstimate::Disabled) in buildSqrtEstimateImpl()