|
CIRCT 22.0.0git
|
#include "circt/Dialect/Comb/CombOps.h"#include "circt/Dialect/HW/HWOps.h"#include "circt/Dialect/HW/HWPasses.h"#include "mlir/IR/AttrTypeSubElements.h"#include "mlir/IR/Iterators.h"#include "mlir/Pass/Pass.h"#include "circt/Dialect/HW/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
| namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
| namespace | circt::hw |
Macros | |
| #define | DEBUG_TYPE "hw-convert-bitcasts" |
| #define | GEN_PASS_DEF_HWCONVERTBITCASTS |
Functions | |
| static void | collectIntegersRecursively (OpBuilder builder, Location loc, Value inputVal, SmallVectorImpl< Value > &accumulator) |
| static Value | constructAggregateRecursively (OpBuilder builder, Location loc, Value rawInteger, Type targetType) |
| #define DEBUG_TYPE "hw-convert-bitcasts" |
Definition at line 16 of file HWConvertBitcasts.cpp.
| #define GEN_PASS_DEF_HWCONVERTBITCASTS |
Definition at line 20 of file HWConvertBitcasts.cpp.
|
static |
Definition at line 61 of file HWConvertBitcasts.cpp.
References assert(), collectIntegersRecursively(), hw.ArrayGetOp::create(), hw.ConstantOp::create(), circt::hw::getBitWidth(), and numElements.
Referenced by collectIntegersRecursively().
|
static |
Definition at line 101 of file HWConvertBitcasts.cpp.
References assert(), constructAggregateRecursively(), hw.ConstantOp::create(), hw.ArrayCreateOp::create(), hw.StructCreateOp::create(), comb.ExtractOp::create(), circt::hw::getBitWidth(), and numElements.
Referenced by constructAggregateRecursively().