LLVM 22.0.0git
OMPDeviceConstants.h File Reference

This file defines constans that will be used by both host and device compilation. More...

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::omp

Enumerations

enum  llvm::omp::OMPTgtExecModeFlags : unsigned char {
  llvm::omp::OMP_TGT_EXEC_MODE_BARE = 0 , llvm::omp::OMP_TGT_EXEC_MODE_GENERIC = 1 << 0 , llvm::omp::OMP_TGT_EXEC_MODE_SPMD = 1 << 1 , llvm::omp::OMP_TGT_EXEC_MODE_GENERIC_SPMD ,
  llvm::omp::OMP_TGT_EXEC_MODE_SPMD_NO_LOOP = 1 << 2 | OMP_TGT_EXEC_MODE_SPMD
}

Detailed Description

This file defines constans that will be used by both host and device compilation.

Definition in file OMPDeviceConstants.h.