/external/llvm/lib/CodeGen/ |
D | TargetOptionsImpl.cpp | 42 return UnsafeFPMath || LessPreciseFPMADOption; in LessPreciseFPMAD() 48 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
|
/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 96 UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions() 133 unsigned UnsafeFPMath : 1; variable 271 ARE_EQUAL(UnsafeFPMath) &&
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetMachine.cpp | 32 bool UnsafeFPMath; variable 80 cl::location(UnsafeFPMath), 270 bool LessPreciseFPMAD() { return UnsafeFPMath || LessPreciseFPMADOption; } in LessPreciseFPMAD() 275 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 102 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions() 130 unsigned UnsafeFPMath : 1; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetOptionsImpl.cpp | 40 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetOptions.h | 72 extern bool UnsafeFPMath;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | change-unsafe-fp-math.ll | 1 ; Check that we can enable/disable UnsafeFPMath via function attributes. An
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 77 RESET_OPTION(UnsafeFPMath, "unsafe-fp-math"); in resetTargetOptions()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 199 (Options.UnsafeFPMath || isTargetDarwin())) in initSubtargetFeatures()
|
D | ARMSubtarget.h | 300 bool UnsafeFPMath = false; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 68 RESET_OPTION(UnsafeFPMath, "unsafe-fp-math"); in resetTargetOptions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 247 (Options.UnsafeFPMath || isTargetDarwin())) in initSubtargetFeatures()
|
D | ARMSubtarget.h | 406 bool UnsafeFPMath = false; variable
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.cc | 414 target_options.UnsafeFPMath = true; in CompilerTargetOptions() 421 target_options.UnsafeFPMath = false; in CompilerTargetOptions()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 292 Options.UnsafeFPMath = EnableUnsafeFPMath; in InitTargetOptionsFromCodeGenFlags()
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 622 Options.UnsafeFPMath = CodeGenOpts.UnsafeFPMath; in CreateTargetMachine()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.td | 180 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 47 def UnsafeFPMath : Predicate<"TM.Options.UnsafeFPMath">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibCalls.cpp | 1694 if (Options.UnsafeFPMath || Options.NoInfsFPMath) in setFastFlags() 1696 if (Options.UnsafeFPMath || Options.NoNaNsFPMath) in setFastFlags() 1698 if (Options.UnsafeFPMath) { in setFastFlags()
|
D | AMDGPUInstructions.td | 92 def UnsafeFPMath : Predicate<"TM.Options.UnsafeFPMath">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.td | 198 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 164 CODEGENOPT(UnsafeFPMath , 1, 0) ///< Allow unsafe floating point optzns.
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.cpp | 73 tOpts.UnsafeFPMath = false; in JitManager()
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 167 COMPATIBLE_LANGOPT(UnsafeFPMath , 1, 0, "Unsafe Floating Point Math")
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 387 if (!UnsafeFPMath) return 0; in isNegatibleForFree() 396 if (!UnsafeFPMath) return 0; in isNegatibleForFree() 438 assert(UnsafeFPMath); in GetNegatedExpression() 453 assert(UnsafeFPMath); in GetNegatedExpression() 5250 if (UnsafeFPMath && N1CFP && N1CFP->getValueAPF().isZero()) in visitFADD() 5262 if (UnsafeFPMath && N1CFP && N0.getOpcode() == ISD::FADD && in visitFADD() 5288 if (UnsafeFPMath && N1CFP && N1CFP->getValueAPF().isZero()) in visitFSUB() 5291 if (UnsafeFPMath && N0CFP && N0CFP->getValueAPF().isZero()) { in visitFSUB() 5325 if (UnsafeFPMath && N1CFP && N1CFP->getValueAPF().isZero()) in visitFMUL() 5328 if (UnsafeFPMath && ISD::isBuildVectorAllZeros(N1.getNode())) in visitFMUL() [all …]
|