Home
last modified time | relevance | path

Searched refs:NoSignedZerosFPMath (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.h36 bool NoSignedZerosFPMath; variable
64 return NoSignedZerosFPMath; in hasNoSignedZerosFPMath()
DAMDGPUMachineFunction.cpp24 NoSignedZerosFPMath(MF.getTarget().Options.NoSignedZerosFPMath), in AMDGPUMachineFunction()
DAMDGPUISelLowering.h134 if (getTargetMachine().Options.NoSignedZerosFPMath) in mayIgnoreSignedZero()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h104 NoSignedZerosFPMath(false), in TargetOptions()
153 unsigned NoSignedZerosFPMath : 1; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachine.cpp71 RESET_OPTION(NoSignedZerosFPMath, "no-signed-zeros-fp-math"); in resetTargetOptions()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc419 target_options.NoSignedZerosFPMath = true; in CompilerTargetOptions()
424 target_options.NoSignedZerosFPMath = false; in CompilerTargetOptions()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc276 Options.NoSignedZerosFPMath = EnableNoSignedZerosFPMath;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp723 if (!Options->NoSignedZerosFPMath && in isNegatibleForFree()
10925 if (Options.NoSignedZerosFPMath || Flags.hasNoSignedZeros()) { in visitFSUB()
11510 !DAG.getTarget().Options.NoSignedZerosFPMath) in foldFPToIntToFP()