MLIR 22.0.0git
ACCImplicitData.cpp File Reference
#include "mlir/Dialect/OpenACC/Transforms/Passes.h"
#include "mlir/Analysis/AliasAnalysis.h"
#include "mlir/Dialect/OpenACC/Analysis/OpenACCSupport.h"
#include "mlir/Dialect/OpenACC/OpenACC.h"
#include "mlir/Dialect/OpenACC/OpenACCUtils.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/Dominance.h"
#include "mlir/IR/Operation.h"
#include "mlir/IR/Value.h"
#include "mlir/Interfaces/FunctionInterfaces.h"
#include "mlir/Interfaces/ViewLikeInterface.h"
#include "mlir/Transforms/RegionUtils.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Support/ErrorHandling.h"
#include <type_traits>
#include "mlir/Dialect/OpenACC/Transforms/Passes.h.inc"

Go to the source code of this file.

Classes

struct  mlir::acc::ACCImplicitDataOptions
class  mlir::acc::impl::ACCImplicitDataBase< DerivedT >
struct  mlir::acc::ACCImplicitRoutineOptions
struct  mlir::acc::LegalizeDataValuesInRegionOptions

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::acc
namespace  mlir::acc::impl

Macros

#define GEN_PASS_DEF_ACCIMPLICITDATA
#define GEN_PASS_DECL_ACCIMPLICITDATA
#define GEN_PASS_DECL_ACCIMPLICITROUTINE
#define GEN_PASS_DECL_LEGALIZEDATAVALUESINREGION
#define GEN_PASS_REGISTRATION_ACCIMPLICITDATA
#define GEN_PASS_REGISTRATION_ACCIMPLICITROUTINE
#define GEN_PASS_REGISTRATION_LEGALIZEDATAVALUESINREGION
#define DEBUG_TYPE   "acc-implicit-data"

Functions

std::unique_ptr<::mlir::Passmlir::acc::createACCImplicitData ()
std::unique_ptr<::mlir::Passmlir::acc::createACCImplicitData (ACCImplicitDataOptions options)
std::unique_ptr<::mlir::Passmlir::acc::impl::createACCImplicitData ()
std::unique_ptr<::mlir::Passmlir::acc::impl::createACCImplicitData (ACCImplicitDataOptions options)
std::unique_ptr<::mlir::Passmlir::acc::createACCImplicitRoutine ()
std::unique_ptr<::mlir::Passmlir::acc::createACCImplicitRoutine (ACCImplicitRoutineOptions options)
std::unique_ptr<::mlir::Passmlir::acc::createLegalizeDataValuesInRegion ()
std::unique_ptr<::mlir::Passmlir::acc::createLegalizeDataValuesInRegion (LegalizeDataValuesInRegionOptions options)
void mlir::acc::registerACCImplicitData ()
void mlir::acc::registerACCImplicitDataPass ()
void mlir::acc::registerACCImplicitRoutine ()
void mlir::acc::registerACCImplicitRoutinePass ()
void mlir::acc::registerLegalizeDataValuesInRegion ()
void mlir::acc::registerLegalizeDataValuesInRegionPass ()
void mlir::acc::registerOpenACCPasses ()

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "acc-implicit-data"

Definition at line 227 of file ACCImplicitData.cpp.

◆ GEN_PASS_DECL_ACCIMPLICITDATA

#define GEN_PASS_DECL_ACCIMPLICITDATA

◆ GEN_PASS_DECL_ACCIMPLICITROUTINE

#define GEN_PASS_DECL_ACCIMPLICITROUTINE

◆ GEN_PASS_DECL_LEGALIZEDATAVALUESINREGION

#define GEN_PASS_DECL_LEGALIZEDATAVALUESINREGION

◆ GEN_PASS_DEF_ACCIMPLICITDATA

#define GEN_PASS_DEF_ACCIMPLICITDATA

Definition at line 222 of file ACCImplicitData.cpp.

◆ GEN_PASS_REGISTRATION_ACCIMPLICITDATA

#define GEN_PASS_REGISTRATION_ACCIMPLICITDATA

◆ GEN_PASS_REGISTRATION_ACCIMPLICITROUTINE

#define GEN_PASS_REGISTRATION_ACCIMPLICITROUTINE

◆ GEN_PASS_REGISTRATION_LEGALIZEDATAVALUESINREGION

#define GEN_PASS_REGISTRATION_LEGALIZEDATAVALUESINREGION