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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp533 bool IsHIP = CGM.getLangOpts().HIP; local
537 if (CudaGpuBinaryFileName.empty() && !IsHIP)
539 if ((IsHIP || (IsCUDA && !RelocatableDeviceCode)) && EmittedKernels.empty() &&
590 if (IsHIP) {
663 if (IsHIP) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3919 bool IsHIP = JA.isOffloading(Action::OFK_HIP); local
3949 } else if ((IsCuda || IsHIP) && !CudaDeviceInput) {
3959 (IsCuda || IsHIP) ? TC.getAuxTriple() : nullptr;
3966 if (IsCuda || IsHIP)
3992 if (IsCuda || IsHIP) {
4703 (IsHIP && JA.isDeviceOffloading(Action::OFK_HIP)))) {
4999 if (IsHIP)
5409 if (IsHIP && Args.hasFlag(options::OPT_fhip_new_launch_api,
6004 if ((IsCuda || IsHIP) && CudaDeviceInput) {
6017 if (IsHIP)
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp646 bool IsHIP = local
652 if (IsCuda && IsHIP) {
672 } else if (IsHIP) {

Completed in 150 milliseconds