Searched refs:ReciprocalEstimate (Results 1 – 7 of 7) sorted by relevance
2084 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()2103 return TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()2107 return TargetLoweringBase::ReciprocalEstimate::Disabled; in getOpEnabled()2111 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()2132 return IsDisabled ? TargetLoweringBase::ReciprocalEstimate::Disabled in getOpEnabled()2133 : TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()2136 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()2144 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()2157 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()2185 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
1190 if (!(Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()1191 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) in getSqrtEstimate()1194 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
487 enum ReciprocalEstimate : int { enum
8003 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()8038 if (Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()8039 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) in getSqrtEstimate()8069 if (Enabled == ReciprocalEstimate::Enabled) in getRecipEstimate()
12723 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()12742 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
22817 if (Enabled == TLI.ReciprocalEstimate::Disabled) in BuildDivEstimate()22956 if (Enabled == TLI.ReciprocalEstimate::Disabled) in buildSqrtEstimateImpl()
22640 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()22672 if (VT == MVT::f32 && Enabled == ReciprocalEstimate::Unspecified) in getRecipEstimate()22675 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()