Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp522 DenormalMode::DenormalModeKind DenormKind = getDenormalFPMath(); in InitTargetOptionsFromCodeGenFlags() local
525 Options.setFPDenormalMode(DenormalMode(DenormKind, DenormKind)); in InitTargetOptionsFromCodeGenFlags()
676 DenormalMode::DenormalModeKind DenormKind = getDenormalFPMath(); in setFunctionAttributes() local
680 DenormalMode(DenormKind, DenormKind).str()); in setFunctionAttributes()
686 DenormalMode::DenormalModeKind DenormKind = getDenormalFP32Math(); in setFunctionAttributes() local
690 DenormalMode(DenormKind, DenormKind).str()); in setFunctionAttributes()