Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDTypes.h87 bool isCuda(ID Id);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDTypes.cpp270 bool types::isCuda(ID Id) { in isCuda() function in types
HDDriver.cpp783 return types::isCuda(I.first); in CreateOffloadingDeviceToolChains()
4607 if ((Kind == Action::OFK_Cuda && !types::isCuda(InputType)) || in BuildOffloadingActions()