Searched defs:LibDeviceFile (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 920 StringRef LibDeviceFile = RocmInstallation->getLibDeviceFile(CanonArch); addClangTargetOptions() local 962 checkCommonBitcodeLibs(StringRef GPUArch,StringRef LibDeviceFile,DeviceLibABIVersion ABIVer) const checkCommonBitcodeLibs() argument 981 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 1011 StringRef LibDeviceFile = RocmInstallation->getLibDeviceFile(CanonArch); getCommonDeviceLibNames() local [all...] |
H A D | Cuda.cpp | 883 std::string LibDeviceFile = CudaInstallation.getLibDeviceFile(GpuArch); addClangTargetOptions() local
|