Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Tools/
H A DCrossToolHelpers.h124 bool UnsafeFPMath = false; ///< Set unsafe-fp-math attribute for functions. member
/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h178 unsigned UnsafeFPMath : 1; global() variable
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp60 bool UnsafeFPMath = false; global() member in llvm::AMDGPULibCalls