Searched refs:NoInfsFPMath (Results 1 – 9 of 9) sorted by relevance
127 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()169 unsigned NoInfsFPMath : 1; variable
1 ; Check that we can enable/disable NoInfsFPMath and NoNaNsInFPMath via function13 ; when both NoInfsFPMath and NoNaNsInFPMath are enabled.
60 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
519 Options.NoInfsFPMath = getEnableNoInfsFPMath(); in InitTargetOptionsFromCodeGenFlags()
315 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
391 Options.NoInfsFPMath = LangOpts.NoHonorInfs; in initTargetOptions()
720 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
13968 return Options.NoInfsFPMath || N->getFlags().hasNoInfs(); in hasNoInfs()15335 if (Options.NoInfsFPMath || Flags.hasNoInfs()) in visitFDIV()15390 (!Options.NoInfsFPMath && !Flags.hasNoInfs())) in visitFSQRT()
7936 if ((!DAG.getTarget().Options.NoInfsFPMath && !Flags.hasNoInfs()) || in LowerSELECT_CC()