Searched refs:ApproxFuncFPMath (Results 1 – 7 of 7) sorted by relevance
123 ApproxFuncFPMath(false), EnableAIXExtendedAltivecABI(false), in TargetOptions()192 unsigned ApproxFuncFPMath : 1; variable
165 RESET_OPTION(ApproxFuncFPMath, "approx-func-fp-math"); in resetTargetOptions()
560 Options.ApproxFuncFPMath = getEnableApproxFuncFPMath(); in InitTargetOptionsFromCodeGenFlags()
409 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;
428 Options.ApproxFuncFPMath = LangOpts.ApproxFunc; in initTargetOptions()
2636 return Options.UnsafeFPMath || Options.ApproxFuncFPMath; in allowApproxFunc()2759 Options.ApproxFuncFPMath || Options.UnsafeFPMath) { in LowerFLOGCommon()
3312 return Options.UnsafeFPMath || Options.ApproxFuncFPMath; in allowApproxFunc()3418 TM.Options.ApproxFuncFPMath || TM.Options.UnsafeFPMath) { in legalizeFlogCommon()