Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h376 DenormalMode FP32DenormalMode; variable
384 FP32DenormalMode = Mode; in setFP32DenormalMode()
392 return FP32DenormalMode; in getRawFP32DenormalMode()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h185 llvm::DenormalMode FP32DenormalMode = llvm::DenormalMode::getIEEE();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1487 if (Opts.FP32DenormalMode != llvm::DenormalMode::getIEEE()) in GenerateCodeGenArgs()
1488 GenerateArg(Args, OPT_fdenormal_fp_math_f32_EQ, Opts.FP32DenormalMode.str(), in GenerateCodeGenArgs()
1828 Opts.FP32DenormalMode = llvm::parseDenormalFPAttribute(Val); in ParseCodeGenArgs()
1829 if (!Opts.FP32DenormalMode.isValid()) in ParseCodeGenArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1796 if (CodeGenOpts.FP32DenormalMode != CodeGenOpts.FPDenormalMode) { in getDefaultFunctionAttributes()
1799 CodeGenOpts.FP32DenormalMode.str()); in getDefaultFunctionAttributes()
H A DCodeGenModule.cpp697 CodeGenOpts.FP32DenormalMode.Output != in Release()