Home
last modified time | relevance | path

Searched refs:OMP_REQ_UNIFIED_SHARED_MEMORY (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/openmp/libomptarget/src/
Ddevice.cpp240 } else if (PM->RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY && in getOrAllocTgtPtr()
306 } else if (PM->RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY) { in getTgtPtrBegin()
336 if (PM->RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY && in deallocTgtPtr()
Drtl.cpp237 if ((RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY) != in RegisterRequires()
238 (flags & OMP_REQ_UNIFIED_SHARED_MEMORY)) { in RegisterRequires()
Domptarget.cpp374 if (!(PM->RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY) || in targetDataBegin()
544 if (!(PM->RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY) || in targetDataEnd()
558 !(PM->RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY && in targetDataEnd()
659 if (PM->RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY && in targetDataContiguous()
1103 if (PM->RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY && in processDataBefore()
Dapi.cpp120 if (PM->RTLs.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY) in omp_target_is_present()
/external/llvm-project/openmp/libomptarget/include/
Domptarget.h80 OMP_REQ_UNIFIED_SHARED_MEMORY = 0x008, enumerator
/external/llvm-project/openmp/libomptarget/plugins/cuda/src/
Drtl.cpp608 if (RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY) { in loadBinary()
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/
Drtl.cpp1174 if (DeviceInfo.RequiresFlags & OMP_REQ_UNIFIED_SHARED_MEMORY && in __tgt_rtl_load_binary_locked()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp485 OMP_REQ_UNIFIED_SHARED_MEMORY = 0x008, enumerator
10674 Flags = OMP_REQ_UNIFIED_SHARED_MEMORY; in emitRequiresDirectiveRegFun()