Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DFlang.cpp116 bool AssociativeMath = false; in addFloatingPointOptions() local
168 AssociativeMath = true; in addFloatingPointOptions()
171 AssociativeMath = false; in addFloatingPointOptions()
184 AssociativeMath = true; in addFloatingPointOptions()
193 AssociativeMath = false; in addFloatingPointOptions()
209 if (!HonorINFs && !HonorNaNs && AssociativeMath && ReciprocalMath && in addFloatingPointOptions()
231 if (AssociativeMath && !SignedZeros) in addFloatingPointOptions()
H A DClang.cpp2689 bool AssociativeMath = false; in RenderFloatingPointOptions() local
2739 AssociativeMath = false; in RenderFloatingPointOptions()
2803 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()
2804 case options::OPT_fno_associative_math: AssociativeMath = false; break; in RenderFloatingPointOptions()
2947 AssociativeMath = true; in RenderFloatingPointOptions()
2957 AssociativeMath = false; in RenderFloatingPointOptions()
2985 AssociativeMath = true; in RenderFloatingPointOptions()
3003 AssociativeMath = false; in RenderFloatingPointOptions()
3022 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()
3057 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc && in RenderFloatingPointOptions()
[all …]