Searched defs:isGenericMode (Results 1 – 2 of 2) sorted by relevance
/llvm-project/offload/DeviceRTL/src/ | ||
H A D | Mapping.cpp | 342 bool mapping::isGenericMode() { return !isSPMDMode(); } isGenericMode() function in mapping |
/llvm-project/offload/plugins-nextgen/common/include/ | ||
H A D | PluginInterface.h | 354 bool isGenericMode() const { isGenericMode() function |