Lines Matching defs:BytecodeWriter
1 //===- BytecodeWriter.cpp - MLIR Bytecode Writer --------------------------===//
9 #include "mlir/Bytecode/BytecodeWriter.h"
645 class BytecodeWriter {
647 BytecodeWriter(Operation *op, const BytecodeWriterConfig &config)
718 LogicalResult BytecodeWriter::write(Operation *rootOp, raw_ostream &os) {
796 void BytecodeWriter::writeDialectSection(EncodingEmitter &emitter) {
853 void BytecodeWriter::writeAttrTypeSection(EncodingEmitter &emitter) {
934 LogicalResult BytecodeWriter::writeBlock(EncodingEmitter &emitter,
980 LogicalResult BytecodeWriter::writeOp(EncodingEmitter &emitter, Operation *op) {
1080 void BytecodeWriter::writeUseListOrders(EncodingEmitter &emitter,
1171 LogicalResult BytecodeWriter::writeRegion(EncodingEmitter &emitter,
1193 LogicalResult BytecodeWriter::writeIRSection(EncodingEmitter &emitter,
1251 void BytecodeWriter::writeResourceSection(Operation *op,
1325 void BytecodeWriter::writeStringSection(EncodingEmitter &emitter) {
1334 void BytecodeWriter::writePropertiesSection(EncodingEmitter &emitter) {
1347 BytecodeWriter writer(op, config);