Searched refs:NoInfsFPMath (Results 1 – 11 of 11) sorted by relevance
46 UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions()91 unsigned NoInfsFPMath : 1; variable202 ARE_EQUAL(NoInfsFPMath) &&
83 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
448 Options.NoInfsFPMath = CodeGenOpts.NoInfsFPMath; in CreateTargetMachine()
1066 llvm::toStringRef(CodeGenOpts.NoInfsFPMath)); in ConstructAttributeList()
267 Options.NoInfsFPMath = EnableNoInfsFPMath; in compileModule()
78 CODEGENOPT(NoInfsFPMath , 1, 0) ///< Assume FP arguments, results not +-Inf.
496 Options.NoInfsFPMath = EnableNoInfsFPMath; in GetTargetOptions()
231 Options.NoInfsFPMath = EnableNoInfsFPMath; in getTargetOptions()
851 if (TM.Options.NoInfsFPMath && TM.Options.NoNaNsFPMath) in emitAttributes()
372 Opts.NoInfsFPMath = (Args.hasArg(OPT_menable_no_infinities) || in ParseCodeGenArgs()
4657 if (!DAG.getTarget().Options.NoInfsFPMath || in LowerSELECT_CC()