MLIR
15.0.0git
|
#include "mlir/Dialect/Async/IR/Async.h"
#include "mlir/IR/DialectImplementation.h"
#include "llvm/ADT/TypeSwitch.h"
#include "mlir/Dialect/Async/IR/AsyncOpsDialect.cpp.inc"
#include "mlir/Dialect/Async/IR/AsyncOps.cpp.inc"
#include "mlir/Dialect/Async/IR/AsyncOpsTypes.cpp.inc"
Go to the source code of this file.
Macros | |
#define | GET_OP_LIST |
#define | GET_TYPEDEF_LIST |
#define | GET_OP_CLASSES |
#define | GET_TYPEDEF_CLASSES |
Functions | |
static ParseResult | parseAwaitResultType (OpAsmParser &parser, Type &operandType, Type &resultType) |
static void | printAwaitResultType (OpAsmPrinter &p, Operation *op, Type operandType, Type resultType) |
Variables | |
constexpr char | kOperandSegmentSizesAttr [] = "operand_segment_sizes" |
ExecuteOp. More... | |
#define GET_OP_LIST |
#define GET_TYPEDEF_LIST |
|
static |
Definition at line 287 of file Async.cpp.
References mlir::Type::dyn_cast(), mlir::failure(), mlir::AsmParser::parseType(), and mlir::success().
|
static |
Definition at line 299 of file Async.cpp.
References mlir::Type::dyn_cast(), mlir::Value::getType(), mlir::Type::isa(), mlir::success(), value, and mlir::verify().