Searched refs:NoInfsFPMath (Results 1 – 10 of 10) sorted by relevance
137 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()178 unsigned NoInfsFPMath : 1; variable
115 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
544 Options.NoInfsFPMath = getEnableNoInfsFPMath(); in InitTargetOptionsFromCodeGenFlags()
329 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
374 Options.NoInfsFPMath = LangOpts.NoHonorInfs; in initTargetOptions()
735 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
3328 (MI.getFlag(MachineInstr::FmNoInfs) || TM.Options.NoInfsFPMath); in legalizeFlogCommon()3619 if (!(Flags & MachineInstr::FmNoInfs) && !Options.NoInfsFPMath) { in legalizeFExp()
2726 (Flags.hasNoInfs() || Options.NoInfsFPMath); in LowerFLOGCommon()3054 if (!Flags.hasNoInfs() && !Options.NoInfsFPMath) { in lowerFEXP()
15556 return Options.NoInfsFPMath || N->getFlags().hasNoInfs(); in hasNoInfs()17125 if (Options.NoInfsFPMath || Flags.hasNoInfs()) in visitFDIV()17185 (!Options.NoInfsFPMath && !Flags.hasNoInfs())) in visitFSQRT()
8082 if ((!DAG.getTarget().Options.NoInfsFPMath && !Flags.hasNoInfs()) || in LowerSELECT_CC()