Searched refs:ReciprocalEstimate (Results 1 – 7 of 7) sorted by relevance
2110 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()2129 return TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()2133 return TargetLoweringBase::ReciprocalEstimate::Disabled; in getOpEnabled()2137 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()2158 return IsDisabled ? TargetLoweringBase::ReciprocalEstimate::Disabled in getOpEnabled()2159 : TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()2162 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()2170 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()2183 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()2211 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
1244 if (!(Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()1245 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) in getSqrtEstimate()1248 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
510 enum ReciprocalEstimate : int { enum
8836 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()8871 if (Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()8872 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) in getSqrtEstimate()8902 if (Enabled == ReciprocalEstimate::Enabled) in getRecipEstimate()
13091 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()13110 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
23852 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()23867 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()23905 if (VT == MVT::f32 && Enabled == ReciprocalEstimate::Unspecified) in getRecipEstimate()23908 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()23918 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
24395 if (Enabled == TLI.ReciprocalEstimate::Disabled) in BuildDivEstimate()24535 if (Enabled == TLI.ReciprocalEstimate::Disabled) in buildSqrtEstimateImpl()