Lines Matching refs:FilePath
212 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; in CudaInstallationDetector() local
213 if (FS.exists(FilePath)) { in CudaInstallationDetector()
220 LibDeviceMap[GpuArchName] = FilePath; in CudaInstallationDetector()
228 StringRef FilePath = LI->path(); in CudaInstallationDetector() local
229 StringRef FileName = llvm::sys::path::filename(FilePath); in CudaInstallationDetector()
237 LibDeviceMap[GpuArch] = FilePath.str(); in CudaInstallationDetector()
242 LibDeviceMap["sm_20"] = std::string(FilePath); in CudaInstallationDetector()
243 LibDeviceMap["sm_21"] = std::string(FilePath); in CudaInstallationDetector()
244 LibDeviceMap["sm_32"] = std::string(FilePath); in CudaInstallationDetector()
246 LibDeviceMap["sm_30"] = std::string(FilePath); in CudaInstallationDetector()
248 LibDeviceMap["sm_50"] = std::string(FilePath); in CudaInstallationDetector()
249 LibDeviceMap["sm_52"] = std::string(FilePath); in CudaInstallationDetector()
250 LibDeviceMap["sm_53"] = std::string(FilePath); in CudaInstallationDetector()
252 LibDeviceMap["sm_60"] = std::string(FilePath); in CudaInstallationDetector()
253 LibDeviceMap["sm_61"] = std::string(FilePath); in CudaInstallationDetector()
254 LibDeviceMap["sm_62"] = std::string(FilePath); in CudaInstallationDetector()
256 LibDeviceMap["sm_35"] = std::string(FilePath); in CudaInstallationDetector()
257 LibDeviceMap["sm_37"] = std::string(FilePath); in CudaInstallationDetector()
260 LibDeviceMap["sm_50"] = std::string(FilePath); in CudaInstallationDetector()
261 LibDeviceMap["sm_52"] = std::string(FilePath); in CudaInstallationDetector()
262 LibDeviceMap["sm_53"] = std::string(FilePath); in CudaInstallationDetector()