MLIR 22.0.0git
Query.cpp File Reference
#include "mlir/Query/Query.h"
#include "QueryParser.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/IR/IRMapping.h"
#include "mlir/IR/Verifier.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.

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::query

Functions

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 Operationmlir::query::extractFunction (std::vector< Operation * > &ops, MLIRContext *context, llvm::StringRef functionName)