Searched refs:ApproxFuncFPMath (Results 1 – 7 of 7) sorted by relevance
139 ApproxFuncFPMath(false), EnableAIXExtendedAltivecABI(false), in TargetOptions()201 unsigned ApproxFuncFPMath : 1; variable
118 RESET_OPTION(ApproxFuncFPMath, "approx-func-fp-math"); in resetTargetOptions()
547 Options.ApproxFuncFPMath = getEnableApproxFuncFPMath(); in InitTargetOptionsFromCodeGenFlags()
331 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;
383 Options.ApproxFuncFPMath = LangOpts.ApproxFunc; in initTargetOptions()
3158 return Options.UnsafeFPMath || Options.ApproxFuncFPMath; in allowApproxFunc()3264 TM.Options.ApproxFuncFPMath || TM.Options.UnsafeFPMath) { in legalizeFlogCommon()
2538 return Options.UnsafeFPMath || Options.ApproxFuncFPMath; in allowApproxFunc()2661 Options.ApproxFuncFPMath || Options.UnsafeFPMath) { in LowerFLOGCommon()