Lines Matching defs:convert
116 void convert(yaml::MachineFunction &YamlMF, const MachineFunction &MF,
119 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
121 void convert(yaml::MachineFunction &MF,
123 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
238 convert(YamlMF, MF, MF.getRegInfo(), MF.getSubtarget().getRegisterInfo());
241 convert(MST, YamlMF.FrameInfo, MF.getFrameInfo());
254 convert(YamlMF, *ConstantPool);
256 convert(MST, YamlMF.JumpTableInfo, *JumpTableInfo);
335 void MIRPrinter::convert(yaml::MachineFunction &YamlMF,
378 void MIRPrinter::convert(ModuleSlotTracker &MST,
627 void MIRPrinter::convert(yaml::MachineFunction &MF,
649 void MIRPrinter::convert(ModuleSlotTracker &MST,