Lines Matching refs:convert
126 void convert(yaml::MachineFunction &MF, const MachineRegisterInfo &RegInfo,
128 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
130 void convert(yaml::MachineFunction &MF,
132 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
221 convert(YamlMF, MF.getRegInfo(), MF.getSubtarget().getRegisterInfo()); in print()
224 convert(MST, YamlMF.FrameInfo, MF.getFrameInfo()); in print()
236 convert(YamlMF, *ConstantPool); in print()
238 convert(MST, YamlMF.JumpTableInfo, *JumpTableInfo); in print()
306 void MIRPrinter::convert(yaml::MachineFunction &MF, in convert() function in MIRPrinter
347 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() function in MIRPrinter
553 void MIRPrinter::convert(yaml::MachineFunction &MF, in convert() function in MIRPrinter
575 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() function in MIRPrinter