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

  /external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp 34 /// LessPreciseFPMAD - This flag return true when -enable-fp-mad option
38 bool TargetOptions::LessPreciseFPMAD() const {
  /external/llvm/include/llvm/Target/
TargetOptions.h 84 /// LessPreciseFPMAD - This flag is enabled when the
90 bool LessPreciseFPMAD() const;
97 /// UnsafeFPMath implies LessPreciseFPMAD.
  /external/clang/lib/CodeGen/
BackendUtil.cpp 462 Options.LessPreciseFPMADOption = CodeGenOpts.LessPreciseFPMAD;
CGCall.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 417 Opts.LessPreciseFPMAD = Args.hasArg(OPT_cl_mad_enable);
    [all...]

Completed in 640 milliseconds