Searched refs:NoInfsFPMath (Results 1 – 10 of 10) sorted by relevance
97 UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()138 unsigned NoInfsFPMath : 1; variable263 ARE_EQUAL(NoInfsFPMath) &&
71 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
546 Options.NoInfsFPMath = CodeGenOpts.NoInfsFPMath; in CreateTargetMachine()
1538 llvm::toStringRef(CodeGenOpts.NoInfsFPMath)); in ConstructAttributeList()
165 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
278 Options.NoInfsFPMath = EnableNoInfsFPMath; in InitTargetOptionsFromCodeGenFlags()
92 CODEGENOPT(NoInfsFPMath , 1, 0) ///< Assume FP arguments, results not +-Inf.
745 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
487 Opts.NoInfsFPMath = (Args.hasArg(OPT_menable_no_infinities) || in ParseCodeGenArgs()
6021 if (!DAG.getTarget().Options.NoInfsFPMath || in LowerSELECT_CC()