Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h139 ApproxFuncFPMath(false), EnableAIXExtendedAltivecABI(false), in TargetOptions()
201 unsigned ApproxFuncFPMath : 1; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp118 RESET_OPTION(ApproxFuncFPMath, "approx-func-fp-math"); in resetTargetOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp547 Options.ApproxFuncFPMath = getEnableApproxFuncFPMath(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td331 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp383 Options.ApproxFuncFPMath = LangOpts.ApproxFunc; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3158 return Options.UnsafeFPMath || Options.ApproxFuncFPMath; in allowApproxFunc()
3264 TM.Options.ApproxFuncFPMath || TM.Options.UnsafeFPMath) { in legalizeFlogCommon()
H A DAMDGPUISelLowering.cpp2538 return Options.UnsafeFPMath || Options.ApproxFuncFPMath; in allowApproxFunc()
2661 Options.ApproxFuncFPMath || Options.UnsafeFPMath) { in LowerFLOGCommon()