Lines Matching refs:FilePath
229 std::string FilePath = LibDevicePath + "/libdevice.10.bc";
230 if (FS.exists(FilePath)) {
237 LibDeviceMap[OffloadArchName] = FilePath;
245 StringRef FilePath = LI->path();
246 StringRef FileName = llvm::sys::path::filename(FilePath);
254 LibDeviceMap[GpuArch] = FilePath.str();
259 LibDeviceMap["sm_20"] = std::string(FilePath);
260 LibDeviceMap["sm_21"] = std::string(FilePath);
261 LibDeviceMap["sm_32"] = std::string(FilePath);
263 LibDeviceMap["sm_30"] = std::string(FilePath);
265 LibDeviceMap["sm_50"] = std::string(FilePath);
266 LibDeviceMap["sm_52"] = std::string(FilePath);
267 LibDeviceMap["sm_53"] = std::string(FilePath);
269 LibDeviceMap["sm_60"] = std::string(FilePath);
270 LibDeviceMap["sm_61"] = std::string(FilePath);
271 LibDeviceMap["sm_62"] = std::string(FilePath);
273 LibDeviceMap["sm_35"] = std::string(FilePath);
274 LibDeviceMap["sm_37"] = std::string(FilePath);
277 LibDeviceMap["sm_50"] = std::string(FilePath);
278 LibDeviceMap["sm_52"] = std::string(FilePath);
279 LibDeviceMap["sm_53"] = std::string(FilePath);