Home
last modified time | relevance | path

Searched defs:UnsafeFPMath (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetOptions.h133 unsigned UnsafeFPMath : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetOptions.h138 unsigned UnsafeFPMath : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
H A DTargetOptions.h163 unsigned UnsafeFPMath : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Target/
DTargetOptions.h173 unsigned UnsafeFPMath : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Target/
DTargetOptions.h172 unsigned UnsafeFPMath : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Target/
DTargetOptions.h173 unsigned UnsafeFPMath : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Target/
DTargetOptions.h173 unsigned UnsafeFPMath : 1; variable
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h300 bool UnsafeFPMath = false; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMSubtarget.h439 bool UnsafeFPMath = false; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12542 bool UnsafeFPMath = Options.UnsafeFPMath || isContractable(N); in visitFMA() local