Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp492 bool AssociativeMath = false; in addFloatingPointOptions() local
544 AssociativeMath = true; in addFloatingPointOptions()
547 AssociativeMath = false; in addFloatingPointOptions()
560 AssociativeMath = true; in addFloatingPointOptions()
569 AssociativeMath = false; in addFloatingPointOptions()
585 if (!HonorINFs && !HonorNaNs && AssociativeMath && ReciprocalMath && in addFloatingPointOptions()
607 if (AssociativeMath && !SignedZeros) in addFloatingPointOptions()
H A DClang.cpp2748 bool AssociativeMath = false; in RenderFloatingPointOptions() local
2819 AssociativeMath = false; in RenderFloatingPointOptions()
2882 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()
2883 case options::OPT_fno_associative_math: AssociativeMath = false; break; in RenderFloatingPointOptions()
3031 AssociativeMath = true; in RenderFloatingPointOptions()
3041 AssociativeMath = false; in RenderFloatingPointOptions()
3069 AssociativeMath = true; in RenderFloatingPointOptions()
3091 AssociativeMath = false; in RenderFloatingPointOptions()
3110 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()
3145 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc && in RenderFloatingPointOptions()
[all …]