MLIR 22.0.0git
Passes.h File Reference
#include "mlir/Conversion/LLVMCommon/TypeConverter.h"
#include "mlir/Dialect/ArmSME/Transforms/PassesEnums.h.inc"
#include "mlir/Pass/Pass.h"
#include "mlir/Dialect/ArmSME/Transforms/Passes.h.inc"

Go to the source code of this file.

Classes

struct  mlir::arm_sme::EnableArmStreamingOptions
struct  mlir::arm_sme::TestTileAllocationOptions

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::arm_sme

Macros

#define GEN_PASS_DECL
#define GEN_PASS_DECL_ENABLEARMSTREAMING
#define GEN_PASS_DECL_OUTERPRODUCTFUSION
#define GEN_PASS_DECL_TESTTILEALLOCATION
#define GEN_PASS_DECL_VECTORLEGALIZATION
#define GEN_PASS_REGISTRATION
 Generate the code for registering passes.
#define GEN_PASS_REGISTRATION_ENABLEARMSTREAMING
#define GEN_PASS_REGISTRATION_OUTERPRODUCTFUSION
#define GEN_PASS_REGISTRATION_TESTTILEALLOCATION
#define GEN_PASS_REGISTRATION_VECTORLEGALIZATION

Functions

std::unique_ptr<::mlir::Passmlir::arm_sme::createTestTileAllocation ()
std::unique_ptr<::mlir::Passmlir::arm_sme::createTestTileAllocation (TestTileAllocationOptions options)
std::unique_ptr< Passmlir::arm_sme::createEnableArmStreamingPass (const ArmStreamingMode=ArmStreamingMode::Streaming, const ArmZaMode=ArmZaMode::Disabled, bool ifRequiredByOps=false, bool ifContainsScalableVectors=false)
 Pass to enable Armv9 Streaming SVE mode.
std::unique_ptr< Passmlir::arm_sme::createOuterProductFusionPass ()
 Pass that fuses 'arm_sme.outerproduct' ops into 2-way or 4-way widening variants.
std::unique_ptr< Passmlir::arm_sme::createVectorLegalizationPass ()
 Pass that legalizes vectors so they can be lowered to ArmSME.
void mlir::arm_sme::registerEnableArmStreaming ()
void mlir::arm_sme::registerEnableArmStreamingPass ()
void mlir::arm_sme::registerOuterProductFusion ()
void mlir::arm_sme::registerOuterProductFusionPass ()
void mlir::arm_sme::registerTestTileAllocation ()
void mlir::arm_sme::registerTestTileAllocationPass ()
void mlir::arm_sme::registerVectorLegalization ()
void mlir::arm_sme::registerVectorLegalizationPass ()
void mlir::arm_sme::registerArmSMEPasses ()

Macro Definition Documentation

◆ GEN_PASS_DECL

#define GEN_PASS_DECL

Definition at line 24 of file Passes.h.

◆ GEN_PASS_DECL_ENABLEARMSTREAMING

#define GEN_PASS_DECL_ENABLEARMSTREAMING

Definition at line 6 of file Passes.h.

◆ GEN_PASS_DECL_OUTERPRODUCTFUSION

#define GEN_PASS_DECL_OUTERPRODUCTFUSION

Definition at line 7 of file Passes.h.

◆ GEN_PASS_DECL_TESTTILEALLOCATION

#define GEN_PASS_DECL_TESTTILEALLOCATION

Definition at line 8 of file Passes.h.

◆ GEN_PASS_DECL_VECTORLEGALIZATION

#define GEN_PASS_DECL_VECTORLEGALIZATION

Definition at line 9 of file Passes.h.

◆ GEN_PASS_REGISTRATION

#define GEN_PASS_REGISTRATION

Generate the code for registering passes.

Definition at line 45 of file Passes.h.

◆ GEN_PASS_REGISTRATION_ENABLEARMSTREAMING

#define GEN_PASS_REGISTRATION_ENABLEARMSTREAMING

Definition at line 359 of file Passes.h.

◆ GEN_PASS_REGISTRATION_OUTERPRODUCTFUSION

#define GEN_PASS_REGISTRATION_OUTERPRODUCTFUSION

Definition at line 360 of file Passes.h.

◆ GEN_PASS_REGISTRATION_TESTTILEALLOCATION

#define GEN_PASS_REGISTRATION_TESTTILEALLOCATION

Definition at line 361 of file Passes.h.

◆ GEN_PASS_REGISTRATION_VECTORLEGALIZATION

#define GEN_PASS_REGISTRATION_VECTORLEGALIZATION

Definition at line 362 of file Passes.h.