Home
last modified time | relevance | path

Searched refs:DenormalFPMath (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp74 CGOPT(DenormalMode::DenormalModeKind, DenormalFPMath) in CGOPT()
270 static cl::opt<DenormalMode::DenormalModeKind> DenormalFPMath( in CGOPT() local
275 CGBINDOPT(DenormalFPMath); in CGOPT()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td357 def DenormalFPMath : ComplexStrAttr<"denormal-fp-math", [FnAttr]>;
/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2872 llvm::DenormalMode DenormalFPMath = in RenderFloatingPointOptions() local
3105 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()