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

  /external/llvm/include/llvm/Target/
TargetOptions.h 55 extern bool LessPreciseFPMADOption;
  /external/llvm/lib/Target/
TargetMachine.cpp 27 bool LessPreciseFPMADOption;
75 cl::location(LessPreciseFPMADOption),
284 bool LessPreciseFPMAD() { return UnsafeFPMath || LessPreciseFPMADOption; }
  /external/clang/lib/CodeGen/
BackendUtil.cpp 227 llvm::LessPreciseFPMADOption = CodeGenOpts.LessPreciseFPMAD;

Completed in 39 milliseconds