Home
last modified time | relevance | path

Searched refs:allowAMDGPUUnsafeFPAtomics (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp413 if (M.getContext().getTargetInfo().allowAMDGPUUnsafeFPAtomics()) in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1009 bool allowAMDGPUUnsafeFPAtomics() const { return AllowAMDGPUUnsafeFPAtomics; } in allowAMDGPUUnsafeFPAtomics() function