LLVM: include/llvm/Frontend/OpenMP/OMPDeviceConstants.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15#ifndef LLVM_FRONTEND_OPENMP_OMPDEVICECONSTANTS_H
16#define LLVM_FRONTEND_OPENMP_OMPDEVICECONSTANTS_H
17
18namespace llvm {
19namespace omp {
20
29
30}
31}
32
33#endif
OMPTgtExecModeFlags
Definition OMPDeviceConstants.h:21
@ OMP_TGT_EXEC_MODE_BARE
Definition OMPDeviceConstants.h:22
@ OMP_TGT_EXEC_MODE_SPMD
Definition OMPDeviceConstants.h:24
@ OMP_TGT_EXEC_MODE_GENERIC_SPMD
Definition OMPDeviceConstants.h:25
@ OMP_TGT_EXEC_MODE_SPMD_NO_LOOP
Definition OMPDeviceConstants.h:27
@ OMP_TGT_EXEC_MODE_GENERIC
Definition OMPDeviceConstants.h:23
This is an optimization pass for GlobalISel generic memory operations.