Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp4502 bool IsCuda = JA.isOffloading(Action::OFK_Cuda); in ConstructJob() local
4546 } else if ((IsCuda || IsHIP) && !CudaDeviceInput) { in ConstructJob()
4556 (IsCuda || IsHIP) ? TC.getAuxTriple() : nullptr; in ConstructJob()
4563 if (IsCuda || IsHIP) in ConstructJob()
4589 if (IsCuda || IsHIP) { in ConstructJob()
4601 (IsCuda ? C.getSingleOffloadToolChain<Action::OFK_Cuda>() in ConstructJob()
4605 if (IsCuda) { in ConstructJob()
6468 if (IsCuda || IsHIP) { in ConstructJob()
7160 if ((IsCuda || IsHIP) && CudaDeviceInput) { in ConstructJob()
7164 if ((IsCuda || IsHIP) && !IsRDCMode) { in ConstructJob()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp771 bool IsCuda = in CreateOffloadingDeviceToolChains() local
781 if (IsCuda && IsHIP) { in CreateOffloadingDeviceToolChains()
785 if (IsCuda) { in CreateOffloadingDeviceToolChains()
855 !IsHIP && !IsCuda) { in CreateOffloadingDeviceToolChains()