HomeSort by relevance Sort by last modified time
    Searched refs:LessPreciseFPMAD (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp 37 /// LessPreciseFPMAD - This flag return true when -enable-fp-mad option
41 bool TargetOptions::LessPreciseFPMAD() const {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetOptions.h 50 /// LessPreciseFPMAD - This flag is enabled when the
56 extern bool LessPreciseFPMAD();
71 /// UnsafeFPMath implies LessPreciseFPMAD.
  /external/llvm/include/llvm/Target/
TargetOptions.h 119 /// LessPreciseFPMAD - This flag is enabled when the
125 bool LessPreciseFPMAD() const;
132 /// UnsafeFPMath implies LessPreciseFPMAD.
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetMachine.cpp 266 /// LessPreciseFPMAD - This flag return true when -enable-fp-mad option
270 bool LessPreciseFPMAD() { return UnsafeFPMath || LessPreciseFPMADOption; }
  /external/clang/lib/CodeGen/
BackendUtil.cpp 618 Options.LessPreciseFPMADOption = CodeGenOpts.LessPreciseFPMAD;
    [all...]
CGCall.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 558 Opts.LessPreciseFPMAD = Args.hasArg(OPT_cl_mad_enable);
    [all...]

Completed in 367 milliseconds