Searched refs:DenormalFPMath (Results 1 – 3 of 3) sorted by relevance
74 CGOPT(DenormalMode::DenormalModeKind, DenormalFPMath) in CGOPT()271 static cl::opt<DenormalMode::DenormalModeKind> DenormalFPMath( in CGOPT() local276 CGBINDOPT(DenormalFPMath); in CGOPT()
418 def DenormalFPMath : ComplexStrAttr<"denormal-fp-math", [FnAttr]>;
2797 llvm::DenormalMode DenormalFPMath = in RenderFloatingPointOptions() local3088 DenormalFPMath = llvm::parseDenormalFPAttribute(A->getValue()); in RenderFloatingPointOptions()3089 DenormalFP32Math = DenormalFPMath; in RenderFloatingPointOptions()3090 if (!DenormalFPMath.isValid()) { in RenderFloatingPointOptions()3316 if (DenormalFPMath != llvm::DenormalMode::getIEEE()) { in RenderFloatingPointOptions()3319 ArgStr << "-fdenormal-fp-math=" << DenormalFPMath; in RenderFloatingPointOptions()3324 if (DenormalFP32Math != DenormalFPMath) { in RenderFloatingPointOptions()