MLIR
20.0.0git
|
#include "mlir/IR/BuiltinAttributes.h"
#include "llvm/ADT/SmallVector.h"
#include "mlir/Dialect/OpenMP/OpenMPOpsEnums.h.inc"
#include "mlir/Dialect/OpenMP/OpenMPOpsAttributes.h.inc"
#include "mlir/Dialect/OpenMP/OpenMPClauseOps.h.inc"
Go to the source code of this file.
Classes | |
struct | mlir::omp::DeviceTypeClauseOps |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::omp | |
Macros | |
#define | GET_ATTRDEF_CLASSES |
Typedefs | |
using | mlir::omp::DeclareTargetOperands = detail::Clauses< DeviceTypeClauseOps > |
using | mlir::omp::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... | |
#define GET_ATTRDEF_CLASSES |
Definition at line 23 of file OpenMPClauseOperands.h.