Searched refs:DenormalFPMath (Results 1 – 3 of 3) sorted by relevance
74 CGOPT(DenormalMode::DenormalModeKind, DenormalFPMath) in CGOPT()270 static cl::opt<DenormalMode::DenormalModeKind> DenormalFPMath( in CGOPT() local275 CGBINDOPT(DenormalFPMath); in CGOPT()
357 def DenormalFPMath : ComplexStrAttr<"denormal-fp-math", [FnAttr]>;
2872 llvm::DenormalMode DenormalFPMath = in RenderFloatingPointOptions() local3105 DenormalFPMath = llvm::parseDenormalFPAttribute(A->getValue()); in RenderFloatingPointOptions()3106 DenormalFP32Math = DenormalFPMath; in RenderFloatingPointOptions()3107 if (!DenormalFPMath.isValid()) { in RenderFloatingPointOptions()3314 if (DenormalFPMath != llvm::DenormalMode::getIEEE()) { in RenderFloatingPointOptions()3317 ArgStr << "-fdenormal-fp-math=" << DenormalFPMath; in RenderFloatingPointOptions()3322 if (DenormalFP32Math != DenormalFPMath) { in RenderFloatingPointOptions()