MLLIF
a MLIR-based Language to Language Interoperability Flyover
|
▼Cmllif::mlir::Adapter | An adapter for each dialect in module. one adapter should match to one dialect, and vice versa. (one-to-one) |
Cmllif::mlir::cir::CIRAdapter | |
Cmllif::mlir::AdapterRegistry< T > | |
Cmllif::shared::Annotation | |
▼Cmllif::BridgeGen | |
Cmllif::cs::CsBridgeGen | |
▼Cmllif::cxx::CxxBridgeGen | |
Cmllif::cxx::CxxDeclGen | |
CCIRAnnotatedData | |
▼Cmllif::Decl | |
Cmllif::AssemblyDecl | |
▼Cmllif::FunctionDecl | |
Cmllif::MethodDecl | |
Cmllif::NamespaceDecl | |
Cmllif::ObjectDecl | |
Cmllif::ParamDecl | |
Cmllif::Error | |
CMLLIFCSharpFrontBuild.Serialization.ICodeWriter | |
▼CIIncrementalGenerator | |
CMLLIFCSharpFront.BindGenerator | |
Cmllif::MLLIFContext | |
Cmllif::mlir::Node | A node for symbol tree. It represents just simple XML serializer |
▼Cclang::ParsedAttrInfo | |
Cmllif::c::ExportAttrInfo | clang::ParsedAttrInfo implementation for MLLIF targets |
Cmllif::Stdin | A simple wrapper for stdin |
▼CTextWriter | |
CMLLIFCSharpFrontBuild.Serialization.CodeWriter | |
Cmllif::mlir::Tree | A tree struct for symbol tree. It's just a simple wrapper for root node |
▼Cmllif::mlir::Type | A wrapper class of mlir::Type that serializes it into simple-and-plain text |
▼Cmllif::mlir::builtin::BuiltinType | Wrapper class for types in builtin MLIR dialect to serialize it to simple-and-plain text |
Cmllif::mlir::builtin::BuiltinFPType | Wrapper class for floating-point types in builtin MLIR dialect to serialize it to simple-and-plain text |
Cmllif::mlir::builtin::BuiltinIntType | Wrapper class for integer types in builtin MLIR dialect to serialize it to simple-and-plain text |
▼Cmllif::mlir::cir::CIRType | Wrapper class for types in CIR dialect to serialize it to simple-and-plain text |
Cmllif::mlir::cir::CIRBoolType | Wrapper class for boolean in CIR dialect to serialize it to simple-and-plain text |
Cmllif::mlir::cir::CIRFloatType | Wrapper class for floating-point types in CIR dialect to serialize it to simple-and-plain text |
Cmllif::mlir::cir::CIRIntegerType | Wrapper class for integer types in CIR dialect to serialize it to simple-and-plain text |
Cmllif::mlir::cir::CIRPointerType | Wrapper class for pointer in CIR dialect to serialize it to simple-and-plain text |
Cmllif::mlir::cir::CIRStructType | Wrapper class for user-defined structs in CIR dialect to serialize it to simple-and-plain text |
Cmllif::Type | |
Cmllif::mlir::TypeReg< TInit, T > |