Home
last modified time | relevance | path

Searched refs:FPC_Fast (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DCodeGenOptions.h74 FPC_Fast // Aggressively fuse FP ops (E.g. FMA). enumerator
/external/clang/lib/CodeGen/
DBackendUtil.cpp598 case CodeGenOptions::FPC_Fast: in CreateTargetMachine()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp777 Opts.setFPContractMode(CodeGenOptions::FPC_Fast); in ParseCodeGenArgs()
2379 Res.getCodeGenOpts().setFPContractMode(CodeGenOptions::FPC_Fast); in CreateFromArgs()