reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
607 OS << "bb." << MBB.getNumber(); 611 OS << "." << BB->getName(); 614 OS << " ("; 617 OS << "<ir-block badref>"; 619 OS << (Twine("%ir-block.") + Twine(Slot)).str(); 623 OS << (HasAttributes ? ", " : " ("); 624 OS << "address-taken"; 628 OS << (HasAttributes ? ", " : " ("); 629 OS << "landing-pad"; 633 OS << (HasAttributes ? ", " : " ("); 634 OS << "align " << MBB.getAlignment().value(); 638 OS << ")"; 639 OS << ":\n"; 652 OS.indent(2) << "successors: "; 655 OS << ", "; 656 OS << printMBBReference(**I); 658 OS << '(' 662 OS << "\n"; 670 OS.indent(2) << "liveins: "; 674 OS << ", "; 676 OS << printReg(LI.PhysReg, &TRI); 678 OS << ":0x" << PrintLaneMask(LI.LaneMask); 680 OS << "\n"; 685 OS << "\n"; 690 OS.indent(2) << "}\n"; 693 OS.indent(IsInBundle ? 4 : 2); 696 OS << " {"; 699 OS << "\n"; 702 OS.indent(2) << "}\n"; 723 OS << ", "; 730 OS << " = "; 732 OS << "frame-setup "; 734 OS << "frame-destroy "; 736 OS << "nnan "; 738 OS << "ninf "; 740 OS << "nsz "; 742 OS << "arcp "; 744 OS << "contract "; 746 OS << "afn "; 748 OS << "reassoc "; 750 OS << "nuw "; 752 OS << "nsw "; 754 OS << "exact "; 756 OS << "fpexcept "; 758 OS << TII->getName(MI.getOpcode()); 760 OS << ' '; 765 OS << ", "; 775 OS << ','; 776 OS << " pre-instr-symbol "; 777 MachineOperand::printSymbol(OS, *PreInstrSymbol); 782 OS << ','; 783 OS << " post-instr-symbol "; 784 MachineOperand::printSymbol(OS, *PostInstrSymbol); 790 OS << ','; 791 OS << " debug-location "; 792 DL->printAsOperand(OS, MST); 796 OS << " :: "; 802 OS << ", "; 803 Op->print(OS, MST, SSNs, Context, &MFI, TII); 814 MachineOperand::printStackObjectReference(OS, Operand.ID, Operand.IsFixed, 826 MachineOperand::printTargetFlags(OS, Op); 827 MachineOperand::printSubRegIdx(OS, Op.getImm(), TRI); 852 Op.print(OS, MST, TypeToPrint, PrintDef, /*IsStandalone=*/false, 862 OS << StringRef(TRI->getRegMaskNames()[RegMaskInfo->second]).lower(); 864 printCustomRegMask(Op.getRegMask(), OS, TRI);