Home
last modified time | relevance | path

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

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