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

Go to the source code of this file.

Classes

class  mlir::OpAsmPrinter
 
class  mlir::OpAsmParser
 
struct  mlir::OpAsmParser::OperandType
 This is the representation of an operand reference. More...
 
class  mlir::OpAsmDialectInterface
 

Namespaces

 mlir
 

Typedefs

using mlir::OpAsmSetValueNameFn = function_ref< void(Value, StringRef)>
 

Functions

OpAsmPrinter & mlir::operator<< (OpAsmPrinter &p, Value value)
 
template<typename T , typename std::enable_if< std::is_convertible< T &, ValueRange >::value &&!std::is_convertible< T &, Value &>::value, T >::type * = nullptr>
OpAsmPrinter & mlir::operator<< (OpAsmPrinter &p, const T &values)
 
OpAsmPrinter & mlir::operator<< (OpAsmPrinter &p, Type type)
 
OpAsmPrinter & mlir::operator<< (OpAsmPrinter &p, Attribute attr)
 
OpAsmPrinter & mlir::operator<< (OpAsmPrinter &p, bool value)
 
template<typename IteratorT >
OpAsmPrinter & mlir::operator<< (OpAsmPrinter &p, const iterator_range< ValueTypeIterator< IteratorT >> &types)