Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2078 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2097 return TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()
2101 return TargetLoweringBase::ReciprocalEstimate::Disabled; in getOpEnabled()
2105 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2126 return IsDisabled ? TargetLoweringBase::ReciprocalEstimate::Disabled in getOpEnabled()
2127 : TargetLoweringBase::ReciprocalEstimate::Enabled; in getOpEnabled()
2130 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpEnabled()
2138 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
2151 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
2179 return TargetLoweringBase::ReciprocalEstimate::Unspecified; in getOpRefinementSteps()
/external/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()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1189 if (!(Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()
1190 (Enabled == ReciprocalEstimate::Unspecified && !usePrecSqrtF32()))) in getSqrtEstimate()
1193 if (ExtraSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h353 enum ReciprocalEstimate : int { enum
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h478 enum ReciprocalEstimate : int { enum
/external/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()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7318 if (ExtraSteps == TargetLoweringBase::ReciprocalEstimate::Unspecified) in getEstimate()
7337 if (Enabled == ReciprocalEstimate::Enabled || in getSqrtEstimate()
7338 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) in getSqrtEstimate()
7377 if (Enabled == ReciprocalEstimate::Enabled) in getRecipEstimate()
/external/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()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp12817 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
12836 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp22083 if (Enabled == TLI.ReciprocalEstimate::Disabled) in BuildDivEstimate()
22222 if (Enabled == TLI.ReciprocalEstimate::Disabled) in buildSqrtEstimateImpl()
/external/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()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp22188 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
22220 if (VT == MVT::f32 && Enabled == ReciprocalEstimate::Unspecified) in getRecipEstimate()
22223 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()