Home
last modified time | relevance | path

Searched refs:FPC_On (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Frontend/
DCodeGenOptions.h73 FPC_On, // Form fused FP ops according to FP_CONTRACT rules. enumerator
DCodeGenOptions.def69 ENUM_CODEGENOPT(FPContractMode, FPContractModeKind, 2, FPC_On)
/external/clang/lib/CodeGen/
DBackendUtil.cpp595 case CodeGenOptions::FPC_On: in CreateTargetMachine()
DCGExprScalar.cpp2551 if (CGF.CGM.getCodeGenOpts().getFPContractMode() != CodeGenOptions::FPC_On) in tryEmitFMulAdd()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp779 Opts.setFPContractMode(CodeGenOptions::FPC_On); in ParseCodeGenArgs()