MLIR  18.0.0git
Namespaces | Macros | Enumerations | Functions
OpenACC.h File Reference
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Dialect.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/IR/SymbolTable.h"
#include "mlir/Bytecode/BytecodeOpInterface.h"
#include "mlir/Dialect/OpenACC/OpenACCOpsDialect.h.inc"
#include "mlir/Dialect/OpenACC/OpenACCOpsEnums.h.inc"
#include "mlir/Dialect/OpenACC/OpenACCTypeInterfaces.h.inc"
#include "mlir/Dialect/OpenACCMPCommon/Interfaces/AtomicInterfaces.h"
#include "mlir/Interfaces/ControlFlowInterfaces.h"
#include "mlir/Interfaces/SideEffectInterfaces.h"
#include "mlir/Dialect/OpenACC/OpenACCOpsTypes.h.inc"
#include "mlir/Dialect/OpenACC/OpenACCOpsAttributes.h.inc"
#include "mlir/Dialect/OpenACC/OpenACCOps.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 This header declares functions that assist transformations in the MemRef dialect.
 
 mlir::acc
 

Macros

#define GET_TYPEDEF_CLASSES
 
#define GET_ATTRDEF_CLASSES
 
#define GET_OP_CLASSES
 
#define ACC_DATA_ENTRY_OPS
 
#define ACC_COMPUTE_CONSTRUCT_OPS    mlir::acc::ParallelOp, mlir::acc::KernelsOp, mlir::acc::SerialOp
 
#define ACC_DATA_CONSTRUCT_OPS
 
#define ACC_COMPUTE_AND_DATA_CONSTRUCT_OPS    ACC_COMPUTE_CONSTRUCT_OPS, ACC_DATA_CONSTRUCT_OPS
 

Enumerations

enum  mlir::acc::OpenACCExecMapping { mlir::acc::NONE = 0 , mlir::acc::VECTOR = 1 , mlir::acc::WORKER = 2 , mlir::acc::GANG = 4 }
 Enumeration used to encode the execution mapping on a loop construct. More...
 

Functions

mlir::Value mlir::acc::getVarPtr (mlir::Operation *accDataEntryOp)
 Used to obtain the varPtr from a data entry operation. More...
 
std::optional< mlir::acc::DataClause > mlir::acc::getDataClause (mlir::Operation *accDataEntryOp)
 Used to obtain the dataClause from a data entry operation. More...
 
bool mlir::acc::getImplicitFlag (mlir::Operation *accDataEntryOp)
 Used to find out whether data operation is implicit. More...
 
static constexpr StringLiteral mlir::acc::getDeclareAttrName ()
 Used to obtain the attribute name for declare. More...
 
static constexpr StringLiteral mlir::acc::getDeclareActionAttrName ()
 
static constexpr StringLiteral mlir::acc::getRoutineInfoAttrName ()
 

Macro Definition Documentation

◆ ACC_COMPUTE_AND_DATA_CONSTRUCT_OPS

#define ACC_COMPUTE_AND_DATA_CONSTRUCT_OPS    ACC_COMPUTE_CONSTRUCT_OPS, ACC_DATA_CONSTRUCT_OPS

Definition at line 53 of file OpenACC.h.

◆ ACC_COMPUTE_CONSTRUCT_OPS

#define ACC_COMPUTE_CONSTRUCT_OPS    mlir::acc::ParallelOp, mlir::acc::KernelsOp, mlir::acc::SerialOp

Definition at line 47 of file OpenACC.h.

◆ ACC_DATA_CONSTRUCT_OPS

#define ACC_DATA_CONSTRUCT_OPS
Value:
mlir::acc::DataOp, mlir::acc::EnterDataOp, mlir::acc::ExitDataOp, \
mlir::acc::UpdateOp, mlir::acc::HostDataOp, mlir::acc::DeclareEnterOp, \
mlir::acc::DeclareExitOp, mlir::acc::DeclareOp

Definition at line 49 of file OpenACC.h.

◆ ACC_DATA_ENTRY_OPS

#define ACC_DATA_ENTRY_OPS
Value:
mlir::acc::CopyinOp, mlir::acc::CreateOp, mlir::acc::PresentOp, \
mlir::acc::NoCreateOp, mlir::acc::AttachOp, mlir::acc::DevicePtrOp, \
mlir::acc::GetDevicePtrOp, mlir::acc::PrivateOp, \
mlir::acc::FirstprivateOp, mlir::acc::UpdateDeviceOp, \
mlir::acc::UseDeviceOp, mlir::acc::ReductionOp, \
mlir::acc::DeclareDeviceResidentOp, mlir::acc::DeclareLinkOp, \
mlir::acc::CacheOp

Definition at line 39 of file OpenACC.h.

◆ GET_ATTRDEF_CLASSES

#define GET_ATTRDEF_CLASSES

Definition at line 33 of file OpenACC.h.

◆ GET_OP_CLASSES

#define GET_OP_CLASSES

Definition at line 36 of file OpenACC.h.

◆ GET_TYPEDEF_CLASSES

#define GET_TYPEDEF_CLASSES

Definition at line 30 of file OpenACC.h.