Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2971 ActionList CudaDeviceActions; member in __anon17dcc6010811::OffloadingActionBuilder::CudaActionBuilderBase
3058 CudaDeviceActions.push_back( in addDeviceDependences()
3073 CudaDeviceActions.clear(); in addDeviceDependences()
3091 CudaDeviceActions.push_back(UA); in addDeviceDependences()
3113 CudaDeviceActions.clear(); in appendTopLevelActions()
3118 if (CudaDeviceActions.empty()) in appendTopLevelActions()
3124 assert(CudaDeviceActions.size() == GpuArchList.size() && in appendTopLevelActions()
3129 AddTopLevel(CudaDeviceActions[I], GpuArchList[I]); in appendTopLevelActions()
3131 CudaDeviceActions.clear(); in appendTopLevelActions()
3303 if (CudaDeviceActions in getDeviceDependences()
[all...]