Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp4026 bool IsCuda = JA.isOffloading(Action::OFK_Cuda); in ConstructJob() local
4057 } else if ((IsCuda || IsHIP) && !CudaDeviceInput) { in ConstructJob()
4067 (IsCuda || IsHIP) ? TC.getAuxTriple() : nullptr; in ConstructJob()
4074 if (IsCuda || IsHIP) in ConstructJob()
4100 if (IsCuda || IsHIP) { in ConstructJob()
4112 (IsCuda ? C.getSingleOffloadToolChain<Action::OFK_Cuda>() in ConstructJob()
4116 if (IsCuda) { in ConstructJob()
4834 ((IsCuda && JA.isDeviceOffloading(Action::OFK_Cuda)) || in ConstructJob()
5595 if (IsCuda || IsHIP) { in ConstructJob()
6203 if ((IsCuda || IsHIP) && CudaDeviceInput) { in ConstructJob()
[all …]
/external/llvm-project/clang/lib/Driver/
DDriver.cpp654 bool IsCuda = in CreateOffloadingDeviceToolChains() local
664 if (IsCuda && IsHIP) { in CreateOffloadingDeviceToolChains()
668 if (IsCuda) { in CreateOffloadingDeviceToolChains()
/external/clang/lib/Driver/
DTools.cpp3802 bool IsCuda = types::isCuda(Input.getType()); in ConstructJob() local
3803 assert((IsCuda || Inputs.size() == 1) && "Unable to handle multiple inputs."); in ConstructJob()
3819 if (IsCuda) { in ConstructJob()
5997 if (IsCuda && Inputs.size() > 1) in ConstructJob()