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.cpp504 bool AssociativeMath = false; in addFloatingPointOptions() local
556 AssociativeMath = true; in addFloatingPointOptions()
559 AssociativeMath = false; in addFloatingPointOptions()
572 AssociativeMath = true; in addFloatingPointOptions()
581 AssociativeMath = false; in addFloatingPointOptions()
597 if (!HonorINFs && !HonorNaNs && AssociativeMath && ReciprocalMath && in addFloatingPointOptions()
619 if (AssociativeMath && !SignedZeros) in addFloatingPointOptions()
H A DClang.cpp2859 bool AssociativeMath = false; in RenderFloatingPointOptions() local
2897 AssociativeMath = true; in RenderFloatingPointOptions()
3020 AssociativeMath = false; in RenderFloatingPointOptions()
3065 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()
3066 case options::OPT_fno_associative_math: AssociativeMath = false; break; in RenderFloatingPointOptions()
3199 AssociativeMath = true; in RenderFloatingPointOptions()
3209 AssociativeMath = false; in RenderFloatingPointOptions()
3239 AssociativeMath = false; in RenderFloatingPointOptions()
3262 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()
3295 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc && in RenderFloatingPointOptions()
[all …]