Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp27 bool LessPreciseFPMADOption; variable
75 cl::location(LessPreciseFPMADOption),
270 bool LessPreciseFPMAD() { return UnsafeFPMath || LessPreciseFPMADOption; } in LessPreciseFPMAD()
/external/llvm/include/llvm/Target/
DTargetOptions.h95 : PrintMachineCode(false), LessPreciseFPMADOption(false), in TargetOptions()
124 unsigned LessPreciseFPMADOption : 1; variable
/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp42 return UnsafeFPMath || LessPreciseFPMADOption; in LessPreciseFPMAD()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h55 extern bool LessPreciseFPMADOption;
/external/llvm/lib/Target/
DTargetMachine.cpp76 RESET_OPTION(LessPreciseFPMADOption, "less-precise-fpmad"); in resetTargetOptions()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h289 Options.LessPreciseFPMADOption = EnableFPMAD; in InitTargetOptionsFromCodeGenFlags()
/external/clang/lib/CodeGen/
DBackendUtil.cpp618 Options.LessPreciseFPMADOption = CodeGenOpts.LessPreciseFPMAD; in CreateTargetMachine()