My Project
Classes | Namespaces | Macros | Functions
Types.h File Reference
#include "mlir/IR/TypeSupport.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMapInfo.h"
#include "DialectSymbolRegistry.def"
Include dependency graph for Types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mlir::Type
 
class  mlir::FunctionType
 Function types map from a list of inputs to a list of results. More...
 
class  mlir::OpaqueType
 
struct  llvm::DenseMapInfo< mlir::Type >
 
struct  llvm::PointerLikeTypeTraits< mlir::Type >
 We align TypeStorage by 8, so allow LLVM to steal the low bits. More...
 

Namespaces

 mlir
 
 mlir::detail
 Check if a Callable type can be invoked with the given set of arg types.
 
 llvm
 

Macros

#define DEFINE_SYM_KIND_RANGE(Dialect)   FIRST_##Dialect##_TYPE, LAST_##Dialect##_TYPE = FIRST_##Dialect##_TYPE + 0xff,
 

Functions

raw_ostream & mlir::operator<< (raw_ostream &os, Type type)
 
inline ::llvm::hash_code mlir::hash_value (Type arg)
 

Macro Definition Documentation

◆ DEFINE_SYM_KIND_RANGE

#define DEFINE_SYM_KIND_RANGE (   Dialect)    FIRST_##Dialect##_TYPE, LAST_##Dialect##_TYPE = FIRST_##Dialect##_TYPE + 0xff,