Searched refs:DeviceAllocations (Results 1 – 1 of 1) sorted by relevance
365 std::map<ScopArrayInfo *, Value *> DeviceAllocations; member in GPUNodeBuilder803 DeviceAllocations[ScopArray] = DevArray; in allocateDeviceArrays()831 DeviceAllocations[ScopArray] = HostPtr; in prepareManagedDeviceArrays()858 for (auto &Array : DeviceAllocations) in freeDeviceArrays()1161 it = DeviceAllocations.find(ArrayInfo); in getManagedDeviceArray()1162 assert(it != DeviceAllocations.end() && in getManagedDeviceArray()1178 Value *DevPtr = DeviceAllocations[ScopArray]; in createDataTransfer()1650 DevArray = DeviceAllocations[const_cast<ScopArrayInfo *>(SAI)]; in createLaunchParameters()