MLIR
20.0.0git
|
#include "mlir/Bytecode/BytecodeOpInterface.h"
#include "mlir/Dialect/Async/IR/AsyncTypes.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Dialect.h"
#include "mlir/IR/OpImplementation.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/IR/SymbolTable.h"
#include "mlir/Interfaces/CallInterfaces.h"
#include "mlir/Interfaces/ControlFlowInterfaces.h"
#include "mlir/Interfaces/FunctionInterfaces.h"
#include "mlir/Interfaces/InferTypeOpInterface.h"
#include "mlir/Interfaces/SideEffectInterfaces.h"
#include "mlir/Dialect/Async/IR/AsyncOpsDialect.h.inc"
#include "mlir/Dialect/Async/IR/AsyncOps.h.inc"
Go to the source code of this file.
Classes | |
struct | llvm::PointerLikeTypeTraits< mlir::async::FuncOp > |
Allow stealing the low bits of async::FuncOp. More... | |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::async | |
llvm | |
The OpAsmOpInterface, see OpAsmInterface.td for more details. | |
Macros | |
#define | GET_OP_CLASSES |
Functions | |
bool | mlir::async::isRefCounted (Type type) |
Returns true if the type is reference counted at runtime. More... | |