MLIR
22.0.0git
include
mlir
Conversion
VectorToArmSME
VectorToArmSME.h
Go to the documentation of this file.
1
//===- VectorToArmSME.h - Convert vector to ArmSME dialect ----------------===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
#ifndef MLIR_CONVERSION_VECTORTOARMSME_VECTORTOARMSME_H_
9
#define MLIR_CONVERSION_VECTORTOARMSME_VECTORTOARMSME_H_
10
11
#include "
mlir/IR/PatternMatch.h
"
12
13
namespace
mlir
{
14
class
Pass;
15
16
#define GEN_PASS_DECL_CONVERTVECTORTOARMSMEPASS
17
#include "mlir/Conversion/Passes.h.inc"
18
19
/// Collect a set of patterns to lower Vector ops to ArmSME ops that map to LLVM
20
/// intrinsics.
21
void
populateVectorToArmSMEPatterns
(RewritePatternSet &
patterns
,
22
MLIRContext &ctx);
23
24
}
// namespace mlir
25
26
#endif
// MLIR_CONVERSION_VECTORTOARMSME_VECTORTOARMSME_H_
PatternMatch.h
mlir
Include the generated interface declarations.
Definition:
LocalAliasAnalysis.h:20
mlir::patterns
const FrozenRewritePatternSet & patterns
Definition:
GreedyPatternRewriteDriver.h:283
mlir::populateVectorToArmSMEPatterns
void populateVectorToArmSMEPatterns(RewritePatternSet &patterns, MLIRContext &ctx)
Collect a set of patterns to lower Vector ops to ArmSME ops that map to LLVM intrinsics.
Definition:
VectorToArmSME.cpp:750
Generated on Mon Sep 1 2025 04:33:46 for MLIR by
1.9.1