Lines Matching refs:DenormalMode
62 CGOPT(DenormalMode::DenormalModeKind, DenormalFPMath) in CGOPT()
63 CGOPT(DenormalMode::DenormalModeKind, DenormalFP32Math) in CGOPT()
230 cl::values(clEnumValN(DenormalMode::IEEE, "ieee", in CGOPT()
232 clEnumValN(DenormalMode::PreserveSign, "preserve-sign", in CGOPT()
235 clEnumValN(DenormalMode::PositiveZero, "positive-zero", in CGOPT()
239 static cl::opt<DenormalMode::DenormalModeKind> DenormalFPMath( in CGOPT()
242 cl::init(DenormalMode::IEEE), in CGOPT()
246 static cl::opt<DenormalMode::DenormalModeKind> DenormalFP32Math( in CGOPT()
249 cl::init(DenormalMode::Invalid), in CGOPT()
522 DenormalMode::DenormalModeKind DenormKind = getDenormalFPMath(); in InitTargetOptionsFromCodeGenFlags()
525 Options.setFPDenormalMode(DenormalMode(DenormKind, DenormKind)); in InitTargetOptionsFromCodeGenFlags()
676 DenormalMode::DenormalModeKind DenormKind = getDenormalFPMath(); in setFunctionAttributes()
680 DenormalMode(DenormKind, DenormKind).str()); in setFunctionAttributes()
686 DenormalMode::DenormalModeKind DenormKind = getDenormalFP32Math(); in setFunctionAttributes()
690 DenormalMode(DenormKind, DenormKind).str()); in setFunctionAttributes()