Searched refs:ROCMToolChain (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | AMDGPU.h | 119 class LLVM_LIBRARY_VISIBILITY ROCMToolChain : public AMDGPUToolChain { 121 ROCMToolChain(const Driver &D, const llvm::Triple &Triple,
|
| H A D | AMDGPUOpenMP.h | 65 : public ROCMToolChain {
|
| H A D | HIP.h | 59 class LLVM_LIBRARY_VISIBILITY HIPToolChain final : public ROCMToolChain {
|
| H A D | AMDGPU.cpp | 684 ROCMToolChain::ROCMToolChain(const Driver &D, const llvm::Triple &Triple, in ROCMToolChain() function in ROCMToolChain 795 void ROCMToolChain::addClangTargetOptions( in addClangTargetOptions()
|
| H A D | AMDGPUOpenMP.cpp | 199 : ROCMToolChain(D, Triple, Args), HostTC(HostTC) { in AMDGPUOpenMPToolChain()
|
| H A D | HIP.cpp | 235 : ROCMToolChain(D, Triple, Args), HostTC(HostTC) { in HIPToolChain()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | Driver.cpp | 5284 TC = std::make_unique<toolchains::ROCMToolChain>(*this, Target, Args); in getToolChain()
|