MLIR
21.0.0git
|
#include "mlir/Conversion/LLVMCommon/StructBuilder.h"
#include "mlir/Dialect/Complex/IR/Complex.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
Classes | |
class | mlir::ComplexStructBuilder |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
Macros | |
#define | GEN_PASS_DECL_CONVERTCOMPLEXTOLLVMPASS |
Functions | |
void | mlir::populateComplexToLLVMConversionPatterns (const LLVMTypeConverter &converter, RewritePatternSet &patterns, mlir::complex::ComplexRangeFlags complexRange=mlir::complex::ComplexRangeFlags::basic) |
Populate the given list with patterns that convert from Complex to LLVM. More... | |
void | mlir::registerConvertComplexToLLVMInterface (DialectRegistry ®istry) |
#define GEN_PASS_DECL_CONVERTCOMPLEXTOLLVMPASS |
Definition at line 21 of file ComplexToLLVM.h.