Searched refs:DenormalFPMath (Results 1 – 2 of 2) sorted by relevance
71 CGOPT(DenormalMode::DenormalModeKind, DenormalFPMath) in CGOPT()254 static cl::opt<DenormalMode::DenormalModeKind> DenormalFPMath( in CGOPT() local259 CGBINDOPT(DenormalFPMath); in CGOPT()
2708 llvm::DenormalMode DenormalFPMath = DefaultDenormalFPMath; in RenderFloatingPointOptions() local2744 DenormalFPMath = llvm::DenormalMode::getIEEE(); in RenderFloatingPointOptions()2843 DenormalFPMath = llvm::parseDenormalFPAttribute(A->getValue()); in RenderFloatingPointOptions()2844 DenormalFP32Math = DenormalFPMath; in RenderFloatingPointOptions()2845 if (!DenormalFPMath.isValid()) { in RenderFloatingPointOptions()2965 DenormalFPMath = llvm::DenormalMode::getIEEE(); in RenderFloatingPointOptions()3008 DenormalFPMath = DefaultDenormalFPMath; in RenderFloatingPointOptions()3024 DenormalFPMath == llvm::DenormalMode::getIEEE() && in RenderFloatingPointOptions()3076 if (DenormalFPMath != llvm::DenormalMode::getIEEE()) { in RenderFloatingPointOptions()3079 ArgStr << "-fdenormal-fp-math=" << DenormalFPMath; in RenderFloatingPointOptions()[all …]