Home
last modified time | relevance | path

Searched refs:FastMath (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp598 if (LangOpts.FastMath) in InitializePredefinedMacros()
781 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()
H A DCompilerInvocation.cpp1638 Opts.FastMath = Args.hasArg(OPT_ffast_math) || in ParseLangArgs()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.def142 LANGOPT(FastMath , 1, 0, "__FAST_MATH__ predefined macro")
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp60 if (CGM.getLangOpts().FastMath) in CodeGenFunction()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5253 bool FastMath = FP && I->hasUnsafeAlgebra(); in isReductionInstr() local
5274 return ReductionInstDesc(Kind == RK_FloatMult && FastMath, I); in isReductionInstr()
5277 return ReductionInstDesc(Kind == RK_FloatAdd && FastMath, I); in isReductionInstr()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargets.cpp4732 if (Opts.FastMath || Opts.FiniteMathOnly) in getTargetDefines()