MLIR  19.0.0git
Namespaces | Macros | Functions
EmitC.h File Reference
#include "mlir/Bytecode/BytecodeOpInterface.h"
#include "mlir/Dialect/EmitC/IR/EmitCTraits.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Dialect.h"
#include "mlir/Interfaces/CastInterfaces.h"
#include "mlir/Interfaces/ControlFlowInterfaces.h"
#include "mlir/Interfaces/FunctionInterfaces.h"
#include "mlir/Interfaces/SideEffectInterfaces.h"
#include "mlir/Dialect/EmitC/IR/EmitCDialect.h.inc"
#include "mlir/Dialect/EmitC/IR/EmitCEnums.h.inc"
#include "mlir/Dialect/EmitC/IR/EmitCAttributes.h.inc"
#include "mlir/Dialect/EmitC/IR/EmitCTypes.h.inc"
#include "mlir/Dialect/EmitC/IR/EmitC.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 
 mlir::emitc
 

Macros

#define GET_ATTRDEF_CLASSES
 
#define GET_TYPEDEF_CLASSES
 
#define GET_OP_CLASSES
 

Functions

void mlir::emitc::buildTerminatedBody (OpBuilder &builder, Location loc)
 Default callback for builders of ops carrying a region. More...
 
bool mlir::emitc::isSupportedEmitCType (mlir::Type type)
 Determines whether type is valid in EmitC. More...
 
bool mlir::emitc::isSupportedIntegerType (mlir::Type type)
 Determines whether type is a valid integer type in EmitC. More...
 
bool mlir::emitc::isIntegerIndexOrOpaqueType (Type type)
 Determines whether type is integer like, i.e. More...
 
bool mlir::emitc::isSupportedFloatType (mlir::Type type)
 Determines whether type is a valid floating-point type in EmitC. More...
 

Macro Definition Documentation

◆ GET_ATTRDEF_CLASSES

#define GET_ATTRDEF_CLASSES

Definition at line 49 of file EmitC.h.

◆ GET_OP_CLASSES

#define GET_OP_CLASSES

Definition at line 55 of file EmitC.h.

◆ GET_TYPEDEF_CLASSES

#define GET_TYPEDEF_CLASSES

Definition at line 52 of file EmitC.h.