MLIR  19.0.0git
Macros | Functions | Variables
Async.cpp File Reference
#include "mlir/Dialect/Async/IR/Async.h"
#include "mlir/IR/DialectImplementation.h"
#include "mlir/IR/IRMapping.h"
#include "mlir/Interfaces/FunctionImplementation.h"
#include "llvm/ADT/MapVector.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. More...
 

Macro Definition Documentation

◆ GET_OP_CLASSES

#define GET_OP_CLASSES

Definition at line 430 of file Async.cpp.

◆ GET_OP_LIST

#define GET_OP_LIST

◆ GET_TYPEDEF_CLASSES

#define GET_TYPEDEF_CLASSES

Definition at line 437 of file Async.cpp.

◆ GET_TYPEDEF_LIST

#define GET_TYPEDEF_LIST

Function Documentation

◆ parseAwaitResultType()

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

Definition at line 259 of file Async.cpp.

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

◆ printAwaitResultType()

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

Definition at line 271 of file Async.cpp.

Variable Documentation

◆ kOperandSegmentSizesAttr

constexpr char kOperandSegmentSizesAttr[] = "operandSegmentSizes"
constexpr

ExecuteOp.

Definition at line 39 of file Async.cpp.