Lines Matching refs:DenormalMode
69 CGOPT(DenormalMode::DenormalModeKind, DenormalFPMath) in CGOPT()
70 CGOPT(DenormalMode::DenormalModeKind, DenormalFP32Math) in CGOPT()
243 cl::values(clEnumValN(DenormalMode::IEEE, "ieee", in CGOPT()
245 clEnumValN(DenormalMode::PreserveSign, "preserve-sign", in CGOPT()
248 clEnumValN(DenormalMode::PositiveZero, "positive-zero", in CGOPT()
252 static cl::opt<DenormalMode::DenormalModeKind> DenormalFPMath( in CGOPT()
255 cl::init(DenormalMode::IEEE), in CGOPT()
259 static cl::opt<DenormalMode::DenormalModeKind> DenormalFP32Math( in CGOPT()
262 cl::init(DenormalMode::Invalid), in CGOPT()
525 DenormalMode::DenormalModeKind DenormKind = getDenormalFPMath(); in InitTargetOptionsFromCodeGenFlags()
528 Options.setFPDenormalMode(DenormalMode(DenormKind, DenormKind)); in InitTargetOptionsFromCodeGenFlags()
679 DenormalMode::DenormalModeKind DenormKind = getDenormalFPMath(); in setFunctionAttributes()
683 DenormalMode(DenormKind, DenormKind).str()); in setFunctionAttributes()
689 DenormalMode::DenormalModeKind DenormKind = getDenormalFP32Math(); in setFunctionAttributes()
693 DenormalMode(DenormKind, DenormKind).str()); in setFunctionAttributes()