Home
last modified time | relevance | path

Searched defs:isAMDGCN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h83 static bool isAMDGCN(const llvm::Triple &TT) { in isAMDGCN() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h852 bool isAMDGCN() const { return getArch() == Triple::amdgcn; } in isAMDGCN() function