Home
last modified time | relevance | path

Searched refs:ReciprocalEstimate (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2110 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()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1244 if (!(Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()
1245 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) in getSqrtEstimate()
1248 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h510 enum ReciprocalEstimate : int { enum
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8836 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()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13091 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
13110 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23852 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()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24395 if (Enabled == TLI.ReciprocalEstimate::Disabled) in BuildDivEstimate()
24535 if (Enabled == TLI.ReciprocalEstimate::Disabled) in buildSqrtEstimateImpl()