Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp613 bool AssociativeMath = false; in addFloatingPointOptions() local
681 AssociativeMath = true; in addFloatingPointOptions()
684 AssociativeMath = false; in addFloatingPointOptions()
697 AssociativeMath = true; in addFloatingPointOptions()
706 AssociativeMath = false; in addFloatingPointOptions()
733 if (!HonorINFs && !HonorNaNs && AssociativeMath && ReciprocalMath && in addFloatingPointOptions()
755 if (AssociativeMath && !SignedZeros) in addFloatingPointOptions()
H A DClang.cpp2784 bool AssociativeMath = false; in RenderFloatingPointOptions() local
2843 AssociativeMath = true; in RenderFloatingPointOptions()
2985 AssociativeMath = false; in RenderFloatingPointOptions()
3041 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()
3042 case options::OPT_fno_associative_math: AssociativeMath = false; break; in RenderFloatingPointOptions()
3189 AssociativeMath = true; in RenderFloatingPointOptions()
3200 AssociativeMath = false; in RenderFloatingPointOptions()
3227 AssociativeMath = false; in RenderFloatingPointOptions()
3254 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()
3297 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc && in RenderFloatingPointOptions()
[all …]