CIRCT 22.0.0git
Loading...
Searching...
No Matches
Macros | Functions
RTGOps.cpp File Reference
#include "circt/Dialect/RTG/IR/RTGOps.h"
#include "circt/Dialect/RTG/IR/RTGAttributes.h"
#include "circt/Support/ParsingUtils.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/DialectImplementation.h"
#include "llvm/ADT/SmallString.h"
#include "circt/Dialect/RTG/IR/RTG.cpp.inc"
Include dependency graph for RTGOps.cpp:

Go to the source code of this file.

Macros

#define GET_OP_CLASSES
 

Functions

static StringAttr substituteFormatString (StringAttr formatString, ArrayRef< Attribute > substitutes)
 
template<typename OpTy >
OpFoldResult labelDeclFolder (OpTy op, typename OpTy::FoldAdaptor adaptor)
 

Macro Definition Documentation

◆ GET_OP_CLASSES

#define GET_OP_CLASSES

Definition at line 955 of file RTGOps.cpp.

Function Documentation

◆ labelDeclFolder()

template<typename OpTy >
OpFoldResult labelDeclFolder ( OpTy  op,
typename OpTy::FoldAdaptor  adaptor 
)

Definition at line 925 of file RTGOps.cpp.

References substituteFormatString().

◆ substituteFormatString()

static StringAttr substituteFormatString ( StringAttr  formatString,
ArrayRef< Attribute >  substitutes 
)
static

Definition at line 895 of file RTGOps.cpp.

Referenced by labelDeclFolder().