Searched refs:ROCMToolChain (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AMDGPU.h | 131 class LLVM_LIBRARY_VISIBILITY ROCMToolChain : public AMDGPUToolChain { 133 ROCMToolChain(const Driver &D, const llvm::Triple &Triple,
|
| H A D | AMDGPUOpenMP.h | 69 : public ROCMToolChain {
|
| H A D | HIP.h | 59 class LLVM_LIBRARY_VISIBILITY HIPToolChain final : public ROCMToolChain {
|
| H A D | AMDGPU.cpp | 688 ROCMToolChain::ROCMToolChain(const Driver &D, const llvm::Triple &Triple, in ROCMToolChain() function in ROCMToolChain 809 void ROCMToolChain::addClangTargetOptions( in addClangTargetOptions() 898 ROCMToolChain::getCommonDeviceLibNames(const llvm::opt::ArgList &DriverArgs, in getCommonDeviceLibNames()
|
| H A D | AMDGPUOpenMP.cpp | 221 : ROCMToolChain(D, Triple, Args), HostTC(HostTC) { in AMDGPUOpenMPToolChain()
|
| H A D | HIP.cpp | 236 : ROCMToolChain(D, Triple, Args), HostTC(HostTC) { in HIPToolChain()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 5306 TC = std::make_unique<toolchains::ROCMToolChain>(*this, Target, Args); in getToolChain()
|