Home
last modified time | relevance | path

Searched refs:ReciprocalMath (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DFlang.cpp117 bool ReciprocalMath = false; in addFloatingPointOptions() local
174 ReciprocalMath = true; in addFloatingPointOptions()
177 ReciprocalMath = false; in addFloatingPointOptions()
185 ReciprocalMath = true; in addFloatingPointOptions()
194 ReciprocalMath = false; in addFloatingPointOptions()
209 if (!HonorINFs && !HonorNaNs && AssociativeMath && ReciprocalMath && in addFloatingPointOptions()
234 if (ReciprocalMath) in addFloatingPointOptions()
H A DClang.cpp2690 bool ReciprocalMath = false; in RenderFloatingPointOptions() local
2740 ReciprocalMath = false; in RenderFloatingPointOptions()
2805 case options::OPT_freciprocal_math: ReciprocalMath = true; break; in RenderFloatingPointOptions()
2806 case options::OPT_fno_reciprocal_math: ReciprocalMath = false; break; in RenderFloatingPointOptions()
2948 ReciprocalMath = true; in RenderFloatingPointOptions()
2958 ReciprocalMath = false; in RenderFloatingPointOptions()
2986 ReciprocalMath = true; in RenderFloatingPointOptions()
3004 ReciprocalMath = false; in RenderFloatingPointOptions()
3022 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()
3057 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc && in RenderFloatingPointOptions()
[all …]