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.h123 ApproxFuncFPMath(false), EnableAIXExtendedAltivecABI(false), in TargetOptions()
192 unsigned ApproxFuncFPMath : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp165 RESET_OPTION(ApproxFuncFPMath, "approx-func-fp-math"); in resetTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp560 Options.ApproxFuncFPMath = getEnableApproxFuncFPMath(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td409 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp428 Options.ApproxFuncFPMath = LangOpts.ApproxFunc; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2636 return Options.UnsafeFPMath || Options.ApproxFuncFPMath; in allowApproxFunc()
2759 Options.ApproxFuncFPMath || Options.UnsafeFPMath) { in LowerFLOGCommon()
H A DAMDGPULegalizerInfo.cpp3312 return Options.UnsafeFPMath || Options.ApproxFuncFPMath; in allowApproxFunc()
3418 TM.Options.ApproxFuncFPMath || TM.Options.UnsafeFPMath) { in legalizeFlogCommon()