Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2084 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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1190 if (!(Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()
1191 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) in getSqrtEstimate()
1194 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h487 enum ReciprocalEstimate : int { enum
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8003 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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp12723 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
12742 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp22817 if (Enabled == TLI.ReciprocalEstimate::Disabled) in BuildDivEstimate()
22956 if (Enabled == TLI.ReciprocalEstimate::Disabled) in buildSqrtEstimateImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp22640 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
22672 if (VT == MVT::f32 && Enabled == ReciprocalEstimate::Unspecified) in getRecipEstimate()
22675 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()