Lines Matching refs:convert
114 void convert(yaml::MachineFunction &MF, const MachineRegisterInfo &RegInfo,
116 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
118 void convert(yaml::MachineFunction &MF,
120 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
224 convert(YamlMF, MF.getRegInfo(), MF.getSubtarget().getRegisterInfo()); in print()
227 convert(MST, YamlMF.FrameInfo, MF.getFrameInfo()); in print()
240 convert(YamlMF, *ConstantPool); in print()
242 convert(MST, YamlMF.JumpTableInfo, *JumpTableInfo); in print()
310 void MIRPrinter::convert(yaml::MachineFunction &MF, in convert() function in MIRPrinter
351 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() function in MIRPrinter
577 void MIRPrinter::convert(yaml::MachineFunction &MF, in convert() function in MIRPrinter
599 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() function in MIRPrinter