Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp614 bool ReciprocalMath = false; in addFloatingPointOptions() local
687 ReciprocalMath = true; in addFloatingPointOptions()
690 ReciprocalMath = false; in addFloatingPointOptions()
698 ReciprocalMath = true; in addFloatingPointOptions()
707 ReciprocalMath = false; in addFloatingPointOptions()
733 if (!HonorINFs && !HonorNaNs && AssociativeMath && ReciprocalMath && in addFloatingPointOptions()
758 if (ReciprocalMath) in addFloatingPointOptions()
H A DClang.cpp2785 bool ReciprocalMath = false; in RenderFloatingPointOptions() local
2844 ReciprocalMath = true; in RenderFloatingPointOptions()
2986 ReciprocalMath = false; in RenderFloatingPointOptions()
3043 case options::OPT_freciprocal_math: ReciprocalMath = true; break; in RenderFloatingPointOptions()
3044 case options::OPT_fno_reciprocal_math: ReciprocalMath = false; break; in RenderFloatingPointOptions()
3190 ReciprocalMath = true; in RenderFloatingPointOptions()
3201 ReciprocalMath = false; in RenderFloatingPointOptions()
3228 ReciprocalMath = false; in RenderFloatingPointOptions()
3254 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()
3297 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc && in RenderFloatingPointOptions()
[all …]