Searched refs:ApproxFuncFPMath (Results 1 – 7 of 7) sorted by relevance
140 ApproxFuncFPMath(false), EnableAIXExtendedAltivecABI(false), in TargetOptions()207 unsigned ApproxFuncFPMath : 1; variable
139 RESET_OPTION(ApproxFuncFPMath, "approx-func-fp-math"); in resetTargetOptions()
555 Options.ApproxFuncFPMath = getEnableApproxFuncFPMath(); in InitTargetOptionsFromCodeGenFlags()
349 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;
392 Options.ApproxFuncFPMath = LangOpts.ApproxFunc; in initTargetOptions()
3254 return Options.UnsafeFPMath || Options.ApproxFuncFPMath; in allowApproxFunc()3360 TM.Options.ApproxFuncFPMath || TM.Options.UnsafeFPMath) { in legalizeFlogCommon()
2579 return Options.UnsafeFPMath || Options.ApproxFuncFPMath; in allowApproxFunc()2702 Options.ApproxFuncFPMath || Options.UnsafeFPMath) { in LowerFLOGCommon()