Home
last modified time | relevance | path

Searched refs:isHIP (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DTypes.h79 bool isHIP(ID Id);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DTypes.cpp208 bool types::isHIP(ID Id) { in isHIP() function in types
DDriver.cpp678 return types::isHIP(I.first); in CreateOffloadingDeviceToolChains()