CIRCT 22.0.0git
|
#include "circt/Dialect/AIG/AIGOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Support/CustomDirectiveImpl.h"
#include "circt/Support/Naming.h"
#include "mlir/IR/PatternMatch.h"
#include "circt/Dialect/AIG/AIG.cpp.inc"
Go to the source code of this file.
Macros | |
#define | GET_OP_CLASSES |
Functions | |
static Value | lowerVariadicAndInverterOp (aig::AndInverterOp op, OperandRange operands, ArrayRef< bool > inverts, PatternRewriter &rewriter) |
#define GET_OP_CLASSES |
Definition at line 23 of file AIGOps.cpp.
|
static |
Definition at line 122 of file AIGOps.cpp.
References assert(), and lowerVariadicAndInverterOp().
Referenced by lowerVariadicAndInverterOp(), and circt::aig::AndInverterVariadicOpConversion::matchAndRewrite().