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