Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCodeGenOptions.def108 CODEGENOPT(ReciprocalMath , 1, 0) ///< Allow FP divisions to be reassociated.
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp79 if (CGM.getCodeGenOpts().ReciprocalMath) { in CodeGenFunction()
/external/clang/lib/Driver/
DTools.cpp4215 bool ReciprocalMath = false; in ConstructJob() local
4224 ReciprocalMath = true; in ConstructJob()
4245 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in ConstructJob()
4252 if (ReciprocalMath) in ConstructJob()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp569 Opts.ReciprocalMath = Args.hasArg(OPT_freciprocal_math); in ParseCodeGenArgs()