MLIR  19.0.0git
Namespaces | Functions
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/Query/Matcher/MatchFinder.h"
#include "mlir/Query/QuerySession.h"
#include "mlir/Support/LogicalResult.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 
 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 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)