Home
last modified time | relevance | path

Searched refs:HIP (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h98 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 DAMDGPU.cpp101 HIP = FilePath; in scanLibDevicePath()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def199 // HIP
200 LANGSTANDARD(hip, "hip", HIP, "HIP",
H A DLangStandard.h38 HIP, enumerator
H A DLangOptions.def232 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 DDiagnosticCommonKinds.td344 // HIP
346 "'%0' is ignored since it is only supported for HIP">,
H A DDiagnosticDriverKinds.td67 "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 DBuiltinsAMDGPU.def15 // C/C++/HIP but is 128 bit for OpenCL. Use `W` as width modifier in builtin
H A DAttr.td327 def HIP : LangOpt<"HIP">;
1156 let LangOpts = [HIP];
H A DDiagnosticGroups.td1232 // A warning group for warnings about features supported by HIP but
H A DBuiltins.def1649 // CUDA/HIP
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp183 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 DCGDeclCXX.cpp703 if (getLangOpts().HIP && getLangOpts().CUDAIsDevice) { in EmitCXXGlobalInitFunc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendOptions.cpp34 .Case("hip", Language::HIP) in getInputKindForExtension()
H A DInitPreprocessor.cpp493 if (LangOpts.CUDA && !LangOpts.HIP) in InitializeStandardPredefinedMacros()
495 if (LangOpts.HIP) { in InitializeStandardPredefinedMacros()
1152 if (LangOpts.CUDAIsDevice && !LangOpts.HIP) { in InitializePredefinedMacros()
H A DCompilerInvocation.cpp495 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 DFrontendActions.cpp895 case Language::HIP: in ExecuteAction()
/freebsd-13.1/sys/contrib/device-tree/Bindings/pci/
H A Daltera-pcie.txt6 For "altr,pcie-root-port-2.0", additional HIP base address and length.
/freebsd-13.1/lib/libc/net/
H A Dprotocols150 hip 139 HIP # Host Identity Protocol (RFC5201)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td102 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 DTypes.def46 TYPE("hip", HIP, PP_HIP, "cu", phases::Preprocess, phase…
H A DOptions.td467 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 DSemaCUDA.cpp943 if (getLangOpts().HIP) in getCudaConfigureFuncName()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile337 SRCS_MIN+= Driver/ToolChains/HIP.cpp
/freebsd-13.1/contrib/ldns/
H A DChangelog133 * New RR types HIP, NINFO, RKEY, CDS, EUI48, EUI64, URI, CAA and TA.

12