#include "circt/Dialect/MSFT/MSFTOps.h"
#include "circt/Dialect/Comb/CombDialect.h"
#include "circt/Dialect/HW/HWAttributes.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Dialect/HW/ModuleImplementation.h"
#include "circt/Dialect/MSFT/MSFTAttributes.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/DialectImplementation.h"
#include "mlir/Interfaces/FunctionImplementation.h"
#include "mlir/Interfaces/FunctionInterfaces.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/TypeSwitch.h"
#include "circt/Dialect/MSFT/MSFT.cpp.inc"
Go to the source code of this file.
◆ GET_OP_CLASSES
◆ parseImplicitInnerRef()
static ParseResult parseImplicitInnerRef |
( |
OpAsmParser & |
p, |
|
|
hw::InnerRefAttr & |
innerRef |
|
) |
| |
|
static |
◆ parseListOptionalRegLocList()
static ParseResult parseListOptionalRegLocList |
( |
OpAsmParser & |
p, |
|
|
LocationVectorAttr & |
locs |
|
) |
| |
|
static |
◆ parsePhysLoc()
static ParseResult parsePhysLoc |
( |
OpAsmParser & |
p, |
|
|
PhysLocationAttr & |
attr |
|
) |
| |
|
static |
◆ printImplicitInnerRef()
void printImplicitInnerRef |
( |
OpAsmPrinter & |
p, |
|
|
Operation * |
, |
|
|
hw::InnerRefAttr |
innerRef |
|
) |
| |
◆ printListOptionalRegLocList()
static void printListOptionalRegLocList |
( |
OpAsmPrinter & |
p, |
|
|
Operation * |
, |
|
|
LocationVectorAttr |
locs |
|
) |
| |
|
static |
◆ printPhysLoc()
static void printPhysLoc |
( |
OpAsmPrinter & |
p, |
|
|
Operation * |
, |
|
|
PhysLocationAttr |
loc |
|
) |
| |
|
static |