|
MLIR 22.0.0git
|
#include "mlir/Dialect/OpenACC/Transforms/Passes.h"#include "mlir/Dialect/OpenACC/Analysis/OpenACCSupport.h"#include "mlir/Dialect/OpenACC/OpenACC.h"#include "mlir/IR/Builders.h"#include "mlir/IR/BuiltinAttributes.h"#include "mlir/IR/BuiltinOps.h"#include "mlir/IR/Operation.h"#include "mlir/IR/Value.h"#include "mlir/Interfaces/FunctionInterfaces.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/TypeSwitch.h"#include "mlir/Dialect/OpenACC/Transforms/Passes.h.inc"Go to the source code of this file.
Classes | |
| class | mlir::acc::impl::ACCImplicitDeclareBase< DerivedT > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::acc |
| namespace | mlir::acc::impl |
Macros | |
| #define | GEN_PASS_DEF_ACCIMPLICITDECLARE |
| #define | DEBUG_TYPE "acc-implicit-declare" |
Functions | |
| std::unique_ptr<::mlir::Pass > | mlir::acc::impl::createACCImplicitDeclare () |
| std::unique_ptr<::mlir::Pass > | mlir::acc::createACCImplicitDeclare () |
| #define DEBUG_TYPE "acc-implicit-declare" |
Definition at line 197 of file ACCImplicitDeclare.cpp.
| #define GEN_PASS_DEF_ACCIMPLICITDECLARE |
Definition at line 192 of file ACCImplicitDeclare.cpp.