#include "mlir/Tools/mlir-tblgen/MlirTblgenMain.h"
#include "mlir/TableGen/GenInfo.h"
#include "mlir/TableGen/GenNameParser.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/InitLLVM.h"
#include "llvm/Support/Signals.h"
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Main.h"
#include "llvm/TableGen/Record.h"
Go to the source code of this file.
◆ DeprecatedAction
◆ findUse() [1/2]
static bool findUse |
( |
const Init * |
field, |
|
|
const Init * |
deprecatedInit, |
|
|
llvm::DenseMap< const Init *, bool > & |
known |
|
) |
| |
|
static |
◆ findUse() [2/2]
static bool findUse |
( |
Record & |
record, |
|
|
const Init * |
deprecatedInit, |
|
|
llvm::DenseMap< const Init *, bool > & |
known |
|
) |
| |
|
static |
◆ mlirTableGenMain()
static bool mlirTableGenMain |
( |
raw_ostream & |
os, |
|
|
const RecordKeeper & |
records |
|
) |
| |
|
static |
◆ warnOfDeprecatedUses()
static void warnOfDeprecatedUses |
( |
const RecordKeeper & |
records | ) |
|
|
static |
◆ actionOnDeprecatedValue
◆ generator