Searched refs:NoInfsFPMath (Results 1 – 12 of 12) sorted by relevance
121 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()169 unsigned NoInfsFPMath : 1; variable
162 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
557 Options.NoInfsFPMath = getEnableNoInfsFPMath(); in InitTargetOptionsFromCodeGenFlags()
407 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
419 Options.NoInfsFPMath = LangOpts.NoHonorInfs; in initTargetOptions()
744 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
2824 (Flags.hasNoInfs() || Options.NoInfsFPMath); in LowerFLOGCommon()3153 if (!Flags.hasNoInfs() && !Options.NoInfsFPMath) { in lowerFEXP()
3482 (MI.getFlag(MachineInstr::FmNoInfs) || TM.Options.NoInfsFPMath); in legalizeFlogCommon()3773 if (!(Flags & MachineInstr::FmNoInfs) && !Options.NoInfsFPMath) { in legalizeFExp()
16862 return Options.NoInfsFPMath || N->getFlags().hasNoInfs(); in hasNoInfs()18126 if ((Options.NoNaNsFPMath && Options.NoInfsFPMath) || in visitFMA()18429 if (Options.NoInfsFPMath || Flags.hasNoInfs()) in visitFDIV()18512 (!Options.NoInfsFPMath && !Flags.hasNoInfs())) in visitFSQRT()
5612 return Options.NoNaNsFPMath || Options.NoInfsFPMath; in canCreateUndefOrPoison()
8273 if ((!DAG.getTarget().Options.NoInfsFPMath && !Flags.hasNoInfs()) || in LowerSELECT_CC()
27073 {"_ZN4llvm12NoInfsFPMathE", "llvm::NoInfsFPMath"},