Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Ddevice.h221 int32_t runTeamRegion(void *TgtEntryPtr, void **TgtVarsPtr,
Ddevice.cpp475 int32_t DeviceTy::runTeamRegion(void *TgtEntryPtr, void **TgtVarsPtr, in runTeamRegion() function in DeviceTy
Domptarget.cpp1260 Ret = Device.runTeamRegion(TgtEntryPtr, &TgtArgs[0], &TgtOffsets[0], in target()