MLIR  20.0.0git
Classes | Typedefs
mlir::omp Namespace Reference

Classes

struct  DeviceTypeClauseOps
 
struct  OffloadModuleDefaultModel
 
struct  DeclareTargetDefaultModel
 

Typedefs

using DeclareTargetOperands = detail::Clauses< DeviceTypeClauseOps >
 
using TargetEnterExitUpdateDataOperands = TargetEnterDataOperands
 omp.target_enter_data, omp.target_exit_data and omp.target_update take the same clauses, so we give the structure to be shared by all of them a representative name. More...
 

Typedef Documentation

◆ DeclareTargetOperands

using mlir::omp::DeclareTargetOperands = typedef detail::Clauses<DeviceTypeClauseOps>

Definition at line 45 of file OpenMPClauseOperands.h.

◆ TargetEnterExitUpdateDataOperands

using mlir::omp::TargetEnterExitUpdateDataOperands = typedef TargetEnterDataOperands

omp.target_enter_data, omp.target_exit_data and omp.target_update take the same clauses, so we give the structure to be shared by all of them a representative name.

Definition at line 50 of file OpenMPClauseOperands.h.