Lines Matching defs:MIRPrinter
1 //===- MIRPrinter.cpp - MIR serialization format printer ------------------===//
14 #include "llvm/CodeGen/MIRPrinter.h"
102 class MIRPrinter {
110 MIRPrinter(raw_ostream &OS) : OS(OS) {}
194 void MIRPrinter::print(const MachineFunction &MF) {
310 void MIRPrinter::convert(yaml::MachineFunction &MF,
351 void MIRPrinter::convert(ModuleSlotTracker &MST,
383 void MIRPrinter::convertEntryValueObjects(yaml::MachineFunction &YMF,
396 void MIRPrinter::convertStackObjects(yaml::MachineFunction &YMF,
530 void MIRPrinter::convertCallSiteObjects(yaml::MachineFunction &YMF,
564 void MIRPrinter::convertMachineMetadataNodes(yaml::MachineFunction &YMF,
577 void MIRPrinter::convert(yaml::MachineFunction &MF,
599 void MIRPrinter::convert(ModuleSlotTracker &MST,
618 void MIRPrinter::initRegisterMaskIds(const MachineFunction &MF) {
1014 MIRPrinter Printer(OS);