MLIR
18.0.0git
|
#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 () |
#define ACC_COMPUTE_AND_DATA_CONSTRUCT_OPS ACC_COMPUTE_CONSTRUCT_OPS, ACC_DATA_CONSTRUCT_OPS |
#define ACC_COMPUTE_CONSTRUCT_OPS mlir::acc::ParallelOp, mlir::acc::KernelsOp, mlir::acc::SerialOp |
#define ACC_DATA_CONSTRUCT_OPS |
#define ACC_DATA_ENTRY_OPS |