Searched refs:NoInfsFPMath (Results 1 – 14 of 14) sorted by relevance
96 UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()139 unsigned NoInfsFPMath : 1; variable272 ARE_EQUAL(NoInfsFPMath) &&
78 extern bool NoInfsFPMath;
33 bool NoInfsFPMath; variable85 cl::location(NoInfsFPMath),
78 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
89 tOpts.NoInfsFPMath = false; in JitManager()
293 Options.NoInfsFPMath = EnableNoInfsFPMath; in InitTargetOptionsFromCodeGenFlags()
619 Options.NoInfsFPMath = CodeGenOpts.NoInfsFPMath; in CreateTargetMachine()
1726 llvm::toStringRef(CodeGenOpts.NoInfsFPMath)); in ConstructAttributeList()
178 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
106 CODEGENOPT(NoInfsFPMath , 1, 0) ///< Assume FP arguments, results not +-Inf.
750 if (NoInfsFPMath && NoNaNsFPMath) in emitAttributes()
780 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
560 Opts.NoInfsFPMath = (Args.hasArg(OPT_menable_no_infinities) || in ParseCodeGenArgs()
6283 if (!DAG.getTarget().Options.NoInfsFPMath || in LowerSELECT_CC()