Lines Matching defs:FilePath
224 std::string FilePath = LibDevicePath + "/libdevice.10.bc";
225 if (FS.exists(FilePath)) {
232 LibDeviceMap[OffloadArchName] = FilePath;
240 StringRef FilePath = LI->path();
241 StringRef FileName = llvm::sys::path::filename(FilePath);
249 LibDeviceMap[GpuArch] = FilePath.str();
254 LibDeviceMap["sm_20"] = std::string(FilePath);
255 LibDeviceMap["sm_21"] = std::string(FilePath);
256 LibDeviceMap["sm_32"] = std::string(FilePath);
258 LibDeviceMap["sm_30"] = std::string(FilePath);
260 LibDeviceMap["sm_50"] = std::string(FilePath);
261 LibDeviceMap["sm_52"] = std::string(FilePath);
262 LibDeviceMap["sm_53"] = std::string(FilePath);
264 LibDeviceMap["sm_60"] = std::string(FilePath);
265 LibDeviceMap["sm_61"] = std::string(FilePath);
266 LibDeviceMap["sm_62"] = std::string(FilePath);
268 LibDeviceMap["sm_35"] = std::string(FilePath);
269 LibDeviceMap["sm_37"] = std::string(FilePath);
272 LibDeviceMap["sm_50"] = std::string(FilePath);
273 LibDeviceMap["sm_52"] = std::string(FilePath);
274 LibDeviceMap["sm_53"] = std::string(FilePath);