#include "mlir/Conversion/PDLToPDLInterp/PDLToPDLInterp.h"
#include "PredicateTree.h"
#include "mlir/Dialect/PDL/IR/PDLTypes.h"
#include "mlir/Dialect/PDLInterp/IR/PDLInterp.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/ScopedHashTable.h"
#include "llvm/ADT/Sequence.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/TypeSwitch.h"
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
|
| namespace | mlir |
| | Include the generated interface declarations.
|
| namespace | mlir::impl |
| | Attribute collections provide a dictionary-like interface.
|
◆ GEN_PASS_DEF_CONVERTPDLTOPDLINTERPPASS
| #define GEN_PASS_DEF_CONVERTPDLTOPDLINTERPPASS |
◆ createSwitchOp()
template<typename OpT, typename PredT, typename ValT = typename PredT::KeyTy>