Lines Matching refs:FilePath

218       std::string FilePath = LibDevicePath + "/libdevice.10.bc";  in CudaInstallationDetector()  local
219 if (FS.exists(FilePath)) { in CudaInstallationDetector()
226 LibDeviceMap[GpuArchName] = FilePath; in CudaInstallationDetector()
234 StringRef FilePath = LI->path(); in CudaInstallationDetector() local
235 StringRef FileName = llvm::sys::path::filename(FilePath); in CudaInstallationDetector()
243 LibDeviceMap[GpuArch] = FilePath.str(); in CudaInstallationDetector()
248 LibDeviceMap["sm_20"] = std::string(FilePath); in CudaInstallationDetector()
249 LibDeviceMap["sm_21"] = std::string(FilePath); in CudaInstallationDetector()
250 LibDeviceMap["sm_32"] = std::string(FilePath); in CudaInstallationDetector()
252 LibDeviceMap["sm_30"] = std::string(FilePath); in CudaInstallationDetector()
254 LibDeviceMap["sm_50"] = std::string(FilePath); in CudaInstallationDetector()
255 LibDeviceMap["sm_52"] = std::string(FilePath); in CudaInstallationDetector()
256 LibDeviceMap["sm_53"] = std::string(FilePath); in CudaInstallationDetector()
258 LibDeviceMap["sm_60"] = std::string(FilePath); in CudaInstallationDetector()
259 LibDeviceMap["sm_61"] = std::string(FilePath); in CudaInstallationDetector()
260 LibDeviceMap["sm_62"] = std::string(FilePath); in CudaInstallationDetector()
262 LibDeviceMap["sm_35"] = std::string(FilePath); in CudaInstallationDetector()
263 LibDeviceMap["sm_37"] = std::string(FilePath); in CudaInstallationDetector()
266 LibDeviceMap["sm_50"] = std::string(FilePath); in CudaInstallationDetector()
267 LibDeviceMap["sm_52"] = std::string(FilePath); in CudaInstallationDetector()
268 LibDeviceMap["sm_53"] = std::string(FilePath); in CudaInstallationDetector()