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

  /external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp 39 return UnsafeFPMath || LessPreciseFPMADOption;
45 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption;
  /external/llvm/include/llvm/Target/
TargetOptions.h 72 LessPreciseFPMADOption(false), UnsafeFPMath(false),
109 /// UnsafeFPMath - This flag is enabled when the
114 /// UnsafeFPMath implies LessPreciseFPMAD.
115 unsigned UnsafeFPMath : 1;
275 ARE_EQUAL(UnsafeFPMath) &&
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 174 UnsafeFPMath = false;
270 (Options.UnsafeFPMath || isTargetDarwin()))
ARMSubtarget.h 210 bool UnsafeFPMath;
ARMAsmPrinter.cpp 672 if (!TM.Options.UnsafeFPMath) {
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/
TargetMachine.cpp 66 RESET_OPTION(UnsafeFPMath, "unsafe-fp-math");
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 130 llvm::UnsafeFPMath = true;
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 274 Options.UnsafeFPMath = EnableUnsafeFPMath;
  /external/clang/lib/CodeGen/
BackendUtil.cpp 523 Options.UnsafeFPMath = CodeGenOpts.UnsafeFPMath;
CGCall.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 535 if (!Options->UnsafeFPMath) return 0;
551 if (!Options->UnsafeFPMath) return 0;
596 assert(Options.UnsafeFPMath);
612 assert(Options.UnsafeFPMath);
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 68 if (TM.Options.UnsafeFPMath)
81 return !TM.Options.UnsafeFPMath;
    [all...]
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 179 !(TM.Options.UnsafeFPMath && Subtarget.hasFRSQRTE() &&
184 !(TM.Options.UnsafeFPMath && Subtarget.hasFRSQRTES() &&
514 if (TM.Options.UnsafeFPMath || Subtarget.hasVSX()) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 580 if (!TM.Options.UnsafeFPMath) {
596 if (!TM.Options.UnsafeFPMath) {
638 if (!TM.Options.UnsafeFPMath) {
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 471 Opts.UnsafeFPMath = Args.hasArg(OPT_menable_unsafe_fp_math) ||
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp     [all...]

Completed in 1068 milliseconds