reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1877 return TargetLoweringBase::ReciprocalEstimate::Unspecified; 1896 return TargetLoweringBase::ReciprocalEstimate::Enabled; 1900 return TargetLoweringBase::ReciprocalEstimate::Disabled; 1904 return TargetLoweringBase::ReciprocalEstimate::Unspecified; 1925 return IsDisabled ? TargetLoweringBase::ReciprocalEstimate::Disabled 1926 : TargetLoweringBase::ReciprocalEstimate::Enabled; 1929 return TargetLoweringBase::ReciprocalEstimate::Unspecified; 1937 return TargetLoweringBase::ReciprocalEstimate::Unspecified; 1950 return TargetLoweringBase::ReciprocalEstimate::Unspecified; 1978 return TargetLoweringBase::ReciprocalEstimate::Unspecified;lib/Target/AArch64/AArch64ISelLowering.cpp
5757 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) 5776 if (Enabled == ReciprocalEstimate::Enabled || 5777 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) 5816 if (Enabled == ReciprocalEstimate::Enabled)lib/Target/NVPTX/NVPTXISelLowering.cpp
1204 if (!(Enabled == ReciprocalEstimate::Enabled || 1205 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) 1208 if (ExtraSteps == ReciprocalEstimate::Unspecified)lib/Target/PowerPC/PPCISelLowering.cpp
11656 if (RefinementSteps == ReciprocalEstimate::Unspecified) 11677 if (RefinementSteps == ReciprocalEstimate::Unspecified)lib/Target/X86/X86ISelLowering.cpp
20249 if (RefinementSteps == ReciprocalEstimate::Unspecified) 20281 if (VT == MVT::f32 && Enabled == ReciprocalEstimate::Unspecified) 20284 if (RefinementSteps == ReciprocalEstimate::Unspecified)