My Project
Classes | Namespaces | Functions
DialectImplementation.h File Reference
#include "mlir/IR/OpImplementation.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/SMLoc.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for DialectImplementation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mlir::DialectAsmPrinter
 
class  mlir::DialectAsmParser
 

Namespaces

 mlir
 

Functions

DialectAsmPrinter & mlir::operator<< (DialectAsmPrinter &p, Attribute attr)
 
DialectAsmPrinter & mlir::operator<< (DialectAsmPrinter &p, const APFloat &value)
 
DialectAsmPrinter & mlir::operator<< (DialectAsmPrinter &p, float value)
 
DialectAsmPrinter & mlir::operator<< (DialectAsmPrinter &p, double value)
 
DialectAsmPrinter & mlir::operator<< (DialectAsmPrinter &p, Type type)
 
template<typename T , typename std::enable_if< !std::is_convertible< T &, Attribute &>::value &&!std::is_convertible< T &, Type &>::value &&!std::is_convertible< T &, APFloat &>::value &&!llvm::is_one_of< T, double, float >::value, T >::type * = nullptr>
DialectAsmPrinter & mlir::operator<< (DialectAsmPrinter &p, const T &other)