Searched refs:DenormalFPMath (Results 1 – 2 of 2) sorted by relevance
63 CGOPT(DenormalMode::DenormalModeKind, DenormalFPMath) in CGOPT()238 static cl::opt<DenormalMode::DenormalModeKind> DenormalFPMath( in CGOPT() local243 CGBINDOPT(DenormalFPMath); in CGOPT()
2639 llvm::DenormalMode DenormalFPMath = DefaultDenormalFPMath; in RenderFloatingPointOptions() local2667 DenormalFPMath = llvm::DenormalMode::getIEEE(); in RenderFloatingPointOptions()2766 DenormalFPMath = llvm::parseDenormalFPAttribute(A->getValue()); in RenderFloatingPointOptions()2767 if (!DenormalFPMath.isValid()) { in RenderFloatingPointOptions()2849 DenormalFPMath = llvm::DenormalMode::getIEEE(); in RenderFloatingPointOptions()2883 DenormalFPMath = DefaultDenormalFPMath; in RenderFloatingPointOptions()2895 DenormalFPMath == llvm::DenormalMode::getIEEE() && in RenderFloatingPointOptions()2941 if (DenormalFPMath != llvm::DenormalMode::getIEEE()) { in RenderFloatingPointOptions()2944 ArgStr << "-fdenormal-fp-math=" << DenormalFPMath; in RenderFloatingPointOptions()2949 if (DenormalFP32Math != DenormalFPMath) { in RenderFloatingPointOptions()