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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUMachineFunction.h 36 bool NoSignedZerosFPMath;
64 return NoSignedZerosFPMath;
AMDGPUMachineFunction.cpp 24 NoSignedZerosFPMath(MF.getTarget().Options.NoSignedZerosFPMath),
AMDGPUISelLowering.h 134 if (getTargetMachine().Options.NoSignedZerosFPMath)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
TargetOptions.h 104 NoSignedZerosFPMath(false),
149 /// NoSignedZerosFPMath - This flag is enabled when the
153 unsigned NoSignedZerosFPMath : 1;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
TargetMachine.cpp 71 RESET_OPTION(NoSignedZerosFPMath, "no-signed-zeros-fp-math");
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.cc 419 target_options.NoSignedZerosFPMath = true;
424 target_options.NoSignedZerosFPMath = false;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 723 if (!Options->NoSignedZerosFPMath &&
    [all...]

Completed in 276 milliseconds