Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2068 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2087 return TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()
2091 return TargetLoweringBase::ReciprocalEstimate::Disabled; in getOpEnabled()
2095 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2116 return IsDisabled ? TargetLoweringBase::ReciprocalEstimate::Disabled in getOpEnabled()
2117 : TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()
2120 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2128 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
2141 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
2169 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1327 if (!(Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()
1328 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) in getSqrtEstimate()
1331 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h557 enum ReciprocalEstimate : int { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11325 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) { in getEstimate()
11366 if (Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()
11367 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) in getSqrtEstimate()
11397 if (Enabled == ReciprocalEstimate::Enabled) in getRecipEstimate()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13752 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
13771 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22847 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
22862 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
22900 if (VT == MVT::f32 && Enabled == ReciprocalEstimate::Unspecified) in getRecipEstimate()
22903 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
22913 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28067 if (Enabled == TLI.ReciprocalEstimate::Disabled) in BuildDivEstimate()
28207 if (Enabled == TLI.ReciprocalEstimate::Disabled) in buildSqrtEstimateImpl()