Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp341 HIPRocPrimPathArg = in RocmInstallationDetector()
343 HasRocPrimLibrary = !HIPRocPrimPathArg.empty() && in RocmInstallationDetector()
344 D.getVFS().exists(HIPRocPrimPathArg + "/rocprim"); in RocmInstallationDetector()
580 PrimPath = DriverArgs.MakeArgString(HIPRocPrimPathArg); in AddHIPIncludeArgs()
H A DROCm.h108 StringRef HIPRocPrimPathArg; variable