MLIR
20.0.0git
|
#include <memory>
#include "mlir/Dialect/ArmSME/Transforms/Passes.h"
#include "mlir/Interfaces/FunctionInterfaces.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_CONVERTARMSMETOLLVM |
Functions | |
std::unique_ptr< Pass > | mlir::createConvertArmSMEToLLVMPass (bool dumpTileLiveRanges=false) |
Create a pass to convert from the ArmSME dialect to LLVM intrinsics. More... | |
void | mlir::configureArmSMEToLLVMConversionLegality (ConversionTarget &target) |
Configure target to convert from the ArmSME dialect to LLVM intrinsics. More... | |
void | mlir::populateArmSMEToLLVMConversionPatterns (LLVMTypeConverter &converter, RewritePatternSet &patterns) |
Populate the given list with patterns that convert from the ArmSME dialect to LLVM intrinsics. More... | |
#define GEN_PASS_DECL_CONVERTARMSMETOLLVM |
Definition at line 21 of file ArmSMEToLLVM.h.