MLIR
20.0.0git
|
#include "mlir/Dialect/LLVMIR/LLVMTypes.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/Interfaces/DataLayoutInterfaces.h"
Go to the source code of this file.
Classes | |
class | mlir::LLVM::detail::DataLayoutImporter |
Helper class that translates an LLVM data layout to an MLIR data layout specification. More... | |
Namespaces | |
llvm | |
The OpAsmOpInterface, see OpAsmInterface.td for more details. | |
mlir | |
Include the generated interface declarations. | |
mlir::LLVM | |
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. More... | |