Home
last modified time | relevance | path

Searched refs:ApproxFuncFPMath (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h140 ApproxFuncFPMath(false), EnableAIXExtendedAltivecABI(false), in TargetOptions()
207 unsigned ApproxFuncFPMath : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp139 RESET_OPTION(ApproxFuncFPMath, "approx-func-fp-math"); in resetTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp555 Options.ApproxFuncFPMath = getEnableApproxFuncFPMath(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td349 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp392 Options.ApproxFuncFPMath = LangOpts.ApproxFunc; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3254 return Options.UnsafeFPMath || Options.ApproxFuncFPMath; in allowApproxFunc()
3360 TM.Options.ApproxFuncFPMath || TM.Options.UnsafeFPMath) { in legalizeFlogCommon()
H A DAMDGPUISelLowering.cpp2579 return Options.UnsafeFPMath || Options.ApproxFuncFPMath; in allowApproxFunc()
2702 Options.ApproxFuncFPMath || Options.UnsafeFPMath) { in LowerFLOGCommon()