|
MLIR 22.0.0git
|
#include "mlir/Dialect/LLVMIR/LLVMTypes.h"#include "mlir/IR/BuiltinAttributes.h"#include "mlir/Interfaces/DataLayoutInterfaces.h"#include "llvm/ADT/MapVector.h"Go to the source code of this file.
Classes | |
| class | mlir::LLVM::detail::DataLayoutImporter |
| Helper class that translates an LLVM data layout string to an MLIR data layout specification. More... | |
Namespaces | |
| namespace | llvm |
| The OpAsmOpInterface, see OpAsmInterface.td for more details. | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::LLVM |
| namespace | mlir::LLVM::detail |
Functions | |
| FloatType | mlir::LLVM::detail::getFloatType (MLIRContext *context, unsigned width) |
| Returns a supported MLIR floating point type of the given bit width or null if the bit width is not supported. | |