MLIR
21.0.0git
|
#include "mlir/Transforms/DialectConversion.h"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::vector | |
Functions | |
void | mlir::populateVectorToLLVMMatrixConversionPatterns (const LLVMTypeConverter &converter, RewritePatternSet &patterns) |
Collect a set of patterns to convert from Vector contractions to LLVM Matrix Intrinsics. More... | |
void | mlir::populateVectorToLLVMConversionPatterns (const LLVMTypeConverter &converter, RewritePatternSet &patterns, bool reassociateFPReductions=false, bool force32BitVectorIndices=false, bool useVectorAlignment=false) |
Collect a set of patterns to convert from the Vector dialect to LLVM. More... | |
void | mlir::vector::registerConvertVectorToLLVMInterface (DialectRegistry ®istry) |