Loading [MathJax]/extensions/tex2jax.js
CIRCT 22.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
DatapathOps.cpp File Reference
#include "circt/Dialect/Datapath/DatapathOps.h"
#include "circt/Dialect/Datapath/Datapath.cpp.inc"
Include dependency graph for DatapathOps.cpp:

Go to the source code of this file.

Macros

#define GET_OP_CLASSES
 

Functions

static ParseResult parseCompressFormat (OpAsmParser &parser, SmallVectorImpl< Type > &inputTypes, SmallVectorImpl< Type > &resultTypes)
 
static void printCompressFormat (OpAsmPrinter &printer, Operation *op, TypeRange inputTypes, TypeRange resultTypes)
 

Macro Definition Documentation

◆ GET_OP_CLASSES

#define GET_OP_CLASSES

Definition at line 67 of file DatapathOps.cpp.

Function Documentation

◆ parseCompressFormat()

static ParseResult parseCompressFormat ( OpAsmParser &  parser,
SmallVectorImpl< Type > &  inputTypes,
SmallVectorImpl< Type > &  resultTypes 
)
static

Definition at line 35 of file DatapathOps.cpp.

◆ printCompressFormat()

static void printCompressFormat ( OpAsmPrinter &  printer,
Operation *  op,
TypeRange  inputTypes,
TypeRange  resultTypes 
)
static

Definition at line 55 of file DatapathOps.cpp.