Searched refs:ReciprocalEstimate (Results 1 – 7 of 7) sorted by relevance
1881 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()1900 return TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()1904 return TargetLoweringBase::ReciprocalEstimate::Disabled; in getOpEnabled()1908 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()1929 return IsDisabled ? TargetLoweringBase::ReciprocalEstimate::Disabled in getOpEnabled()1930 : TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()1933 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()1941 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()1954 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()1982 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
1205 if (!(Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()1206 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) in getSqrtEstimate()1209 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
353 enum ReciprocalEstimate : int { enum
6042 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()6061 if (Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()6062 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) in getSqrtEstimate()6101 if (Enabled == ReciprocalEstimate::Enabled) in getRecipEstimate()
11972 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()11993 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
20609 if (Enabled == TLI.ReciprocalEstimate::Disabled) in BuildDivEstimate()20748 if (Enabled == TLI.ReciprocalEstimate::Disabled) in buildSqrtEstimateImpl()
20958 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()20990 if (VT == MVT::f32 && Enabled == ReciprocalEstimate::Unspecified) in getRecipEstimate()20993 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()