Searched refs:DenormalFPMath (Results 1 – 2 of 2) sorted by relevance
63 CGOPT(DenormalMode::DenormalModeKind, DenormalFPMath) in CGOPT()239 static cl::opt<DenormalMode::DenormalModeKind> DenormalFPMath( in CGOPT() local244 CGBINDOPT(DenormalFPMath); in CGOPT()
2632 llvm::DenormalMode DenormalFPMath = DefaultDenormalFPMath; in RenderFloatingPointOptions() local2660 DenormalFPMath = llvm::DenormalMode::getIEEE(); in RenderFloatingPointOptions()2759 DenormalFPMath = llvm::parseDenormalFPAttribute(A->getValue()); in RenderFloatingPointOptions()2760 if (!DenormalFPMath.isValid()) { in RenderFloatingPointOptions()2842 DenormalFPMath = llvm::DenormalMode::getIEEE(); in RenderFloatingPointOptions()2876 DenormalFPMath = DefaultDenormalFPMath; in RenderFloatingPointOptions()2888 DenormalFPMath == llvm::DenormalMode::getIEEE() && in RenderFloatingPointOptions()2934 if (DenormalFPMath != llvm::DenormalMode::getIEEE()) { in RenderFloatingPointOptions()2937 ArgStr << "-fdenormal-fp-math=" << DenormalFPMath; in RenderFloatingPointOptions()2942 if (DenormalFP32Math != DenormalFPMath) { in RenderFloatingPointOptions()