Searched refs:NoInfsFPMath (Results 1 – 11 of 11) sorted by relevance
138 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()184 unsigned NoInfsFPMath : 1; variable
136 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
552 Options.NoInfsFPMath = getEnableNoInfsFPMath(); in InitTargetOptionsFromCodeGenFlags()
347 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
383 Options.NoInfsFPMath = LangOpts.NoHonorInfs; in initTargetOptions()
735 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
3424 (MI.getFlag(MachineInstr::FmNoInfs) || TM.Options.NoInfsFPMath); in legalizeFlogCommon()3715 if (!(Flags & MachineInstr::FmNoInfs) && !Options.NoInfsFPMath) { in legalizeFExp()
2767 (Flags.hasNoInfs() || Options.NoInfsFPMath); in LowerFLOGCommon()3095 if (!Flags.hasNoInfs() && !Options.NoInfsFPMath) { in lowerFEXP()
15858 return Options.NoInfsFPMath || N->getFlags().hasNoInfs(); in hasNoInfs()17429 if (Options.NoInfsFPMath || Flags.hasNoInfs()) in visitFDIV()17512 (!Options.NoInfsFPMath && !Flags.hasNoInfs())) in visitFSQRT()
5303 return Options.NoNaNsFPMath || Options.NoInfsFPMath; in canCreateUndefOrPoison()
8207 if ((!DAG.getTarget().Options.NoInfsFPMath && !Flags.hasNoInfs()) || in LowerSELECT_CC()