Home
last modified time | relevance | path

Searched refs:ROCMToolChain (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPU.h119 class LLVM_LIBRARY_VISIBILITY ROCMToolChain : public AMDGPUToolChain {
121 ROCMToolChain(const Driver &D, const llvm::Triple &Triple,
H A DAMDGPUOpenMP.h65 : public ROCMToolChain {
H A DHIP.h59 class LLVM_LIBRARY_VISIBILITY HIPToolChain final : public ROCMToolChain {
H A DAMDGPU.cpp684 ROCMToolChain::ROCMToolChain(const Driver &D, const llvm::Triple &Triple, in ROCMToolChain() function in ROCMToolChain
795 void ROCMToolChain::addClangTargetOptions( in addClangTargetOptions()
H A DAMDGPUOpenMP.cpp199 : ROCMToolChain(D, Triple, Args), HostTC(HostTC) { in AMDGPUOpenMPToolChain()
H A DHIP.cpp235 : ROCMToolChain(D, Triple, Args), HostTC(HostTC) { in HIPToolChain()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp5284 TC = std::make_unique<toolchains::ROCMToolChain>(*this, Target, Args); in getToolChain()