Searched refs:GpuArchList (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp2496 SmallVector<TargetID, 4> GpuArchList; member in class:__anon586::final::CudaActionBuilderBase
2535 assert(!GpuArchList.empty() &&
2580 for (unsigned I = 0, E = GpuArchList.size(); I != E; ++I) {
2609 for (auto Arch : GpuArchList) {
2642 assert(CudaDeviceActions.size() == GpuArchList.size() &&
2646 for (unsigned I = 0, E = GpuArchList.size(); I != E; ++I)
2647 AddTopLevel(CudaDeviceActions[I], GpuArchList[I]);
2757 GpuArchList.push_back(Arch.data());
2762 if (GpuArchList.empty())
2763 GpuArchList
[all...]

Completed in 108 milliseconds