#include "mlir/Query/Query.h"
#include "QueryParser.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/IR/IRMapping.h"
#include "mlir/Query/Matcher/MatchFinder.h"
#include "mlir/Query/QuerySession.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
|
QueryRef | mlir::query::parse (llvm::StringRef line, const QuerySession &qs) |
|
std::vector< llvm::LineEditor::Completion > | mlir::query::complete (llvm::StringRef line, size_t pos, const QuerySession &qs) |
|
static void | mlir::query::printMatch (llvm::raw_ostream &os, QuerySession &qs, Operation *op, const std::string &binding) |
|
static Operation * | mlir::query::extractFunction (std::vector< Operation * > &ops, MLIRContext *context, llvm::StringRef functionName) |
|