MLIR 22.0.0git
Async.cpp File Reference
#include "mlir/Dialect/Async/IR/Async.h"
#include "mlir/IR/DialectImplementation.h"
#include "mlir/Interfaces/FunctionImplementation.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 [] = "operandSegmentSizes"
 ExecuteOp.

Macro Definition Documentation

◆ GET_OP_CLASSES

#define GET_OP_CLASSES

Definition at line 429 of file Async.cpp.

◆ GET_OP_LIST

#define GET_OP_LIST

◆ GET_TYPEDEF_CLASSES

#define GET_TYPEDEF_CLASSES

Definition at line 436 of file Async.cpp.

◆ GET_TYPEDEF_LIST

#define GET_TYPEDEF_LIST

Function Documentation

◆ parseAwaitResultType()

ParseResult parseAwaitResultType ( OpAsmParser & parser,
Type & operandType,
Type & resultType )
static

Definition at line 258 of file Async.cpp.

References mlir::AsmParser::parseType(), and success().

◆ printAwaitResultType()

void printAwaitResultType ( OpAsmPrinter & p,
Operation * op,
Type operandType,
Type resultType )
static

Definition at line 270 of file Async.cpp.

Variable Documentation

◆ kOperandSegmentSizesAttr

char kOperandSegmentSizesAttr[] = "operandSegmentSizes"
constexpr

ExecuteOp.

Definition at line 35 of file Async.cpp.