Home
last modified time | relevance | path

Searched refs:UnsafeFPMath (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp42 return UnsafeFPMath || LessPreciseFPMADOption; in LessPreciseFPMAD()
48 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
/external/llvm/include/llvm/Target/
DTargetOptions.h96 UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions()
133 unsigned UnsafeFPMath : 1; variable
271 ARE_EQUAL(UnsafeFPMath) &&
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp32 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/
DTargetOptions.h102 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions()
130 unsigned UnsafeFPMath : 1; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp40 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h72 extern bool UnsafeFPMath;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dchange-unsafe-fp-math.ll1 ; Check that we can enable/disable UnsafeFPMath via function attributes. An
/external/llvm/lib/Target/
DTargetMachine.cpp77 RESET_OPTION(UnsafeFPMath, "unsafe-fp-math"); in resetTargetOptions()
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp199 (Options.UnsafeFPMath || isTargetDarwin())) in initSubtargetFeatures()
DARMSubtarget.h300 bool UnsafeFPMath = false; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachine.cpp68 RESET_OPTION(UnsafeFPMath, "unsafe-fp-math"); in resetTargetOptions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp247 (Options.UnsafeFPMath || isTargetDarwin())) in initSubtargetFeatures()
DARMSubtarget.h406 bool UnsafeFPMath = false; variable
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc414 target_options.UnsafeFPMath = true; in CompilerTargetOptions()
421 target_options.UnsafeFPMath = false; in CompilerTargetOptions()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h292 Options.UnsafeFPMath = EnableUnsafeFPMath; in InitTargetOptionsFromCodeGenFlags()
/external/clang/lib/CodeGen/
DBackendUtil.cpp622 Options.UnsafeFPMath = CodeGenOpts.UnsafeFPMath; in CreateTargetMachine()
/external/llvm/include/llvm/IR/
DAttributes.td180 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td47 def UnsafeFPMath : Predicate<"TM.Options.UnsafeFPMath">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp1694 if (Options.UnsafeFPMath || Options.NoInfsFPMath) in setFastFlags()
1696 if (Options.UnsafeFPMath || Options.NoNaNsFPMath) in setFastFlags()
1698 if (Options.UnsafeFPMath) { in setFastFlags()
DAMDGPUInstructions.td92 def UnsafeFPMath : Predicate<"TM.Options.UnsafeFPMath">;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.td198 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;
/external/clang/include/clang/Frontend/
DCodeGenOptions.def164 CODEGENOPT(UnsafeFPMath , 1, 0) ///< Allow unsafe floating point optzns.
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp73 tOpts.UnsafeFPMath = false; in JitManager()
/external/clang/include/clang/Basic/
DLangOptions.def167 COMPATIBLE_LANGOPT(UnsafeFPMath , 1, 0, "Unsafe Floating Point Math")
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp387 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 …]

123