Searched refs:ROCMToolChain (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPAMD.h | 54 class LLVM_LIBRARY_VISIBILITY HIPAMDToolChain final : public ROCMToolChain { 100 class LLVM_LIBRARY_VISIBILITY SPIRVAMDToolChain final : public ROCMToolChain {
|
| H A D | AMDGPU.h | 137 class LLVM_LIBRARY_VISIBILITY ROCMToolChain : public AMDGPUToolChain { 139 ROCMToolChain(const Driver &D, const llvm::Triple &Triple,
|
| H A D | AMDGPUOpenMP.h | 26 : public ROCMToolChain {
|
| H A D | AMDGPUOpenMP.cpp | 27 : ROCMToolChain(D, Triple, Args), HostTC(HostTC) { in AMDGPUOpenMPToolChain()
|
| H A D | HIPAMD.cpp | 215 : ROCMToolChain(D, Triple, Args), HostTC(HostTC) { in HIPAMDToolChain() 429 : ROCMToolChain(D, Triple, Args) { in SPIRVAMDToolChain()
|
| H A D | AMDGPU.cpp | 781 ROCMToolChain::ROCMToolChain(const Driver &D, const llvm::Triple &Triple, in ROCMToolChain() function in ROCMToolChain 860 void ROCMToolChain::addClangTargetOptions( in addClangTargetOptions() 986 ROCMToolChain::getCommonDeviceLibNames(const llvm::opt::ArgList &DriverArgs, in getCommonDeviceLibNames()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 6866 TC = DL ? std::make_unique<toolchains::ROCMToolChain>(*this, Target, in getToolChain()
|