Searched refs:NoInfsFPMath (Results 1 – 13 of 13) sorted by relevance
110 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions()144 unsigned NoInfsFPMath : 1; variable
64 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
204 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
463 Options.NoInfsFPMath = CodeGenOpts.NoInfsFPMath; in initTargetOptions()
1761 llvm::toStringRef(CodeGenOpts.NoInfsFPMath)); in ConstructDefaultFnAttrList()
281 Options.NoInfsFPMath = EnableNoInfsFPMath;
137 CODEGENOPT(NoInfsFPMath , 1, 0) ///< Assume FP arguments, results not +-Inf.
1693 if (Options.UnsafeFPMath || Options.NoInfsFPMath) in setFastFlags()
713 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
826 Opts.NoInfsFPMath = (Args.hasArg(OPT_menable_no_infinities) || in ParseCodeGenArgs()
3761 bool CanUseFiniteLibCall = TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath; in ConvertNodeToLibcall()
10961 if (!Options.NoInfsFPMath) in visitFMULForFMADistributiveCombine()
6904 if (!DAG.getTarget().Options.NoInfsFPMath || in LowerSELECT_CC()