|
CIRCT 22.0.0git
|
#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"
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) |
| #define GET_OP_CLASSES |
Definition at line 955 of file RTGOps.cpp.
| OpFoldResult labelDeclFolder | ( | OpTy | op, |
| typename OpTy::FoldAdaptor | adaptor | ||
| ) |
Definition at line 925 of file RTGOps.cpp.
References substituteFormatString().
|
static |
Definition at line 895 of file RTGOps.cpp.
Referenced by labelDeclFolder().