Lines Matching full:mst
96 MachineModuleSlotTracker MST; member
105 : MST(MMI, &MF) {} in MFPrintState()
149 static void convertMJTI(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
151 static void convertMFI(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
155 ModuleSlotTracker &MST, MFPrintState &State);
158 ModuleSlotTracker &MST);
161 ModuleSlotTracker &MST);
164 MachineModuleSlotTracker &MST);
167 MachineModuleSlotTracker &MST);
201 MachineModuleSlotTracker &MST = State.MST; in printMF() local
202 MST.incorporateFunction(MF.getFunction()); in printMF()
203 convertMFI(MST, YamlMF.FrameInfo, MF.getFrameInfo()); in printMF()
204 convertStackObjects(YamlMF, MF, MST, State); in printMF()
205 convertEntryValueObjects(YamlMF, MF, MST); in printMF()
206 convertCallSiteObjects(YamlMF, MF, MST); in printMF()
218 convertMJTI(MST, YamlMF.JumpTableInfo, *JumpTableInfo); in printMF()
234 convertMachineMetadataNodes(YamlMF, MF, MST); in printMF()
236 convertCalledGlobals(YamlMF, MF, MST); in printMF()
273 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo() argument
282 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()
337 static void convertMFI(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI, in convertMFI() argument
370 ModuleSlotTracker &MST) { in convertEntryValueObjects() argument
375 printStackObjectDbgInfo(DebugVar, Obj, MST); in convertEntryValueObjects()
394 ModuleSlotTracker &MST, MFPrintState &State) { in convertStackObjects() argument
516 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
519 printStackObjectDbgInfo(DebugVar, Object, MST); in convertStackObjects()
526 ModuleSlotTracker &MST) { in convertCallSiteObjects() argument
559 MachineModuleSlotTracker &MST) { in convertMachineMetadataNodes() argument
561 MST.collectMachineMDNodes(MDList); in convertMachineMetadataNodes()
565 MD.second->print(StrOS, MST, MF.getFunction().getParent()); in convertMachineMetadataNodes()
572 MachineModuleSlotTracker &MST) { in convertCalledGlobals() argument
613 static void convertMJTI(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI, in convertMJTI() argument
687 &State.MST); in printMBB()
843 HeapAllocMarker->printAsOperand(OS, State.MST); in printMI()
847 PCSections->printAsOperand(OS, State.MST); in printMI()
851 MMRA->printAsOperand(OS, State.MST); in printMI()
862 DL->printAsOperand(OS, State.MST); in printMI()
873 Op->print(OS, State.MST, State.SSNs, Context, &MFI, TII); in printMI()
924 Op.print(OS, State.MST, TypeToPrint, OpIdx, PrintDef, in printMIOperand()
946 ModuleSlotTracker &MST) { in printIRValue() argument
948 V.printAsOperand(OS, /*PrintType=*/false, MST); in printIRValue()
954 V.printAsOperand(OS, /*PrintType=*/true, MST); in printIRValue()
963 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()