Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1881 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
1900 return TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()
1904 return TargetLoweringBase::ReciprocalEstimate::Disabled; in getOpEnabled()
1908 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
1929 return IsDisabled ? TargetLoweringBase::ReciprocalEstimate::Disabled in getOpEnabled()
1930 : TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()
1933 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
1941 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
1954 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
1982 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1205 if (!(Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()
1206 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) in getSqrtEstimate()
1209 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h353 enum ReciprocalEstimate : int { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6042 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()
6061 if (Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()
6062 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) in getSqrtEstimate()
6101 if (Enabled == ReciprocalEstimate::Enabled) in getRecipEstimate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11972 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
11993 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20609 if (Enabled == TLI.ReciprocalEstimate::Disabled) in BuildDivEstimate()
20748 if (Enabled == TLI.ReciprocalEstimate::Disabled) in buildSqrtEstimateImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp20958 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
20990 if (VT == MVT::f32 && Enabled == ReciprocalEstimate::Unspecified) in getRecipEstimate()
20993 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()