Home
last modified time | relevance | path

Searched refs:DeviceAllocations (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp365 std::map<ScopArrayInfo *, Value *> DeviceAllocations; member in GPUNodeBuilder
803 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()