MLIR  21.0.0git
Functions | Variables
DataLayoutImporter.cpp File Reference
#include "DataLayoutImporter.h"
#include "mlir/Dialect/DLTI/DLTI.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/Interfaces/DataLayoutInterfaces.h"
#include "mlir/Target/LLVMIR/Import.h"
#include "llvm/IR/DataLayout.h"

Go to the source code of this file.

Functions

template<class T >
static FailureOr< SmallVector< T > > tryToParseIntListImpl (StringRef token)
 

Variables

static constexpr StringRef kDefaultDataLayout
 The default data layout used during the translation. More...
 

Function Documentation

◆ tryToParseIntListImpl()

template<class T >
static FailureOr<SmallVector<T> > tryToParseIntListImpl ( StringRef  token)
static

Definition at line 67 of file DataLayoutImporter.cpp.

Variable Documentation

◆ kDefaultDataLayout

constexpr StringRef kDefaultDataLayout
staticconstexpr
Initial value:
=
"e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-"
"f16:16:16-f64:64:64-f128:128:128"

The default data layout used during the translation.

Definition at line 24 of file DataLayoutImporter.cpp.