Searched refs:DenormalFPMath (Results 1 – 3 of 3) sorted by relevance
74 CGOPT(DenormalMode::DenormalModeKind, DenormalFPMath) in CGOPT()266 static cl::opt<DenormalMode::DenormalModeKind> DenormalFPMath( in CGOPT() local271 CGBINDOPT(DenormalFPMath); in CGOPT()
2767 llvm::DenormalMode DenormalFPMath = DefaultDenormalFPMath; in RenderFloatingPointOptions() local2824 DenormalFPMath = llvm::DenormalMode::getIEEE(); in RenderFloatingPointOptions()2924 DenormalFPMath = llvm::parseDenormalFPAttribute(A->getValue()); in RenderFloatingPointOptions()2925 DenormalFP32Math = DenormalFPMath; in RenderFloatingPointOptions()2926 if (!DenormalFPMath.isValid()) { in RenderFloatingPointOptions()3049 DenormalFPMath = llvm::DenormalMode::getIEEE(); in RenderFloatingPointOptions()3096 DenormalFPMath = DefaultDenormalFPMath; in RenderFloatingPointOptions()3112 DenormalFPMath == llvm::DenormalMode::getIEEE() && in RenderFloatingPointOptions()3164 if (DenormalFPMath != llvm::DenormalMode::getIEEE()) { in RenderFloatingPointOptions()3167 ArgStr << "-fdenormal-fp-math=" << DenormalFPMath; in RenderFloatingPointOptions()[all …]
339 def DenormalFPMath : ComplexStrAttr<"denormal-fp-math", [FnAttr]>;