| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | ROCm.h | 98 SmallString<0> HIP; variable 116 return !OCML.empty() && !OCKL.empty() && !OpenCL.empty() && !HIP.empty() && in allGenericLibsValid() 190 assert(!HIP.empty()); in getHIPPath() 191 return HIP; in getHIPPath()
|
| H A D | AMDGPU.cpp | 101 HIP = FilePath; in scanLibDevicePath()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangStandards.def | 199 // HIP 200 LANGSTANDARD(hip, "hip", HIP, "HIP",
|
| H A D | LangStandard.h | 38 HIP, enumerator
|
| H A D | LangOptions.def | 232 LANGOPT(HIP , 1, 0, "HIP") 252 LANGOPT(GPUAllowDeviceInit, 1, 0, "allowing device side global init functions for HIP") 253 …(GPUMaxThreadsPerBlock, 32, 1024, "default max threads per block for kernel launch bounds for HIP") 254 LANGOPT(GPUDeferDiag, 1, 0, "defer host/device related diagnostic messages for CUDA/HIP") 255 …gSideOverloads, 1, 0, "always exclude wrong side overloads in overloading resolution for CUDA/HIP") 261 LANGOPT(HIPUseNewLaunchAPI, 1, 0, "Use new kernel launching API for HIP")
|
| H A D | DiagnosticCommonKinds.td | 344 // HIP 346 "'%0' is ignored since it is only supported for HIP">,
|
| H A D | DiagnosticDriverKinds.td | 67 "cannot find HIP runtime. Provide its path via --rocm-path, or pass " 68 "-nogpuinc to build without HIP runtime.">; 81 def err_drv_mix_cuda_hip : Error<"Mixed Cuda and HIP compilation is not supported.">;
|
| H A D | BuiltinsAMDGPU.def | 15 // C/C++/HIP but is 128 bit for OpenCL. Use `W` as width modifier in builtin
|
| H A D | Attr.td | 327 def HIP : LangOpt<"HIP">; 1156 let LangOpts = [HIP];
|
| H A D | DiagnosticGroups.td | 1232 // A warning group for warnings about features supported by HIP but
|
| H A D | Builtins.def | 1649 // CUDA/HIP
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCUDANV.cpp | 183 if (CGM.getLangOpts().HIP) in addPrefixToName() 189 if (CGM.getLangOpts().HIP) in addUnderscoredPrefixToName() 236 if (CGM.getLangOpts().HIP) { in getLaunchFn() 306 (CGF.getLangOpts().HIP && CGF.getLangOpts().HIPUseNewLaunchAPI)) in emitDeviceStub() 548 if (CGM.getLangOpts().HIP || in makeRegisterGlobalsFn() 672 bool IsHIP = CGM.getLangOpts().HIP; in makeModuleCtorFunction() 965 if (CGM.getLangOpts().HIP) { in makeModuleDtorFunction() 1137 if (!CGM.getLangOpts().HIP) { in getKernelHandle()
|
| H A D | CGDeclCXX.cpp | 703 if (getLangOpts().HIP && getLangOpts().CUDAIsDevice) { in EmitCXXGlobalInitFunc()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendOptions.cpp | 34 .Case("hip", Language::HIP) in getInputKindForExtension()
|
| H A D | InitPreprocessor.cpp | 493 if (LangOpts.CUDA && !LangOpts.HIP) in InitializeStandardPredefinedMacros() 495 if (LangOpts.HIP) { in InitializeStandardPredefinedMacros() 1152 if (LangOpts.CUDAIsDevice && !LangOpts.HIP) { in InitializePredefinedMacros()
|
| H A D | CompilerInvocation.cpp | 495 if (Args.hasArg(OPT_fgpu_allow_device_init) && !LangOpts.HIP) in FixupInvocation() 499 if (Args.hasArg(OPT_gpu_max_threads_per_block_EQ) && !LangOpts.HIP) in FixupInvocation() 2542 case Language::HIP: in GenerateFrontendArgs() 2729 .Case("hip", Language::HIP) in ParseFrontendArgs() 3129 case Language::HIP: in setLangDefaults() 3191 Opts.HIP = IK.getLanguage() == Language::HIP; in setLangDefaults() 3192 Opts.CUDA = IK.getLanguage() == Language::CUDA || Opts.HIP; in setLangDefaults() 3193 if (Opts.HIP) { in setLangDefaults() 3246 case Language::HIP: in IsInputCompatibleWithStandard() 3247 return S.getLanguage() == Language::CXX || S.getLanguage() == Language::HIP; in IsInputCompatibleWithStandard() [all …]
|
| H A D | FrontendActions.cpp | 895 case Language::HIP: in ExecuteAction()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pci/ |
| H A D | altera-pcie.txt | 6 For "altr,pcie-root-port-2.0", additional HIP base address and length.
|
| /freebsd-13.1/lib/libc/net/ |
| H A D | protocols | 150 hip 139 HIP # Host Identity Protocol (RFC5201)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.td | 102 def HIP : X86Reg<"", -1>; 151 def EIP : X86Reg<"eip", 0, [IP, HIP]>, DwarfRegNum<[-2, 8, 8]>; 422 (add HAX, HCX, HDX, HSI, HDI, HBX, HBP, HSP, HIP,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Types.def | 46 TYPE("hip", HIP, PP_HIP, "cu", phases::Preprocess, phase…
|
| H A D | Options.td | 467 defvar hip = LangOpts<"HIP">; 900 HelpText<"Link clang-offload-bundler bundles for HIP">; 940 …HelpText<"HIP runtime installation path, used for finding HIP version and adding HIP include path.… 947 HelpText<"HIP device library">; 949 HelpText<"HIP version in the format of major.minor.patch">; 955 BothFlags<[], " new kernel launching API for HIP">>; 966 BothFlags<[], " device side init function in HIP (experimental)">>, 971 BothFlags<[], " host/device related diagnostic messages for CUDA/HIP">>; 976 BothFlags<[HelpHidden], " in overloading resolution for CUDA/HIP">>; 984 HelpText<"Inline threshold for device compilation for CUDA/HIP">; [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 943 if (getLangOpts().HIP) in getCudaConfigureFuncName()
|
| /freebsd-13.1/lib/clang/libclang/ |
| H A D | Makefile | 337 SRCS_MIN+= Driver/ToolChains/HIP.cpp
|
| /freebsd-13.1/contrib/ldns/ |
| H A D | Changelog | 133 * New RR types HIP, NINFO, RKEY, CDS, EUI48, EUI64, URI, CAA and TA.
|