Lines Matching defs:HostDevice
1898 AMDHostDeviceTy &HostDevice, hsa_agent_t Agent)
1912 HostDevice(HostDevice) {}
2215 MemoryPool = &HostDevice.getFineGrainedMemoryPool();
2218 MemoryPool = &HostDevice.getFineGrainedMemoryPool();
2370 HostDevice.getPinnedMemoryManager();
2430 HostDevice.getPinnedMemoryManager();
2943 AMDHostDeviceTy &HostDevice;
3098 HostDevice(nullptr) {}
3164 HostDevice = allocate<AMDHostDeviceTy>();
3165 new (HostDevice) AMDHostDeviceTy(*this, HostAgents);
3168 if (auto Err = HostDevice->init())
3181 if (HostDevice)
3182 if (auto Err = HostDevice->deinit())
3239 assert(HostDevice && "Host device not initialized");
3240 return *HostDevice;
3341 AMDHostDeviceTy *HostDevice;
3355 AMDHostDeviceTy &HostDevice = AMDGPUPlugin.getHostDevice();
3356 AMDGPUMemoryManagerTy &ArgsMemoryManager = HostDevice.getArgsMemoryManager();
3518 MemoryPool = &HostDevice.getFineGrainedMemoryPool();
3521 MemoryPool = &HostDevice.getFineGrainedMemoryPool();