MLIR
20.0.0git
|
#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.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::arm_sme | |
Macros | |
#define | GEN_PASS_DECL |
#define | GEN_PASS_REGISTRATION |
Generate the code for registering passes. More... | |
Functions | |
std::unique_ptr< Pass > | mlir::arm_sme::createEnableArmStreamingPass (const ArmStreamingMode=ArmStreamingMode::Streaming, const ArmZaMode=ArmZaMode::Disabled, bool ifRequiredByOps=false, bool ifContainsScalableVectors=false) |
Pass to enable Armv9 Streaming SVE mode. More... | |
std::unique_ptr< Pass > | mlir::arm_sme::createOuterProductFusionPass () |
Pass that fuses 'arm_sme.outerproduct' ops into 2-way or 4-way widening variants. More... | |
std::unique_ptr< Pass > | mlir::arm_sme::createVectorLegalizationPass () |
Pass that legalizes vectors so they can be lowered to ArmSME. More... | |