Searched refs:DevType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/ |
| H A D | rtl.cpp | 595 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 D | ASTReaderDecl.cpp | 4478 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 D | Attr.td | 3768 EnumArgument<"DevType", "DevTypeTy",
|