/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/llvm-project/clang/unittests/Frontend/ |
D | CompilerInvocationTest.cpp | 177 ASSERT_FALSE(Invocation.getLangOpts()->UnsafeFPMath); in TEST_F() 200 ASSERT_TRUE(Invocation.getLangOpts()->UnsafeFPMath); in TEST_F() 223 ASSERT_TRUE(Invocation.getLangOpts()->UnsafeFPMath); in TEST_F() 244 ASSERT_TRUE(Invocation.getLangOpts()->UnsafeFPMath); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 109 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions() 138 unsigned UnsafeFPMath : 1; variable
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetOptions.h | 125 : UnsafeFPMath(false), NoInfsFPMath(false), NoNaNsFPMath(false), in TargetOptions() 154 unsigned UnsafeFPMath : 1; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetOptionsImpl.cpp | 46 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetOptionsImpl.cpp | 46 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption; in HonorSignDependentRoundingFPMath()
|
/external/llvm-project/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-project/llvm/lib/Target/ |
D | TargetMachine.cpp | 62 RESET_OPTION(UnsafeFPMath, "unsafe-fp-math"); in resetTargetOptions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 62 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/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 253 (Options.UnsafeFPMath || isTargetDarwin())) in initSubtargetFeatures()
|
D | ARMSubtarget.h | 454 bool UnsafeFPMath = false; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 253 (Options.UnsafeFPMath || isTargetDarwin())) in initSubtargetFeatures()
|
D | ARMSubtarget.h | 439 bool UnsafeFPMath = false; variable
|
/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/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 112 def UnsafeFPMath : Predicate<"TM.Options.UnsafeFPMath">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibCalls.cpp | 1726 if (Options.UnsafeFPMath || Options.NoInfsFPMath) in setFastFlags() 1728 if (Options.UnsafeFPMath || Options.NoNaNsFPMath) in setFastFlags() 1730 if (Options.UnsafeFPMath) { in setFastFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.td | 221 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | AArch64.cpp | 248 if (Opts.UnsafeFPMath) in getTargetDefines()
|