|
MLIR 22.0.0git
|
#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::Pass > | mlir::acc::impl::createACCLegalizeSerial () |
| std::unique_ptr<::mlir::Pass > | mlir::acc::createACCLegalizeSerial () |
| #define DEBUG_TYPE "acc-legalize-serial" |
Definition at line 44 of file ACCLegalizeSerial.cpp.
| #define GEN_PASS_DEF_ACCLEGALIZESERIAL |
Definition at line 39 of file ACCLegalizeSerial.cpp.