MLIR-AIE
Classes | Typedefs | Functions
AIECoreToStandard.cpp File Reference
#include "aie/Dialect/AIE/IR/AIEDialect.h"
#include "aie/Dialect/AIE/Transforms/AIEPasses.h"
#include "mlir/Conversion/FuncToLLVM/ConvertFuncToLLVM.h"
#include "mlir/Conversion/FuncToLLVM/ConvertFuncToLLVMPass.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/ControlFlow/IR/ControlFlow.h"
#include "mlir/Dialect/Index/IR/IndexDialect.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/Dialect/Math/IR/Math.h"
#include "mlir/Dialect/Vector/IR/VectorOps.h"
#include "mlir/IR/Attributes.h"
#include "mlir/IR/IRMapping.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Tools/mlir-translate/MlirTranslateMain.h"
#include "mlir/Transforms/DialectConversion.h"
+ Include dependency graph for AIECoreToStandard.cpp:

Go to the source code of this file.

Classes

struct  AIEOpRemoval< MyAIEOp >
 
struct  AIEDebugOpToStdLowering
 
struct  AIEPutStreamToStdLowering
 
struct  AIEGetStreamToStdLowering
 
struct  AIEPutCascadeToStdLowering
 
struct  AIEGetCascadeToStdLowering
 
struct  AIEUseLockToStdLowering
 
struct  AIEBufferToStandard
 
struct  AIECoreToStandardFunc
 
struct  AIEEventOpToStdLowering
 
struct  AIECoreToStandardPass
 

Typedefs

typedef std::tuple< const char *, std::vector< Type >, std::vector< Type > > IntrinsicDecl
 
typedef std::vector< IntrinsicDeclIntrinsicDecls
 

Functions

template<typename OpTy >
void outlineOps (DeviceOp device)
 

Typedef Documentation

◆ IntrinsicDecl

typedef std::tuple<const char *, std::vector<Type>, std::vector<Type> > IntrinsicDecl

Definition at line 47 of file AIECoreToStandard.cpp.

◆ IntrinsicDecls

typedef std::vector<IntrinsicDecl> IntrinsicDecls

Definition at line 48 of file AIECoreToStandard.cpp.

Function Documentation

◆ outlineOps()

template<typename OpTy >
void outlineOps ( DeviceOp  device)

Definition at line 531 of file AIECoreToStandard.cpp.