Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDTypes.h90 bool isHIP(ID Id);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDTypes.cpp282 bool types::isHIP(ID Id) { in isHIP() function in types
HDDriver.cpp788 return types::isHIP(I.first); in CreateOffloadingDeviceToolChains()
4608 (Kind == Action::OFK_HIP && !types::isHIP(InputType))) in BuildOffloadingActions()