Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h72 LessPreciseFPMADOption(false), UnsafeFPMath(false), in TargetOptions()
106 unsigned LessPreciseFPMADOption : 1; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp39 return UnsafeFPMath || LessPreciseFPMADOption; in LessPreciseFPMAD()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp62 RESET_OPTION(LessPreciseFPMADOption, "less-precise-fpmad"); in resetTargetOptions()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DCommandFlags.h267 Options.LessPreciseFPMADOption = EnableFPMAD; in InitTargetOptionsFromCodeGenFlags()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp510 Options.LessPreciseFPMADOption = CodeGenOpts.LessPreciseFPMAD; in CreateTargetMachine()