|
MLIR
22.0.0git
|
#include "mlir/Conversion/LLVMCommon/ConversionTarget.h"#include "mlir/Conversion/LLVMCommon/Pattern.h"#include "mlir/Dialect/ArmSVE/IR/ArmSVEDialect.h"#include "mlir/Dialect/ArmSVE/Transforms/Transforms.h"#include "mlir/Dialect/LLVMIR/LLVMDialect.h"#include "mlir/Dialect/Utils/IndexingUtils.h"#include "mlir/Dialect/Vector/IR/VectorOps.h"#include "mlir/IR/PatternMatch.h"Go to the source code of this file.
| using DupQLaneLowering = OneToOneConvertToLLVMPattern<DupQLaneOp, DupQLaneIntrOp> |
Definition at line 26 of file LegalizeForLLVMExport.cpp.
| using ScalableMaskedAddFOpLowering = OneToOneConvertToLLVMPattern<ScalableMaskedAddFOp, ScalableMaskedAddFIntrOp> |
Definition at line 31 of file LegalizeForLLVMExport.cpp.
| using ScalableMaskedAddIOpLowering = OneToOneConvertToLLVMPattern<ScalableMaskedAddIOp, ScalableMaskedAddIIntrOp> |
Definition at line 28 of file LegalizeForLLVMExport.cpp.
| using ScalableMaskedDivFOpLowering = OneToOneConvertToLLVMPattern<ScalableMaskedDivFOp, ScalableMaskedDivFIntrOp> |
Definition at line 52 of file LegalizeForLLVMExport.cpp.
| using ScalableMaskedMulFOpLowering = OneToOneConvertToLLVMPattern<ScalableMaskedMulFOp, ScalableMaskedMulFIntrOp> |
Definition at line 43 of file LegalizeForLLVMExport.cpp.
| using ScalableMaskedMulIOpLowering = OneToOneConvertToLLVMPattern<ScalableMaskedMulIOp, ScalableMaskedMulIIntrOp> |
Definition at line 40 of file LegalizeForLLVMExport.cpp.
| using ScalableMaskedSDivIOpLowering = OneToOneConvertToLLVMPattern<ScalableMaskedSDivIOp, ScalableMaskedSDivIIntrOp> |
Definition at line 46 of file LegalizeForLLVMExport.cpp.
| using ScalableMaskedSubFOpLowering = OneToOneConvertToLLVMPattern<ScalableMaskedSubFOp, ScalableMaskedSubFIntrOp> |
Definition at line 37 of file LegalizeForLLVMExport.cpp.
| using ScalableMaskedSubIOpLowering = OneToOneConvertToLLVMPattern<ScalableMaskedSubIOp, ScalableMaskedSubIIntrOp> |
Definition at line 34 of file LegalizeForLLVMExport.cpp.
| using ScalableMaskedUDivIOpLowering = OneToOneConvertToLLVMPattern<ScalableMaskedUDivIOp, ScalableMaskedUDivIIntrOp> |
Definition at line 49 of file LegalizeForLLVMExport.cpp.
| using SdotOpLowering = OneToOneConvertToLLVMPattern<SdotOp, SdotIntrOp> |
Definition at line 21 of file LegalizeForLLVMExport.cpp.
| using SmmlaOpLowering = OneToOneConvertToLLVMPattern<SmmlaOp, SmmlaIntrOp> |
Definition at line 22 of file LegalizeForLLVMExport.cpp.
| using UdotOpLowering = OneToOneConvertToLLVMPattern<UdotOp, UdotIntrOp> |
Definition at line 23 of file LegalizeForLLVMExport.cpp.
| using UmmlaOpLowering = OneToOneConvertToLLVMPattern<UmmlaOp, UmmlaIntrOp> |
Definition at line 24 of file LegalizeForLLVMExport.cpp.
| using UsmmlaOpLowering = OneToOneConvertToLLVMPattern<UsmmlaOp, UsmmlaIntrOp> |
Definition at line 25 of file LegalizeForLLVMExport.cpp.