|
MLIR 23.0.0git
|
#include "mlir/Dialect/Func/IR/FuncOps.h"#include "mlir/Dialect/OpenACC/Analysis/OpenACCSupport.h"#include "mlir/Dialect/OpenACC/OpenACC.h"#include "mlir/Dialect/OpenACC/OpenACCParMapping.h"#include "mlir/Dialect/OpenACC/OpenACCUtilsLoop.h"#include "mlir/Dialect/OpenACC/Transforms/Passes.h"#include "mlir/Dialect/SCF/IR/SCF.h"#include "mlir/Interfaces/FunctionInterfaces.h"#include "mlir/Interfaces/LoopLikeInterface.h"#include "llvm/ADT/StringExtras.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::ACCEmitRemarksLoopBase< DerivedT > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::acc |
| namespace | mlir::acc::impl |
Macros | |
| #define | GEN_PASS_DEF_ACCEMITREMARKSLOOP |
| #define | DEBUG_TYPE "acc-emit-remarks-loop" |
Functions | |
| std::unique_ptr<::mlir::Pass > | mlir::acc::impl::createACCEmitRemarksLoop () |
| std::unique_ptr<::mlir::Pass > | mlir::acc::impl::createACCEmitRemarksLoop (ACCEmitRemarksLoopOptions options) |
| std::unique_ptr<::mlir::Pass > | mlir::acc::createACCEmitRemarksLoop () |
| std::unique_ptr<::mlir::Pass > | mlir::acc::createACCEmitRemarksLoop (ACCEmitRemarksLoopOptions options) |
| #define DEBUG_TYPE "acc-emit-remarks-loop" |
Definition at line 33 of file ACCEmitRemarksLoop.cpp.
| #define GEN_PASS_DEF_ACCEMITREMARKSLOOP |
Definition at line 28 of file ACCEmitRemarksLoop.cpp.