Lines Matching refs:FilePath
236 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; in CudaInstallationDetector() local
237 if (FS.exists(FilePath)) { in CudaInstallationDetector()
244 LibDeviceMap[GpuArchName] = FilePath; in CudaInstallationDetector()
252 StringRef FilePath = LI->path(); in CudaInstallationDetector() local
253 StringRef FileName = llvm::sys::path::filename(FilePath); in CudaInstallationDetector()
261 LibDeviceMap[GpuArch] = FilePath.str(); in CudaInstallationDetector()
266 LibDeviceMap["sm_20"] = std::string(FilePath); in CudaInstallationDetector()
267 LibDeviceMap["sm_21"] = std::string(FilePath); in CudaInstallationDetector()
268 LibDeviceMap["sm_32"] = std::string(FilePath); in CudaInstallationDetector()
270 LibDeviceMap["sm_30"] = std::string(FilePath); in CudaInstallationDetector()
272 LibDeviceMap["sm_50"] = std::string(FilePath); in CudaInstallationDetector()
273 LibDeviceMap["sm_52"] = std::string(FilePath); in CudaInstallationDetector()
274 LibDeviceMap["sm_53"] = std::string(FilePath); in CudaInstallationDetector()
276 LibDeviceMap["sm_60"] = std::string(FilePath); in CudaInstallationDetector()
277 LibDeviceMap["sm_61"] = std::string(FilePath); in CudaInstallationDetector()
278 LibDeviceMap["sm_62"] = std::string(FilePath); in CudaInstallationDetector()
280 LibDeviceMap["sm_35"] = std::string(FilePath); in CudaInstallationDetector()
281 LibDeviceMap["sm_37"] = std::string(FilePath); in CudaInstallationDetector()
284 LibDeviceMap["sm_50"] = std::string(FilePath); in CudaInstallationDetector()
285 LibDeviceMap["sm_52"] = std::string(FilePath); in CudaInstallationDetector()
286 LibDeviceMap["sm_53"] = std::string(FilePath); in CudaInstallationDetector()