Home
last modified time | relevance | path

Searched refs:LibDeviceMap (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Driver/
DToolChains.cpp1794 LibDeviceMap[GpuArch] = FilePath.str(); in init()
1797 LibDeviceMap["sm_20"] = FilePath; in init()
1798 LibDeviceMap["sm_21"] = FilePath; in init()
1800 LibDeviceMap["sm_30"] = FilePath; in init()
1801 LibDeviceMap["sm_32"] = FilePath; in init()
1803 LibDeviceMap["sm_35"] = FilePath; in init()
1804 LibDeviceMap["sm_37"] = FilePath; in init()
1806 LibDeviceMap["sm_50"] = FilePath; in init()
1807 LibDeviceMap["sm_52"] = FilePath; in init()
1808 LibDeviceMap["sm_53"] = FilePath; in init()
[all …]
DToolChains.h173 llvm::StringMap<std::string> LibDeviceMap; variable
208 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()