Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp595 hsa_device_type_t DevType; in printDeviceInfo() local
597 hsa_agent_get_info(Agent, HSA_AGENT_INFO_DEVICE, &DevType), in printDeviceInfo()
601 DevType == HSA_DEVICE_TYPE_CPU in printDeviceInfo()
603 : (DevType == HSA_DEVICE_TYPE_GPU in printDeviceInfo()
605 : (DevType == HSA_DEVICE_TYPE_DSP ? "DSP" : "UNKNOWN"))); in printDeviceInfo()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp4478 auto DevType = Record.readEnum<OMPDeclareTargetDeclAttr::DevTypeTy>(); in UpdateDecl() local
4483 Reader.getContext(), MapType, DevType, IndirectE, Indirect, Level, in UpdateDecl()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td3768 EnumArgument<"DevType", "DevTypeTy",