Home
last modified time | relevance | path

Searched refs:getInfoLevelInternal (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/include/
H A DDebug.h71 USED inline std::atomic<uint32_t> &getInfoLevelInternal() { in getInfoLevelInternal() function
82 USED inline uint32_t getInfoLevel() { return getInfoLevelInternal().load(); } in getInfoLevel()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dinterface.cpp294 std::atomic<uint32_t> &InfoLevel = getInfoLevelInternal(); in __tgt_set_info_flag()
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp1780 std::atomic<uint32_t> &InfoLevel = getInfoLevelInternal(); in __tgt_rtl_set_info_flag()