Searched refs:DenormalFP32Math (Results 1 – 2 of 2) sorted by relevance
75 CGOPT(DenormalMode::DenormalModeKind, DenormalFP32Math) in CGOPT()273 static cl::opt<DenormalMode::DenormalModeKind> DenormalFP32Math( in CGOPT() local278 CGBINDOPT(DenormalFP32Math); in CGOPT()
2768 llvm::DenormalMode DenormalFP32Math = DefaultDenormalFP32Math; in RenderFloatingPointOptions() local2828 DenormalFP32Math = llvm::DenormalMode::getIEEE(); in RenderFloatingPointOptions()2925 DenormalFP32Math = DenormalFPMath; in RenderFloatingPointOptions()2933 DenormalFP32Math = llvm::parseDenormalFPAttribute(A->getValue()); in RenderFloatingPointOptions()2934 if (!DenormalFP32Math.isValid()) { in RenderFloatingPointOptions()3050 DenormalFP32Math = llvm::DenormalMode::getIEEE(); in RenderFloatingPointOptions()3097 DenormalFP32Math = llvm::DenormalMode::getIEEE(); in RenderFloatingPointOptions()3113 DenormalFP32Math == llvm::DenormalMode::getIEEE() && in RenderFloatingPointOptions()3172 if (DenormalFP32Math != DenormalFPMath) { in RenderFloatingPointOptions()3175 ArgStr << "-fdenormal-fp-math-f32=" << DenormalFP32Math; in RenderFloatingPointOptions()