MLIR 22.0.0git
ACCLegalizeSerial.cpp File Reference
#include "mlir/Dialect/OpenACC/Transforms/Passes.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Dialect/OpenACC/OpenACC.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/Location.h"
#include "mlir/IR/MLIRContext.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/IR/Region.h"
#include "mlir/IR/Value.h"
#include "mlir/Support/LLVM.h"
#include "mlir/Support/LogicalResult.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "llvm/Support/Debug.h"
#include "mlir/Dialect/OpenACC/Transforms/Passes.h.inc"

Go to the source code of this file.

Classes

class  mlir::acc::impl::ACCLegalizeSerialBase< DerivedT >

Namespaces

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

Macros

#define GEN_PASS_DEF_ACCLEGALIZESERIAL
#define DEBUG_TYPE   "acc-legalize-serial"

Functions

std::unique_ptr<::mlir::Passmlir::acc::impl::createACCLegalizeSerial ()
std::unique_ptr<::mlir::Passmlir::acc::createACCLegalizeSerial ()

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "acc-legalize-serial"

Definition at line 44 of file ACCLegalizeSerial.cpp.

◆ GEN_PASS_DEF_ACCLEGALIZESERIAL

#define GEN_PASS_DEF_ACCLEGALIZESERIAL

Definition at line 39 of file ACCLegalizeSerial.cpp.