Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp382 std::map<ScopArrayInfo *, Value *> DeviceAllocations; member in GPUNodeBuilder
821 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()