Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2095 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2114 return TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()
2118 return TargetLoweringBase::ReciprocalEstimate::Disabled; in getOpEnabled()
2122 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2143 return IsDisabled ? TargetLoweringBase::ReciprocalEstimate::Disabled in getOpEnabled()
2144 : TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()
2147 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2155 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
2168 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
2196 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1264 if (!(Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()
1265 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) in getSqrtEstimate()
1268 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h515 enum ReciprocalEstimate : int { enum
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9784 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()
9819 if (Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()
9820 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) in getSqrtEstimate()
9850 if (Enabled == ReciprocalEstimate::Enabled) in getRecipEstimate()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp13234 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
13253 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp24305 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
24320 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
24358 if (VT == MVT::f32 && Enabled == ReciprocalEstimate::Unspecified) in getRecipEstimate()
24361 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
24371 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp25842 if (Enabled == TLI.ReciprocalEstimate::Disabled) in BuildDivEstimate()
25982 if (Enabled == TLI.ReciprocalEstimate::Disabled) in buildSqrtEstimateImpl()