Searched refs:NoInfsFPMath (Results 1 – 8 of 8) sorted by relevance
109 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions()144 unsigned NoInfsFPMath : 1; variable
63 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
219 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
294 Options.NoInfsFPMath = EnableNoInfsFPMath;
1726 if (Options.UnsafeFPMath || Options.NoInfsFPMath) in setFastFlags()
702 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
7567 bool HasNoInfs = DAG.getTarget().Options.NoInfsFPMath; in LowerSELECT_CC()
12046 if (!Options.NoInfsFPMath) in visitFMULForFMADistributiveCombine()