Searched refs:NoInfsFPMath (Results 1 – 8 of 8) sorted by relevance
127 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()169 unsigned NoInfsFPMath : 1; variable
60 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
521 Options.NoInfsFPMath = getEnableNoInfsFPMath(); in InitTargetOptionsFromCodeGenFlags()
311 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
398 Options.NoInfsFPMath = LangOpts.NoHonorInfs; in initTargetOptions()
718 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
14586 return Options.NoInfsFPMath || N->getFlags().hasNoInfs(); in hasNoInfs()15974 if (Options.NoInfsFPMath || Flags.hasNoInfs()) in visitFDIV()16031 (!Options.NoInfsFPMath && !Flags.hasNoInfs())) in visitFSQRT()
7946 if ((!DAG.getTarget().Options.NoInfsFPMath && !Flags.hasNoInfs()) || in LowerSELECT_CC()