Lines Matching refs:MIPrinter
140 class MIPrinter { class
152 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() function in llvm::MIPrinter
253 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()
502 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
508 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in convertStackObjects()
647 MIPrinter::canPredictBranchProbabilities(const MachineBasicBlock &MBB) const { in canPredictBranchProbabilities()
663 bool MIPrinter::canPredictSuccessors(const MachineBasicBlock &MBB) const { in canPredictSuccessors()
681 void MIPrinter::print(const MachineBasicBlock &MBB) { in print()
754 void MIPrinter::print(const MachineInstr &MI) { in print()
906 void MIPrinter::printStackObjectReference(int FrameIndex) { in printStackObjectReference()
921 void MIPrinter::print(const MachineInstr &MI, unsigned OpIdx, in print()