MLIR  19.0.0git
Namespaces | Macros | Functions
VectorToArmSME.h File Reference
#include "mlir/IR/PatternMatch.h"
#include "mlir/Conversion/Passes.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 

Macros

#define GEN_PASS_DECL_CONVERTVECTORTOARMSME
 

Functions

void mlir::populateVectorToArmSMEPatterns (RewritePatternSet &patterns, MLIRContext &ctx)
 Collect a set of patterns to lower Vector ops to ArmSME ops that map to LLVM intrinsics. More...
 
std::unique_ptr< Passmlir::createConvertVectorToArmSMEPass ()
 Create a pass to lower operations from the vector dialect to Arm SME. More...
 

Macro Definition Documentation

◆ GEN_PASS_DECL_CONVERTVECTORTOARMSME

#define GEN_PASS_DECL_CONVERTVECTORTOARMSME

Definition at line 16 of file VectorToArmSME.h.