Searched defs:LibDeviceFile (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 899 StringRef LibDeviceFile = RocmInstallation->getLibDeviceFile(CanonArch); addClangTargetOptions() local 936 checkCommonBitcodeLibs(StringRef GPUArch,StringRef LibDeviceFile,DeviceLibABIVersion ABIVer) const checkCommonBitcodeLibs() argument 955 getCommonBitcodeLibs(const llvm::opt::ArgList & DriverArgs,StringRef LibDeviceFile,bool Wave64,bool DAZ,bool FiniteOnly,bool UnsafeMathOpt,bool FastRelaxedMath,bool CorrectSqrt,DeviceLibABIVersion ABIVer,bool isOpenMP=false) const getCommonBitcodeLibs() argument 985 StringRef LibDeviceFile = RocmInstallation->getLibDeviceFile(CanonArch); getCommonDeviceLibNames() local [all...] |
H A D | Cuda.cpp | 824 std::string LibDeviceFile = CudaInstallation.getLibDeviceFile(GpuArch); addClangTargetOptions() local
|