Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h429 int32_t runTeamRegion(void *TgtEntryPtr, void **TgtVarsPtr,
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp599 int32_t DeviceTy::runTeamRegion(void *TgtEntryPtr, void **TgtVarsPtr, in runTeamRegion() function in DeviceTy
H A Domptarget.cpp1550 Ret = Device.runTeamRegion(TgtEntryPtr, &TgtArgs[0], &TgtOffsets[0], in target()