Home
last modified time | relevance | path

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

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