Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h129 ApproxFuncFPMath(false), EnableAIXExtendedAltivecABI(false), in TargetOptions()
192 unsigned ApproxFuncFPMath : 1; variable
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachine.cpp63 RESET_OPTION(ApproxFuncFPMath, "approx-func-fp-math"); in resetTargetOptions()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp522 Options.ApproxFuncFPMath = getEnableApproxFuncFPMath(); in InitTargetOptionsFromCodeGenFlags()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.td317 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp395 Options.ApproxFuncFPMath = LangOpts.ApproxFunc; in initTargetOptions()