Lines Matching refs:convert
122 void convert(yaml::MachineFunction &MF, const MachineRegisterInfo &RegInfo,
124 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
126 void convert(yaml::MachineFunction &MF,
128 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
210 convert(YamlMF, MF.getRegInfo(), MF.getSubtarget().getRegisterInfo()); in print()
213 convert(MST, YamlMF.FrameInfo, MF.getFrameInfo()); in print()
216 convert(YamlMF, *ConstantPool); in print()
218 convert(MST, YamlMF.JumpTableInfo, *JumpTableInfo); in print()
277 void MIRPrinter::convert(yaml::MachineFunction &MF, in convert() function in MIRPrinter
318 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() function in MIRPrinter
455 void MIRPrinter::convert(yaml::MachineFunction &MF, in convert() function in MIRPrinter
477 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() function in MIRPrinter