Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp278 HIPRocPrimPathArg = in RocmInstallationDetector()
280 HasRocPrimLibrary = !HIPRocPrimPathArg.empty() && in RocmInstallationDetector()
281 D.getVFS().exists(HIPRocPrimPathArg + "/rocprim"); in RocmInstallationDetector()
519 PrimPath = DriverArgs.MakeArgString(HIPRocPrimPathArg); in AddHIPIncludeArgs()
H A DROCm.h111 StringRef HIPRocPrimPathArg; variable