My Project
Namespaces | Functions
NestedMatcher.cpp File Reference
#include "mlir/Analysis/NestedMatcher.h"
#include "mlir/Dialect/AffineOps/AffineOps.h"
#include "mlir/Dialect/StandardOps/Ops.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for NestedMatcher.cpp:

Namespaces

 mlir
 
 mlir::matcher
 

Functions

NestedPattern mlir::matcher::Op (FilterFunctionType filter)
 
NestedPattern mlir::matcher::If (NestedPattern child)
 
NestedPattern mlir::matcher::If (FilterFunctionType filter, NestedPattern child)
 
NestedPattern mlir::matcher::If (ArrayRef< NestedPattern > nested)
 
NestedPattern mlir::matcher::If (FilterFunctionType filter, ArrayRef< NestedPattern > nested)
 
NestedPattern mlir::matcher::For (NestedPattern child)
 
NestedPattern mlir::matcher::For (FilterFunctionType filter, NestedPattern child)
 
NestedPattern mlir::matcher::For (ArrayRef< NestedPattern > nested)
 
NestedPattern mlir::matcher::For (FilterFunctionType filter, ArrayRef< NestedPattern > nested)
 
bool mlir::matcher::isLoadOrStore (Operation &op)