Home
last modified time | relevance | path

Searched defs:getDevice (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h47 uint64_t getDevice() const { return Device; } in getDevice() function
/llvm-project/offload/src/
H A DPluginManager.cpp271 Expected<DeviceTy &> PluginManager::getDevice(uint32_t DeviceNo) { getDevice() function in PluginManager
/llvm-project/offload/plugins-nextgen/common/include/
H A DPluginInterface.h216 GenericDeviceTy &getDevice() const { return Device; } getDevice() function
997 GenericDeviceTy &getDevice(int32_t DeviceId) { getDevice() function
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5133 Expr *getDevice() { return cast<Expr>(Device); } getDevice() function
5136 Expr *getDevice() const { return cast<Expr>(Device); } getDevice() function