Searched refs:DeviceAllocations (Results 1 – 1 of 1) sorted by relevance
382 std::map<ScopArrayInfo *, Value *> DeviceAllocations; member in GPUNodeBuilder821 DeviceAllocations[ScopArray] = DevArray; in allocateDeviceArrays()849 DeviceAllocations[ScopArray] = HostPtr; in prepareManagedDeviceArrays()876 for (auto &Array : DeviceAllocations) in freeDeviceArrays()1179 it = DeviceAllocations.find(ArrayInfo); in getManagedDeviceArray()1180 assert(it != DeviceAllocations.end() && in getManagedDeviceArray()1196 Value *DevPtr = DeviceAllocations[ScopArray]; in createDataTransfer()1669 DevArray = DeviceAllocations[const_cast<ScopArrayInfo *>(SAI)]; in createLaunchParameters()