Home
last modified time | relevance | path

Searched refs:InfoLevel (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/include/
H A DDebug.h72 static std::atomic<uint32_t> InfoLevel; in getInfoLevelInternal() local
76 InfoLevel.store(std::stoi(EnvStr)); in getInfoLevelInternal()
79 return InfoLevel; in getInfoLevelInternal()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dinterface.cpp294 std::atomic<uint32_t> &InfoLevel = getInfoLevelInternal(); in __tgt_set_info_flag() local
295 InfoLevel.store(NewInfoLevel); in __tgt_set_info_flag()
/llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/
H A Drtl.cpp458 std::atomic<uint32_t> InfoLevel; variable
/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() local
1781 InfoLevel.store(NewInfoLevel); in __tgt_rtl_set_info_flag()