Searched refs:ReciprocalEstimate (Results 1 – 7 of 7) sorted by relevance
2068 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()2087 return TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()2091 return TargetLoweringBase::ReciprocalEstimate::Disabled; in getOpEnabled()2095 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()2116 return IsDisabled ? TargetLoweringBase::ReciprocalEstimate::Disabled in getOpEnabled()2117 : TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()2120 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()2128 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()2141 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()2169 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
1327 if (!(Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()1328 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) in getSqrtEstimate()1331 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
557 enum ReciprocalEstimate : int { enum
11325 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) { in getEstimate()11366 if (Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()11367 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) in getSqrtEstimate()11397 if (Enabled == ReciprocalEstimate::Enabled) in getRecipEstimate()
13752 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()13771 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
22847 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()22862 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()22900 if (VT == MVT::f32 && Enabled == ReciprocalEstimate::Unspecified) in getRecipEstimate()22903 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()22913 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
28067 if (Enabled == TLI.ReciprocalEstimate::Disabled) in BuildDivEstimate()28207 if (Enabled == TLI.ReciprocalEstimate::Disabled) in buildSqrtEstimateImpl()