My Project
Classes | Namespaces | Macros | Functions
VectorOps.h File Reference
#include "mlir/IR/Attributes.h"
#include "mlir/IR/Dialect.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/IR/StandardTypes.h"
#include "mlir/Dialect/VectorOps/VectorOps.h.inc"
Include dependency graph for VectorOps.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mlir::vector::VectorOpsDialect
 Dialect for Ops on higher-dimensional vector types. More...
 

Namespaces

 mlir
 
 mlir::vector
 

Macros

#define GET_OP_CLASSES
 

Functions

void mlir::vector::populateVectorToVectorCanonicalizationPatterns (OwningRewritePatternList &patterns, MLIRContext *context)
 Collect a set of vector-to-vector canonicalization patterns. More...
 
void mlir::vector::populateVectorToVectorTransformationPatterns (OwningRewritePatternList &patterns, MLIRContext *context)
 Collect a set of vector-to-vector transformation patterns. More...
 
IntegerType mlir::vector::getVectorSubscriptType (Builder &builder)
 Returns the integer type required for subscripts in the vector dialect. More...
 
ArrayAttr mlir::vector::getVectorSubscriptAttr (Builder &b, ArrayRef< int64_t > values)
 

Macro Definition Documentation

◆ GET_OP_CLASSES

#define GET_OP_CLASSES