CIRCT 22.0.0git
|
#include "circt/Dialect/Synth/SynthOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Support/CustomDirectiveImpl.h"
#include "circt/Support/Naming.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/Matchers.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/IR/PatternMatch.h"
#include "llvm/ADT/APInt.h"
#include "llvm/Support/Casting.h"
#include "circt/Dialect/Synth/Synth.cpp.inc"
Go to the source code of this file.
Macros | |
#define | GET_OP_CLASSES |
Functions | |
static Value | lowerVariadicAndInverterOp (AndInverterOp op, OperandRange operands, ArrayRef< bool > inverts, PatternRewriter &rewriter) |
#define GET_OP_CLASSES |
Definition at line 25 of file SynthOps.cpp.
|
static |
Definition at line 265 of file SynthOps.cpp.
References assert(), and lowerVariadicAndInverterOp().
Referenced by lowerVariadicAndInverterOp(), and circt::synth::AndInverterVariadicOpConversion::matchAndRewrite().