Home
last modified time | relevance | path

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

/llvm-project/offload/DeviceRTL/src/
H A DMapping.cpp342 bool mapping::isGenericMode() { return !isSPMDMode(); } isGenericMode() function in mapping
/llvm-project/offload/plugins-nextgen/common/include/
H A DPluginInterface.h354 bool isGenericMode() const { isGenericMode() function