#include "circt/Dialect/RTG/IR/RTGISAAssemblyOpInterfaces.h"
#include "circt/Dialect/RTG/IR/RTGOps.h"
#include "circt/Dialect/RTG/Transforms/RTGPasses.h"
#include "circt/Support/Path.h"
#include "mlir/IR/Threading.h"
#include "mlir/Support/FileUtilities.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Support/raw_ostream.h"
#include <fstream>
#include "circt/Dialect/RTG/Transforms/RTGPasses.h.inc"
Go to the source code of this file.
|
namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
namespace | circt::rtg |
|
|
static void | parseUnsupportedInstructionsFile (MLIRContext *ctxt, const std::string &unsupportedInstructionsFile, DenseSet< StringAttr > &unsupportedInstrs) |
|
static std::unique_ptr< llvm::ToolOutputFile > | createOutputFile (StringRef filename, StringRef dirname, function_ref< InFlightDiagnostic()> emitError) |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "emit-rtg-isa-assembly" |
◆ GEN_PASS_DEF_EMITRTGISAASSEMBLYPASS
#define GEN_PASS_DEF_EMITRTGISAASSEMBLYPASS |
◆ createOutputFile()
static std::unique_ptr< llvm::ToolOutputFile > createOutputFile |
( |
StringRef |
filename, |
|
|
StringRef |
dirname, |
|
|
function_ref< InFlightDiagnostic()> |
emitError |
|
) |
| |
|
static |
◆ parseUnsupportedInstructionsFile()
static void parseUnsupportedInstructionsFile |
( |
MLIRContext * |
ctxt, |
|
|
const std::string & |
unsupportedInstructionsFile, |
|
|
DenseSet< StringAttr > & |
unsupportedInstrs |
|
) |
| |
|
static |