|
MLIR 23.0.0git
|
#include "mlir/Conversion/LLVMCommon/TypeConverter.h"#include "mlir/Dialect/LLVMIR/XeVMDialect.h"#include "mlir/IR/PatternMatch.h"#include <memory>#include "mlir/Conversion/Passes.h.inc"Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
Macros | |
| #define | GEN_PASS_DECL_CONVERTMATHTOXEVM |
Functions | |
| void | mlir::populateMathToXeVMConversionPatterns (RewritePatternSet &patterns, bool convertArith, PatternBenefit benefit=1) |
| Populate the given list with patterns that convert from Math to XeVM calls. | |
| void | mlir::populateMathToScalarOCLExtSetConversionPatterns (const LLVMTypeConverter &converter, RewritePatternSet &patterns, PatternBenefit benefit=1) |
| Populate the given list with patterns that convert from Math to OCL LLVM-SPV builtin calls. | |
| #define GEN_PASS_DECL_CONVERTMATHTOXEVM |
Definition at line 19 of file MathToXeVM.h.