Searched refs:DenormalFPMath (Results 1 – 2 of 2) sorted by relevance
69 CGOPT(DenormalMode::DenormalModeKind, DenormalFPMath) in CGOPT()252 static cl::opt<DenormalMode::DenormalModeKind> DenormalFPMath( in CGOPT() local257 CGBINDOPT(DenormalFPMath); in CGOPT()
2768 llvm::DenormalMode DenormalFPMath = DefaultDenormalFPMath; in RenderFloatingPointOptions() local2800 DenormalFPMath = llvm::DenormalMode::getIEEE(); in RenderFloatingPointOptions()2899 DenormalFPMath = llvm::parseDenormalFPAttribute(A->getValue()); in RenderFloatingPointOptions()2900 DenormalFP32Math = DenormalFPMath; in RenderFloatingPointOptions()2901 if (!DenormalFPMath.isValid()) { in RenderFloatingPointOptions()2997 DenormalFPMath = llvm::DenormalMode::getIEEE(); in RenderFloatingPointOptions()3031 DenormalFPMath = DefaultDenormalFPMath; in RenderFloatingPointOptions()3048 DenormalFPMath == llvm::DenormalMode::getIEEE() && in RenderFloatingPointOptions()3098 if (DenormalFPMath != llvm::DenormalMode::getIEEE()) { in RenderFloatingPointOptions()3101 ArgStr << "-fdenormal-fp-math=" << DenormalFPMath; in RenderFloatingPointOptions()[all …]