Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp260 static bool isAMDGPU(const ObjectFile &Obj) { in isAMDGPU() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h906 bool isAMDGPU() const { return getArch() == Triple::r600 || isAMDGCN(); } in isAMDGPU() function