#include "mlir/IR/OpImplementation.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/SMLoc.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
|
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) |
|