reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/AArch64/AArch64GenAsmMatcher.inc
27460                              << " against actual operand at index " << ActualIdx);
27528                            dbgs() << ' ' << I;
27552                  << MatchResult << "\n");
27575                              << MatchResult << "\n");
gen/lib/Target/AArch64/AArch64GenDisassemblerTables.inc
25738       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
25739                    << Len << "): " << CurFieldValue << "\n");
25739                    << Len << "): " << CurFieldValue << "\n");
25755       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
25755       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
25776       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
25777                    << Len << ", " << ExpectedValue << ", " << NumToSkip
25777                    << Len << ", " << ExpectedValue << ", " << NumToSkip
25777                    << Len << ", " << ExpectedValue << ", " << NumToSkip
25778                    << "): FieldValue = " << FieldValue << ", ExpectedValue = "
25779                    << ExpectedValue << ": "
25797       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
25816       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
25817                    << ", using decoder " << DecodeIdx << ": "
25838       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
25839                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/AMDGPU/AMDGPUGenAsmMatcher.inc
23986                              << " against actual operand at index " << ActualIdx);
24056                            dbgs() << ' ' << I;
24080                  << MatchResult << "\n");
24104                              << MatchResult << "\n");
gen/lib/Target/AMDGPU/AMDGPUGenDisassemblerTables.inc
42002       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
42003                    << Len << "): " << CurFieldValue << "\n");
42019       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
42040       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
42041                    << Len << ", " << ExpectedValue << ", " << NumToSkip
42041                    << Len << ", " << ExpectedValue << ", " << NumToSkip
42061       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
42080       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
42081                    << ", using decoder " << DecodeIdx << ": "
42102       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
42103                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/ARC/ARCGenDisassemblerTables.inc
 1473       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
 1474                    << Len << "): " << CurFieldValue << "\n");
 1474                    << Len << "): " << CurFieldValue << "\n");
 1490       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
 1490       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
 1511       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
 1512                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 1512                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 1512                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 1513                    << "): FieldValue = " << FieldValue << ", ExpectedValue = "
 1514                    << ExpectedValue << ": "
 1532       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
 1551       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
 1552                    << ", using decoder " << DecodeIdx << ": "
 1573       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
 1574                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/ARM/ARMGenAsmMatcher.inc
15123                              << " against actual operand at index " << ActualIdx);
15188                 << Diag << "\n");
15213                            dbgs() << ' ' << I;
15234                  << MatchResult << "\n");
15270                              << MatchResult << "\n");
gen/lib/Target/ARM/ARMGenDisassemblerTables.inc
21780       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
21781                    << Len << "): " << CurFieldValue << "\n");
21781                    << Len << "): " << CurFieldValue << "\n");
21797       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
21797       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
21818       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
21819                    << Len << ", " << ExpectedValue << ", " << NumToSkip
21819                    << Len << ", " << ExpectedValue << ", " << NumToSkip
21819                    << Len << ", " << ExpectedValue << ", " << NumToSkip
21820                    << "): FieldValue = " << FieldValue << ", ExpectedValue = "
21821                    << ExpectedValue << ": "
21839       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
21858       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
21859                    << ", using decoder " << DecodeIdx << ": "
21880       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
21881                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/AVR/AVRGenAsmMatcher.inc
 1313                              << " against actual operand at index " << ActualIdx);
 1381                            dbgs() << ' ' << I;
 1405                  << MatchResult << "\n");
 1428                              << MatchResult << "\n");
gen/lib/Target/AVR/AVRGenDisassemblerTables.inc
  595       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
  596                    << Len << "): " << CurFieldValue << "\n");
  596                    << Len << "): " << CurFieldValue << "\n");
  612       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
  612       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
  633       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
  634                    << Len << ", " << ExpectedValue << ", " << NumToSkip
  634                    << Len << ", " << ExpectedValue << ", " << NumToSkip
  634                    << Len << ", " << ExpectedValue << ", " << NumToSkip
  635                    << "): FieldValue = " << FieldValue << ", ExpectedValue = "
  636                    << ExpectedValue << ": "
  654       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
  673       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
  674                    << ", using decoder " << DecodeIdx << ": "
  695       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
  696                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/BPF/BPFGenAsmMatcher.inc
  956                              << " against actual operand at index " << ActualIdx);
 1024                            dbgs() << ' ' << I;
 1048                  << MatchResult << "\n");
 1071                              << MatchResult << "\n");
gen/lib/Target/BPF/BPFGenDisassemblerTables.inc
  532       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
  533                    << Len << "): " << CurFieldValue << "\n");
  549       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
  570       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
  571                    << Len << ", " << ExpectedValue << ", " << NumToSkip
  571                    << Len << ", " << ExpectedValue << ", " << NumToSkip
  591       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
  610       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
  611                    << ", using decoder " << DecodeIdx << ": "
  632       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
  633                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/Hexagon/HexagonGenAsmMatcher.inc
10302                              << " against actual operand at index " << ActualIdx);
10370                            dbgs() << ' ' << I;
10394                  << MatchResult << "\n");
10417                              << MatchResult << "\n");
gen/lib/Target/Hexagon/HexagonGenDisassemblerTables.inc
12219       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
12220                    << Len << "): " << CurFieldValue << "\n");
12220                    << Len << "): " << CurFieldValue << "\n");
12236       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
12236       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
12257       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
12258                    << Len << ", " << ExpectedValue << ", " << NumToSkip
12258                    << Len << ", " << ExpectedValue << ", " << NumToSkip
12258                    << Len << ", " << ExpectedValue << ", " << NumToSkip
12259                    << "): FieldValue = " << FieldValue << ", ExpectedValue = "
12260                    << ExpectedValue << ": "
12278       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
12297       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
12298                    << ", using decoder " << DecodeIdx << ": "
12319       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
12320                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/Lanai/LanaiGenAsmMatcher.inc
 1097                              << " against actual operand at index " << ActualIdx);
 1165                            dbgs() << ' ' << I;
 1189                  << MatchResult << "\n");
 1212                              << MatchResult << "\n");
gen/lib/Target/Lanai/LanaiGenDisassemblerTables.inc
  473       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
  474                    << Len << "): " << CurFieldValue << "\n");
  474                    << Len << "): " << CurFieldValue << "\n");
  490       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
  490       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
  511       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
  512                    << Len << ", " << ExpectedValue << ", " << NumToSkip
  512                    << Len << ", " << ExpectedValue << ", " << NumToSkip
  512                    << Len << ", " << ExpectedValue << ", " << NumToSkip
  513                    << "): FieldValue = " << FieldValue << ", ExpectedValue = "
  514                    << ExpectedValue << ": "
  532       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
  551       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
  552                    << ", using decoder " << DecodeIdx << ": "
  573       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
  574                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/MSP430/MSP430GenAsmMatcher.inc
 1155                              << " against actual operand at index " << ActualIdx);
 1223                            dbgs() << ' ' << I;
 1247                  << MatchResult << "\n");
 1270                              << MatchResult << "\n");
gen/lib/Target/MSP430/MSP430GenDisassemblerTables.inc
 1350       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
 1351                    << Len << "): " << CurFieldValue << "\n");
 1367       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
 1388       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
 1389                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 1389                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 1409       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
 1428       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
 1429                    << ", using decoder " << DecodeIdx << ": "
 1450       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
 1451                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/Mips/MipsGenAsmMatcher.inc
 8131                              << " against actual operand at index " << ActualIdx);
 8199                            dbgs() << ' ' << I;
 8223                  << MatchResult << "\n");
 8246                              << MatchResult << "\n");
gen/lib/Target/Mips/MipsGenDisassemblerTables.inc
10330       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
10331                    << Len << "): " << CurFieldValue << "\n");
10331                    << Len << "): " << CurFieldValue << "\n");
10347       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
10347       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
10368       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
10369                    << Len << ", " << ExpectedValue << ", " << NumToSkip
10369                    << Len << ", " << ExpectedValue << ", " << NumToSkip
10369                    << Len << ", " << ExpectedValue << ", " << NumToSkip
10370                    << "): FieldValue = " << FieldValue << ", ExpectedValue = "
10371                    << ExpectedValue << ": "
10389       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
10408       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
10409                    << ", using decoder " << DecodeIdx << ": "
10430       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
10431                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/PowerPC/PPCGenAsmMatcher.inc
 7060                              << " against actual operand at index " << ActualIdx);
 7128                            dbgs() << ' ' << I;
 7152                  << MatchResult << "\n");
 7175                              << MatchResult << "\n");
gen/lib/Target/PowerPC/PPCGenDisassemblerTables.inc
 6580       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
 6581                    << Len << "): " << CurFieldValue << "\n");
 6581                    << Len << "): " << CurFieldValue << "\n");
 6597       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
 6597       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
 6618       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
 6619                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 6619                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 6619                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 6620                    << "): FieldValue = " << FieldValue << ", ExpectedValue = "
 6621                    << ExpectedValue << ": "
 6639       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
 6658       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
 6659                    << ", using decoder " << DecodeIdx << ": "
 6680       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
 6681                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/RISCV/RISCVGenAsmMatcher.inc
 2449                              << " against actual operand at index " << ActualIdx);
 2517                            dbgs() << ' ' << I;
 2541                  << MatchResult << "\n");
 2564                              << MatchResult << "\n");
gen/lib/Target/RISCV/RISCVGenDisassemblerTables.inc
 1756       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
 1757                    << Len << "): " << CurFieldValue << "\n");
 1757                    << Len << "): " << CurFieldValue << "\n");
 1773       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
 1773       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
 1794       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
 1795                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 1795                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 1795                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 1796                    << "): FieldValue = " << FieldValue << ", ExpectedValue = "
 1797                    << ExpectedValue << ": "
 1815       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
 1834       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
 1835                    << ", using decoder " << DecodeIdx << ": "
 1856       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
 1857                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/Sparc/SparcGenAsmMatcher.inc
 4193                              << " against actual operand at index " << ActualIdx);
 4261                            dbgs() << ' ' << I;
 4285                  << MatchResult << "\n");
 4308                              << MatchResult << "\n");
gen/lib/Target/Sparc/SparcGenDisassemblerTables.inc
 2378       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
 2379                    << Len << "): " << CurFieldValue << "\n");
 2379                    << Len << "): " << CurFieldValue << "\n");
 2395       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
 2395       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
 2416       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
 2417                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 2417                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 2417                    << Len << ", " << ExpectedValue << ", " << NumToSkip
 2418                    << "): FieldValue = " << FieldValue << ", ExpectedValue = "
 2419                    << ExpectedValue << ": "
 2437       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
 2456       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
 2457                    << ", using decoder " << DecodeIdx << ": "
 2478       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
 2479                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/SystemZ/SystemZGenAsmMatcher.inc
 5388                              << " against actual operand at index " << ActualIdx);
 5456                            dbgs() << ' ' << I;
 5480                  << MatchResult << "\n");
 5503                              << MatchResult << "\n");
gen/lib/Target/SystemZ/SystemZGenDisassemblerTables.inc
10751       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
10752                    << Len << "): " << CurFieldValue << "\n");
10768       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
10789       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
10790                    << Len << ", " << ExpectedValue << ", " << NumToSkip
10790                    << Len << ", " << ExpectedValue << ", " << NumToSkip
10810       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
10829       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
10830                    << ", using decoder " << DecodeIdx << ": "
10851       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
10852                    << ", using decoder " << DecodeIdx << ": ");
gen/lib/Target/WebAssembly/WebAssemblyGenAsmMatcher.inc
 1157                              << " against actual operand at index " << ActualIdx);
 1225                            dbgs() << ' ' << I;
 1249                  << MatchResult << "\n");
 1272                              << MatchResult << "\n");
gen/lib/Target/X86/X86GenAsmMatcher.inc
36988                              << " against actual operand at index " << ActualIdx);
37056                            dbgs() << ' ' << I;
37080                  << MatchResult << "\n");
37103                              << MatchResult << "\n");
gen/lib/Target/XCore/XCoreGenDisassemblerTables.inc
  822       LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", "
  823                    << Len << "): " << CurFieldValue << "\n");
  823                    << Len << "): " << CurFieldValue << "\n");
  839       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
  839       LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip
  860       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", "
  861                    << Len << ", " << ExpectedValue << ", " << NumToSkip
  861                    << Len << ", " << ExpectedValue << ", " << NumToSkip
  861                    << Len << ", " << ExpectedValue << ", " << NumToSkip
  862                    << "): FieldValue = " << FieldValue << ", ExpectedValue = "
  863                    << ExpectedValue << ": "
  881       LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): "
  900       LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc
  901                    << ", using decoder " << DecodeIdx << ": "
  922       LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc
  923                    << ", using decoder " << DecodeIdx << ": ");
gen/tools/clang/include/clang/AST/AttrImpl.inc
  101     OS << " __attribute__((amdgpu_num_sgpr(" << getNumSGPR() << ")))";
  105     OS << " [[clang::amdgpu_num_sgpr(" << getNumSGPR() << ")]]";
  137     OS << " __attribute__((amdgpu_num_vgpr(" << getNumVGPR() << ")))";
  141     OS << " [[clang::amdgpu_num_vgpr(" << getNumVGPR() << ")]]";
  813     OS << " __attribute__((alloc_align(" << getParamIndex().getSourceIndex() << ")))";
  817     OS << " [[gnu::alloc_align(" << getParamIndex().getSourceIndex() << ")]]";
  853     OS << "(" << getElemSizeParam().getSourceIndex() << "";
  858       OS << "" << getNumElemsParam().getSourceIndex() << "";
  868     OS << "(" << getElemSizeParam().getSourceIndex() << "";
  873       OS << "" << getNumElemsParam().getSourceIndex() << "";
 1207     OS << " __attribute__((argument_with_type_tag(" << (getArgumentKind() ? getArgumentKind()->getName() : "") << ", " << getArgumentIdx().getSourceIndex() << ", " << getTypeTagIdx().getSourceIndex() << ")))";
 1207     OS << " __attribute__((argument_with_type_tag(" << (getArgumentKind() ? getArgumentKind()->getName() : "") << ", " << getArgumentIdx().getSourceIndex() << ", " << getTypeTagIdx().getSourceIndex() << ")))";
 1211     OS << " [[clang::argument_with_type_tag(" << (getArgumentKind() ? getArgumentKind()->getName() : "") << ", " << getArgumentIdx().getSourceIndex() << ", " << getTypeTagIdx().getSourceIndex() << ")]]";
 1211     OS << " [[clang::argument_with_type_tag(" << (getArgumentKind() ? getArgumentKind()->getName() : "") << ", " << getArgumentIdx().getSourceIndex() << ", " << getTypeTagIdx().getSourceIndex() << ")]]";
 1215     OS << " [[clang::argument_with_type_tag(" << (getArgumentKind() ? getArgumentKind()->getName() : "") << ", " << getArgumentIdx().getSourceIndex() << ", " << getTypeTagIdx().getSourceIndex() << ")]]";
 1215     OS << " [[clang::argument_with_type_tag(" << (getArgumentKind() ? getArgumentKind()->getName() : "") << ", " << getArgumentIdx().getSourceIndex() << ", " << getTypeTagIdx().getSourceIndex() << ")]]";
 1219     OS << " __attribute__((pointer_with_type_tag(" << (getArgumentKind() ? getArgumentKind()->getName() : "") << ", " << getArgumentIdx().getSourceIndex() << ", " << getTypeTagIdx().getSourceIndex() << ")))";
 1219     OS << " __attribute__((pointer_with_type_tag(" << (getArgumentKind() ? getArgumentKind()->getName() : "") << ", " << getArgumentIdx().getSourceIndex() << ", " << getTypeTagIdx().getSourceIndex() << ")))";
 1223     OS << " [[clang::pointer_with_type_tag(" << (getArgumentKind() ? getArgumentKind()->getName() : "") << ", " << getArgumentIdx().getSourceIndex() << ", " << getTypeTagIdx().getSourceIndex() << ")]]";
 1223     OS << " [[clang::pointer_with_type_tag(" << (getArgumentKind() ? getArgumentKind()->getName() : "") << ", " << getArgumentIdx().getSourceIndex() << ", " << getTypeTagIdx().getSourceIndex() << ")]]";
 1227     OS << " [[clang::pointer_with_type_tag(" << (getArgumentKind() ? getArgumentKind()->getName() : "") << ", " << getArgumentIdx().getSourceIndex() << ", " << getTypeTagIdx().getSourceIndex() << ")]]";
 1227     OS << " [[clang::pointer_with_type_tag(" << (getArgumentKind() ? getArgumentKind()->getName() : "") << ", " << getArgumentIdx().getSourceIndex() << ", " << getTypeTagIdx().getSourceIndex() << ")]]";
 3783     OS << " __attribute__((format_arg(" << getFormatIdx().getSourceIndex() << ")))";
 3787     OS << " [[gnu::format_arg(" << getFormatIdx().getSourceIndex() << ")]]";
 4197     OS << " __attribute__((init_priority(" << getPriority() << ")))";
 4201     OS << " [[gnu::init_priority(" << getPriority() << ")]]";
 4384     OS << " __declspec(layout_version(" << getVersion() << "))";
 4762     OS << " __attribute__((interrupt(" << getNumber() << ")))";
 4766     OS << " [[gnu::interrupt(" << getNumber() << ")]]";
 4978     OS << " __attribute__((min_vector_width(" << getVectorWidth() << ")))";
 4982     OS << " [[clang::min_vector_width(" << getVectorWidth() << ")]]";
 4986     OS << " [[clang::min_vector_width(" << getVectorWidth() << ")]]";
 6234     OS << Val.getSourceIndex();
 6245     OS << Val.getSourceIndex();
 7935     OS << " __attribute__((intel_reqd_sub_group_size(" << getSubGroupSize() << ")))";
 8073     OS << " __attribute__((opencl_unroll_hint(" << getUnrollHint() << ")))";
 8266     OS << Val.getSourceIndex();
 8277     OS << Val.getSourceIndex();
 8288     OS << Val.getSourceIndex();
 8299     OS << Val.getSourceIndex();
 8310     OS << Val.getSourceIndex();
 8321     OS << Val.getSourceIndex();
 8332     OS << Val.getSourceIndex();
 8343     OS << Val.getSourceIndex();
 8354     OS << Val.getSourceIndex();
 9261     OS << " __attribute__((reqd_work_group_size(" << getXDim() << ", " << getYDim() << ", " << getZDim() << ")))";
 9261     OS << " __attribute__((reqd_work_group_size(" << getXDim() << ", " << getYDim() << ", " << getZDim() << ")))";
 9261     OS << " __attribute__((reqd_work_group_size(" << getXDim() << ", " << getYDim() << ", " << getZDim() << ")))";
11339     OS << " __attribute__((work_group_size_hint(" << getXDim() << ", " << getYDim() << ", " << getZDim() << ")))";
11339     OS << " __attribute__((work_group_size_hint(" << getXDim() << ", " << getYDim() << ", " << getZDim() << ")))";
11339     OS << " __attribute__((work_group_size_hint(" << getXDim() << ", " << getYDim() << ", " << getZDim() << ")))";
11465     OS << " __attribute__((xray_log_args(" << getArgumentCount() << ")))";
11469     OS << " [[clang::xray_log_args(" << getArgumentCount() << ")]]";
11473     OS << " [[clang::xray_log_args(" << getArgumentCount() << ")]]";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
   11     OS << " " << SA->getNumSGPR();
   15     OS << " " << SA->getNumVGPR();
   65     OS << " " << SA->getParamIndex().getSourceIndex();
   69     OS << " " << SA->getElemSizeParam().getSourceIndex();
   71       OS << " " << SA->getNumElemsParam().getSourceIndex();
   85     OS << " " << SA->getArgumentIdx().getSourceIndex();
   86     OS << " " << SA->getTypeTagIdx().getSourceIndex();
  247     OS << " " << SA->getFormatIdx().getSourceIndex();
  259     OS << " " << SA->getPriority();
  267     OS << " " << SA->getVersion();
  335     OS << " " << SA->getNumber();
  339     OS << " " << SA->getVdm();
  343     OS << " " << SA->getAlignment();
  347     OS << " " << SA->getVectorWidth();
  400       OS << " " << Val.getSourceIndex();
  436     OS << " " << SA->getCaptureKind();
  452       OS << " " << Val;
  566     OS << " " << SA->getSubGroupSize();
  570     OS << " " << SA->getUnrollHint();
  582       OS << " " << Val.getSourceIndex();
  658     OS << " " << SA->getXDim();
  659     OS << " " << SA->getYDim();
  660     OS << " " << SA->getZDim();
  825     OS << " " << SA->getXDim();
  826     OS << " " << SA->getYDim();
  827     OS << " " << SA->getZDim();
  834     OS << " " << SA->getArgumentCount();
gen/tools/clang/lib/AST/Opcodes.inc
  643 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
  739 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 1810 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 1814 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 1818 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 1822 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 1826 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 1830 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 1834 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 1838 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 1842 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 1846 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2058 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2062 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2066 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2070 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2074 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2078 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2082 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2086 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2090 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2094 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2306 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2310 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2314 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2318 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2322 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2326 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2330 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2334 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2338 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2342 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2554 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2558 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2562 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2566 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2570 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2574 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2578 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2582 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2586 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2590 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2804 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2808 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2812 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2816 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2820 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2824 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2828 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2832 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2836 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2840 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 2989 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3021 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3053 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3085 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3117 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3149 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3174 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3206 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3238 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3397 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3401 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3405 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3409 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3413 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3417 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3421 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3425 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3429 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3433 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3872 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3876 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3880 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3884 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3888 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3892 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3896 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3900 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3904 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 3908 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4120 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4124 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4128 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4132 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4136 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4140 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4144 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4148 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4152 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4156 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4368 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4372 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4376 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4380 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4384 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4388 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4392 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4396 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4400 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4404 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4616 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4620 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4624 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4628 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4632 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4636 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4640 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4644 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4648 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4652 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4864 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4868 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4872 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4876 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4880 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4884 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4888 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4892 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4896 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 4900 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5577 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5581 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5585 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5589 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5593 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5597 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5601 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5605 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5609 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5613 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5825 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5829 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5833 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5837 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5841 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5845 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5849 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5853 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5857 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 5861 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8199 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8203 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8207 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8211 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8215 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8219 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8223 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8227 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8231 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8235 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8447 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8451 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8455 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8459 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8463 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8467 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8471 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8475 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8479 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8483 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8695 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8699 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8703 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8707 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8711 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8715 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8719 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8723 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8727 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8731 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8945 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8949 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8953 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8957 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8961 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8965 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8969 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8973 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8977 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 8981 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 9193 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 9197 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 9201 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 9205 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 9209 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 9213 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 9217 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 9221 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 9225 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
 9229 	OS << "\t" << PC.read<uint32_t>() << " "<< "\n";
include/llvm/ADT/Optional.h
  421     OS << *O;
include/llvm/Analysis/LoopInfoImpl.h
  382   OS << "Loop at depth " << getLoopDepth() << " containing: ";
include/llvm/Analysis/RegionInfoImpl.h
  493     OS.indent(level * 2) << '[' << level << "] " << getNameStr();
include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
  148                              << ") // Got=" << Opcode << "\n");
  398           dbgs() << "addrspace(" << MMOAddrSpace << ") vs "
  399                  << AddrSpace << '\n');
  430                       << ")->getAlignment() >= " << MinAlign << ")\n");
include/llvm/DebugInfo/DIContext.h
   72     OS << "line " << Line << ", ";
   73     OS << "column " << Column << ", ";
   74     OS << "start line " << StartLine << '\n';
include/llvm/DebugInfo/PDB/PDBExtras.h
   51   OS << Name << ": " << Value;
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
   82                         << " bytes, alignment " << Alignment << ")\n");
   95                           << " bytes, alignment " << Alignment << ")\n");
  104                         << " bytes, alignment " << Alignment << ")\n");
  123                    << " (" << CodeSize << " bytes, alignment " << CodeAlign
  134                    << " (" << RODataSize << " bytes, alignment " << RODataAlign
  145                    << " (" << RWDataSize << " bytes, alignment " << RWDataAlign
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
  229                       << format("0x%016x", TAddr) << ", Size = " << Size
  257     LLVM_DEBUG(dbgs() << "  ISMgr " << Id << " request " << NumStubsRequired
  343                       << "    pointer size       = " << PointerSize << "\n"
  344                       << "    page size          = " << PageSize << "\n"
  345                       << "    trampoline size    = " << TrampolineSize << "\n"
  346                       << "    indirect stub size = " << IndirectStubSize
  370                       << format("0x%016x", TAddr) << ", Size = " << Size
  388                       << " (" << Size << " bytes, alignment " << Align
include/llvm/ExecutionEngine/Orc/RPCUtils.h
   71     OS << "Call to invalid RPC function id '" << FnId << "' with "
   72           "sequence number " << SeqNo;
  104     OS << "Response has unknown sequence number " << SeqNo;
include/llvm/MC/MCELFObjectWriter.h
   46     Out << "Off=" << Offset << ", Sym=" << Symbol << ", Type=" << Type
include/llvm/MCA/Instruction.h
  586   void print(raw_ostream &OS) const { OS << getSourceIndex(); }
include/llvm/Support/FormatVariadicDetails.h
   83                                          << std::declval<U>()),
include/llvm/Support/GenericDomTree.h
  173   O << " {" << Node->getDFSNumIn() << "," << Node->getDFSNumOut() << "} ["
  173   O << " {" << Node->getDFSNumIn() << "," << Node->getDFSNumOut() << "} ["
  174     << Node->getLevel() << "]\n";
  182   O.indent(2 * Lev) << "[" << Lev << "] " << N;
  667       O << "DFSNumbers invalid: " << SlowQueries << " slow queries.";
include/llvm/Support/GenericDomTreeConstruction.h
  464           LLVM_DEBUG(dbgs() << "\t\t\tPrev DFSNum: " << Num << ", new DFSNum: "
  465                             << NewNum << "\n\t\t\tRemoving DFS info\n");
  483     LLVM_DEBUG(dbgs() << "Total: " << Total << ", Num: " << Num << "\n");
  483     LLVM_DEBUG(dbgs() << "Total: " << Total << ", Num: " << Num << "\n");
  785                  "as affected, CurrentLevel " << CurrentLevel << "\n");
  806                             << ", level = " << SuccLevel << "\n");
 1348                << " has a nonzero level " << TN->getLevel() << "!\n";
 1356                << TN->getLevel() << " while its IDom "
 1358                << IDom->getLevel() << "!\n";
 1379       errs() << BlockNamePrinter(TN) << " {" << TN->getDFSNumIn() << ", "
 1380              << TN->getDFSNumOut() << '}';
include/llvm/Support/GraphWriter.h
  100       O << "<s" << i << ">" << DOT::EscapeString(label);
  216         O << "<d" << i << ">"
  274         O << "<s" << i << ">";
include/llvm/Support/ScopedPrinter.h
   64   stream << Value;
  167     startLine() << Label << ": " << Value << "\n";
  175     startLine() << Label << ": " << unsigned(Value) << "\n";
  214       OS << Item;
  274     startLine() << Label << ": " << Str << " (" << Value << ")\n";
include/llvm/Transforms/Scalar/GVNExpression.h
  119     OS << "opcode = " << getOpcode() << ", ";
  235       OS << "[" << i << "] = ";
  476       OS << "[" << i << "] = " << IntOperands[i] << "  ";
  476       OS << "[" << i << "] = " << IntOperands[i] << "  ";
lib/Analysis/AliasSetTracker.cpp
  660   OS << "  AliasSet[" << (const void*)this << ", " << RefCount << "] ";
  702   OS << " alias sets for " << PointerMap.size() << " pointer values.\n";
lib/Analysis/BranchProbabilityInfo.cpp
  925                     << IndexInSuccessors << " successor probability to " << Prob
lib/Analysis/CallGraph.cpp
  167   OS << "<<" << this << ">>  #uses=" << getNumReferences() << '\n';
lib/Analysis/CallGraphSCCPass.cpp
  205   LLVM_DEBUG(dbgs() << "CGSCCPASSMGR: Refreshing SCC with " << CurSCC.size()
  494                  << "  SCCPASSMGR: Re-visiting SCC, iteration #" << Iteration
  502                         << Iteration
lib/Analysis/CostModel.cpp
  104         OS << "Cost Model: Found an estimated cost of " << Cost;
lib/Analysis/DependenceAnalysis.cpp
  185                 OS << "da analyze - split level = " << Level;
 2555     LLVM_DEBUG(dbgs() << "\t    " << K << '\t');
 2654       LLVM_DEBUG(dbgs() << "\tBound for level = " << Level << '\n');
 2936     LLVM_DEBUG(dbgs() << "\t    " << K << "\t" << *CI[K].Coeff);
 3073     LLVM_DEBUG(dbgs() << "\t    Constraint[" << LI << "] is");
 3372     dbgs() << VI;
 3444   LLVM_DEBUG(dbgs() << "    common nesting levels = " << CommonLevels << "\n");
 3445   LLVM_DEBUG(dbgs() << "    maximum nesting levels = " << MaxLevels << "\n");
 3477     LLVM_DEBUG(dbgs() << "    subscript " << P << "\n");
 3597     LLVM_DEBUG(dbgs() << "testing subscript " << SI);
 3631     LLVM_DEBUG(dbgs() << "MaxLevels + 1 = " << MaxLevels + 1 << "\n");
 3636       LLVM_DEBUG(dbgs() << "testing subscript group " << SI << " { ");
 3643         LLVM_DEBUG(dbgs() << SJ << " ");
 3655           LLVM_DEBUG(dbgs() << "testing subscript " << SJ << ", SIV\n");
 3680             LLVM_DEBUG(dbgs() << "\tSJ = " << SJ << "\n");
lib/Analysis/IndirectCallPromotionAnalysis.cpp
   74                     << " Num_targets: " << NumVals << "\n");
   81     LLVM_DEBUG(dbgs() << " Candidate " << I << " Count=" << Count
lib/Analysis/InlineCost.cpp
 1944   DEBUG_PRINT_STAT(NumConstantArgs);
 1945   DEBUG_PRINT_STAT(NumConstantOffsetPtrArgs);
 1946   DEBUG_PRINT_STAT(NumAllocaArgs);
 1947   DEBUG_PRINT_STAT(NumConstantPtrCmps);
 1948   DEBUG_PRINT_STAT(NumConstantPtrDiffs);
 1949   DEBUG_PRINT_STAT(NumInstructionsSimplified);
 1950   DEBUG_PRINT_STAT(NumInstructions);
 1951   DEBUG_PRINT_STAT(SROACostSavings);
 1952   DEBUG_PRINT_STAT(SROACostSavingsLost);
lib/Analysis/LoopAccessAnalysis.cpp
  459     OS.indent(Depth) << "Check " << N++ << ":\n";
  807   LLVM_DEBUG(dbgs() << "LAA: We need to do " << RtCheck.getNumberOfChecks()
lib/Analysis/MemorySSA.cpp
 2182       OS << A->getID();
 2187   OS << getID() << " = MemoryDef(";
 2202   OS << getID() << " = MemoryPhi(";
 2218       OS << ID;
 2230     OS << UO->getID();
lib/Analysis/ModuleDebugInfoPrinter.cpp
   66     O << ":" << Line;
   79       O << "unknown-language(" << CU->getSourceLanguage() << ")";
  112         O << "unknown-encoding(" << BT->getEncoding() << ')';
  119         O << "unknown-tag(" << T->getTag() << ")";
lib/Analysis/PHITransAddr.cpp
   52     dbgs() << "  Input #" << i << " is " << *InstInputs[i] << "\n";
  102       errs() << "  InstInput #" << i << " is " << *InstInputs[i] << "\n";
lib/Analysis/RegionPrinter.cpp
  111         << ((R.getDepth() * 2 % 12) + 1) << "\n";
  116         << ((R.getDepth() * 2 % 12) + 2) << "\n";
lib/Analysis/ScalarEvolution.cpp
 8464                     << BitWidth << '\n');
 8486                     << "x + " << C << ", coeff bw: " << NewWidth
11539     OS << "Trip multiple is " << SE->getSmallConstantTripMultiple(L) << "\n";
lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  514   OS << " num-strings = " << NumStrings << " {\n";
  641   O.OS << "  # Toplevel Blocks: " << NumTopBlocks << "\n";
  649     O.OS << "  Block ID #" << I->first;
  656     O.OS << "      Num Instances: " << Stats.NumInstances << "\n";
  666       O.OS << "  Tot/Avg SubBlocks: " << Stats.NumSubBlocks << "/"
  668       O.OS << "    Tot/Avg Abbrevs: " << Stats.NumAbbrevs << "/"
  670       O.OS << "    Tot/Avg Records: " << Stats.NumRecords << "/"
  673       O.OS << "      Num SubBlocks: " << Stats.NumSubBlocks << "\n";
  674       O.OS << "        Num Abbrevs: " << Stats.NumAbbrevs << "\n";
  675       O.OS << "        Num Records: " << Stats.NumRecords << "\n";
  717           O.OS << "UnknownCode" << FreqPairs[i].second << "\n";
  769       O->OS << "UnknownBlock" << BlockID;
  772       O->OS << " BlockID=" << BlockID;
  774     O->OS << " NumWords=" << NumWords
  775           << " BlockCodeSize=" << Stream.getAbbrevIDWidth() << ">\n";
  807           O->OS << "UnknownBlock" << BlockID << ">\n";
  864         O->OS << "UnknownCode" << Code;
  866         O->OS << " codeid=" << Code;
  870         O->OS << " abbrevid=" << Entry.ID;
  874         O->OS << " op" << i << "=" << (int64_t)Record[i];
lib/Bitcode/Writer/ValueEnumerator.cpp
  478   OS << "Size: " << Map.size() << "\n";
  489     OS << " Uses(" << V->getNumUses() << "):";
  506   OS << "Size: " << Map.size() << "\n";
  509     OS << "Metadata: slot = " << I->second.ID << "\n";
  510     OS << "Metadata: function = " << I->second.F << "\n";
lib/CodeGen/AggressiveAntiDepBreaker.cpp
  219                  << " " << printReg(Reg, TRI) << "=g" << State->GetGroup(Reg)
  329     LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag);
  346                           << State->GetGroup(SubregReg) << tag);
  382                       << State->GetGroup(Reg));
  401         LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << "(via "
  478                       << State->GetGroup(Reg));
  521     LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(FirstReg) << '\n');
  571   LLVM_DEBUG(dbgs() << "\tRename Candidates for Group g" << AntiDepGroupIndex
lib/CodeGen/AsmPrinter/AccelTable.cpp
  627      << "Bucket Count: " << BucketCount << "\n"
  628      << "Header Data Length: " << HeaderDataLength << "\n";
  637   OS << "DIE Offset Base: " << DieOffsetBase << "\n";
  692   OS << "  Offset: " << Die.getOffset() << "\n";
  696   OS << "  Offset: " << Die.getOffset() << "\n";
  701   OS << "  Static Offset: " << Offset << "\n";
  705   OS << "  Static Offset: " << Offset << "\n";
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  774     CommentOS << *Size << "-byte Reload\n";
  777       CommentOS << *Size << "-byte Folded Reload\n";
  779     CommentOS << *Size << "-byte Spill\n";
  782       CommentOS << *Size << "-byte Folded Spill\n";
 2847     << "Parent Loop BB" << FunctionNumber << "_"
 2849     << " Depth=" << Loop->getLoopDepth() << '\n';
 2859       << "Child Loop BB" << FunctionNumber << "_"
 2860       << CL->getHeader()->getNumber() << " Depth " << CL->getLoopDepth()
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  593     OS << Counter;
lib/CodeGen/AsmPrinter/DIE.cpp
  233   O << Type << ": Size: " << Size << "\n";
  239     O << "Blk[" << I++ << "]";
  250     << ", Offset: " << Offset << ", Size: " << Size << "\n";
  250     << ", Offset: " << Offset << ", Size: " << Size << "\n";
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
  350       dbgs() << Location->getFilename() << ":" << Location->getLine() << ":"
  351              << Location->getColumn();
lib/CodeGen/AsmPrinter/DebugLocEntry.h
   76       llvm::dbgs() << "Loc = { reg=" << Loc.getReg() << " ";
lib/CodeGen/BranchFolding.cpp
  660                     << CommonTailLen << '\n');
  816                     << maxCommonTailLength);
  976                << MinCommonTailLength << " instruction"
lib/CodeGen/BreakFalseDeps.cpp
  167   LLVM_DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref);
  167   LLVM_DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref);
lib/CodeGen/CFGuardLongjmp.cpp
  110     raw_svector_ostream(SymbolName) << "$cfgsj_" << MF.getName() << SetjmpNum++;
lib/CodeGen/CFIInstrInserter.cpp
  300          << " outgoing CFA Reg:" << Pred.OutgoingCFARegister << "\n";
  305          << " incoming CFA Reg:" << Succ.IncomingCFARegister << "\n";
lib/CodeGen/CallingConvLower.cpp
  135       dbgs() << "Call operand #" << i << " has unhandled type "
  153       dbgs() << "Call operand #" << i << " has unhandled type "
  170       dbgs() << "Call result #" << i << " has unhandled type "
lib/CodeGen/CodeGenPrepare.cpp
 2359       LLVM_DEBUG(dbgs() << "Do: setOperand: " << Idx << "\n"
 2368       LLVM_DEBUG(dbgs() << "Undo: setOperand:" << Idx << "\n"
 4012   LLVM_DEBUG(dbgs() << "OldCost: " << OldCost << "\tNewCost: " << NewCost
 4012   LLVM_DEBUG(dbgs() << "OldCost: " << OldCost << "\tNewCost: " << NewCost
lib/CodeGen/CriticalAntiDepBreaker.cpp
  465                       << (Max->getDepth() + Max->Latency) << "\n");
lib/CodeGen/EarlyIfConversion.cpp
  218                         << BlockInstrLimit << " instructions.\n");
  313                         << BlockInstrLimit << " instructions.\n");
  822   LLVM_DEBUG(dbgs() << "Resource length " << ResLength
  823                     << ", minimal critical path " << MinCrit << '\n');
  835   LLVM_DEBUG(dbgs() << "Branch depth: " << BranchDepth << '\n');
  844     LLVM_DEBUG(dbgs() << "Slack " << Slack << ":\t" << *PI.PHI);
  850       LLVM_DEBUG(dbgs() << "Condition adds " << Extra << " cycles.\n");
  852         LLVM_DEBUG(dbgs() << "Exceeds limit of " << CritLimit << '\n');
  861       LLVM_DEBUG(dbgs() << "TBB data adds " << Extra << " cycles.\n");
  863         LLVM_DEBUG(dbgs() << "Exceeds limit of " << CritLimit << '\n');
  872       LLVM_DEBUG(dbgs() << "FBB data adds " << Extra << " cycles.\n");
  874         LLVM_DEBUG(dbgs() << "Exceeds limit of " << CritLimit << '\n');
lib/CodeGen/EdgeBundles.cpp
   83       << '\t' << G.getBundle(BB, false) << " -> \"" << printMBBReference(MBB)
   85       << "\t\"" << printMBBReference(MBB) << "\" -> " << G.getBundle(BB, true)
lib/CodeGen/FaultMaps.cpp
  125      << ", faulting PC offset: " << FFI.getFaultingPCOffset()
  126      << ", handling PC offset: " << FFI.getHandlerPCOffset();
  133      << ", NumFaultingPCs: " << FI.getNumFaultingPCs() << "\n";
  141   OS << "NumFunctions: " << FMP.getNumFunctions() << "\n";
lib/CodeGen/GlobalISel/CSEInfo.cpp
  261     dbgs() << "CSEInfo::CSE Hit for Opc " << It.first << " : " << It.second
  261     dbgs() << "CSEInfo::CSE Hit for Opc " << It.first << " : " << It.second
lib/CodeGen/GlobalISel/CallLowering.cpp
  389                         << " (arg number = " << i << "\n");
lib/CodeGen/GlobalISel/GISelKnownBits.cpp
  317           dbgs() << '[' << Depth << "] Shift not known constant: " << *RHSMI);
  321     LLVM_DEBUG(dbgs() << '[' << Depth << "] Shift is " << Shift << '\n');
  366   LLVM_DEBUG(dbgs() << "[" << Depth << "] Compute known bits: " << MI << "["
  367                     << Depth << "] Computed for: " << MI << "[" << Depth
  367                     << Depth << "] Computed for: " << MI << "[" << Depth
  370                     << "[" << Depth << "] Zero: 0x"
  372                     << "[" << Depth << "] One:  0x"
lib/CodeGen/GlobalISel/InstructionSelect.cpp
  247       dbgs() << " id" << RuleID;
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  528       LLVM_DEBUG(dbgs() << "Size " << Size << " too large to legalize.\n");
lib/CodeGen/GlobalISel/LegalizerInfo.cpp
   85   OS << Opcode << ", Tys={";
   91   OS << Opcode << ", MMOs={";
  192                         << Mutation.first << ", " << Mutation.second << "\n");
  410     LLVM_DEBUG(dbgs() << ".. opcode " << Opcode << " is aliased to " << Alias
  410     LLVM_DEBUG(dbgs() << ".. opcode " << Opcode << " is aliased to " << Alias
  465       LLVM_DEBUG(dbgs() << ".. (legacy) Type " << i << " Action="
  469       LLVM_DEBUG(dbgs() << ".. (legacy) Type " << i << " Legal\n");
  708     LLVM_DEBUG(dbgs() << MII.getName(Opcode) << " (opcode " << Opcode
  709                       << "): " << NumTypeIdxs << " type ind"
  711                       << NumImmIdxs << " imm ind"
lib/CodeGen/GlobalISel/Localizer.cpp
  135                         << " #Opd: " << MIUse.getOperandNo(&MOUse) << '\n');
lib/CodeGen/GlobalISel/RegBankSelect.cpp
  474     LLVM_DEBUG(dbgs() << "Opd" << OpIdx << '\n');
lib/CodeGen/GlobalISel/RegisterBank.cpp
   91   OS << "(ID:" << getID() << ", Size:" << getSize() << ")\n"
   91   OS << "(ID:" << getID() << ", Size:" << getSize() << ")\n"
   93      << "Number of Covered register classes: " << ContainedRegClasses.count()
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  440     LLVM_DEBUG(dbgs() << "OpIdx " << OpIdx);
  523   OS << "[" << StartIdx << ", " << getHighBitIdx() << "], RegBank = ";
  523   OS << "[" << StartIdx << ", " << getHighBitIdx() << "], RegBank = ";
  580   OS << "#BreakDown: " << NumBreakDowns << " ";
  634   OS << "ID: " << getID() << " Cost: " << getCost() << " Mapping: ";
  634   OS << "ID: " << getID() << " Cost: " << getCost() << " Mapping: ";
  640     OS << "{ Idx: " << OpIdx << " Map: " << ValMapping << '}';
  768         OS << '(' << Idx << ", " << OpToNewVRegIdx[Idx] << ')';
  774     OS << "Mapping ID: " << getInstrMapping().getID() << ' ';
lib/CodeGen/IfConversion.cpp
  375         LLVM_DEBUG(dbgs() << "MeetIfcvtSizeLimit(BranchBytes=" << BranchBytes
  376                           << ", CommonBytes=" << CommonBytes
  378                           << NumPredicatedInstructions
  379                           << ", ExtraPredicateBytes=" << ExtraPredicateBytes
  389         LLVM_DEBUG(dbgs() << "MeetIfcvtSizeLimit(TCycle=" << TCycle
  390                           << ", FCycle=" << FCycle
  391                           << ", TExtra=" << TBBInfo.ExtraCost2 << ", FExtra="
  392                           << FBBInfo.ExtraCost2 << ") = " << Res << "\n");
lib/CodeGen/InlineSpiller.cpp
  394   LLVM_DEBUG(dbgs() << "\tmerged orig valno " << OrigVNI->id << ": "
  435     LLVM_DEBUG(dbgs() << "Checking redundant spills for " << VNI->id << '@'
 1476       dbgs() << "\nFor Slot" << Slot << " and VN" << OrigVNI->id << ":\n"
lib/CodeGen/InterleavedLoadCombinePass.cpp
  577     OS << "[{#ErrBits:" << ErrorMSBs << "} ";
lib/CodeGen/LexicalScopes.cpp
  325   err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n";
  325   err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n";
lib/CodeGen/LiveDebugValues.cpp
  354         dbgs() << "!" << Var.getInlinedAt()->getMetadataID() << ")\n";
  964     LLVM_DEBUG(dbgs() << "Register: " << Reg << " " << printReg(Reg, TRI)
  971     LLVM_DEBUG(dbgs() << "Register: " << Reg << " " << printReg(Reg, TRI)
lib/CodeGen/LiveDebugVariables.cpp
  489   CommentOS << ':' << DL.getLine();
  491     CommentOS << ':' << DL.getCol();
  516     OS << Res << "," << Line;
  537       OS << I.value().locNo();
  541     OS << " Loc" << i << '=';
  821                         << DstVNI->id << " in " << *DstLI << '\n');
 1013     dbgs() << "Splitting Loc" << OldLocNo << '\t';
 1352     LLVM_DEBUG(dbgs() << "\t[" << Start << ';' << Stop << "):" << Loc.locNo());
lib/CodeGen/LiveInterval.cpp
  992   return OS << '[' << S.start << ',' << S.end << ':' << S.valno->id << ')';
 1019       OS << vnum << '@';
lib/CodeGen/LiveIntervals.cpp
  338         LLVM_DEBUG(dbgs() << ' ' << printRegUnit(Unit, TRI) << '#' << VNI->id);
 1658   LLVM_DEBUG(dbgs() << "  Split " << NumComp << " components: " << LI << '\n');
lib/CodeGen/LiveVariables.cpp
   72     dbgs() << *I << ", ";
   78       dbgs() << "\n    #" << i << ": " << *Kills[i];
lib/CodeGen/LocalStackSlotAllocation.cpp
  388       LLVM_DEBUG(dbgs() << "  Reusing base register " << BaseReg << "\n");
  416       LLVM_DEBUG(dbgs() << "  Materializing base register " << BaseReg
lib/CodeGen/MIRVRegNamerUtils.cpp
  171       LLVM_DEBUG(dbgs() << "Skipping rename for FI " << LastRenameReg << "\n";);
  189         dbgs() << "Skipping rename for Phys Reg " << LastRenameReg << "\n";
  196       LLVM_DEBUG(dbgs() << "Vreg " << Reg
  208         LLVM_DEBUG(dbgs() << Reg;);
  214         LLVM_DEBUG(dbgs() << Rename;);
  338   OS << "namedVReg" << (virtualVRegNumber & ~0x80000000);
lib/CodeGen/MachineBasicBlock.cpp
  331     OS << "align " << Log2(getAlignment());
lib/CodeGen/MachineBlockPlacement.cpp
 1974                       << Pred->succ_size() << " successors, ";
 2117                         << getBlockName(Succ) << " [L:" << SuccLoopDepth
lib/CodeGen/MachineCombiner.cpp
  313                     << NewRootDepth << "\tRootDepth: " << RootDepth);
  313                     << NewRootDepth << "\tRootDepth: " << RootDepth);
  341   LLVM_DEBUG(dbgs() << "\n\tNewRootLatency: " << NewRootLatency
  342                     << "\tRootLatency: " << RootLatency << "\n\tRootSlack: "
  343                     << RootSlack << " SlackIsAccurate=" << SlackIsAccurate
  344                     << "\n\tNewRootDepth + NewRootLatency = " << NewCycleCount
  346                     << OldCycleCount;);
  350   LLVM_DEBUG(dbgs() << "\n\t\tNewCycleCount = " << NewCycleCount
  351                     << ", OldCycleCount = " << OldCycleCount << "\n");
  398                     << ResLenBeforeCombine
  399                     << " and after: " << ResLenAfterCombine << "\n";);
lib/CodeGen/MachineFrameInfo.cpp
  227       OS << "id=" << static_cast<unsigned>(SO.StackID) << ' ';
lib/CodeGen/MachineFunction.cpp
  618     << Prefix << "JTI" << getFunctionNumber() << '_' << JTI;
  618     << Prefix << "JTI" << getFunctionNumber() << '_' << JTI;
  959   return Printable([Idx](raw_ostream &OS) { OS << "%jump-table." << Idx; });
 1103     OS << "  cp#" << i << ": ";
lib/CodeGen/MachineInstr.cpp
 1619       OS << '$' << AsmOpCount++;
 1628       default: OS << ":[??" << InlineAsm::getKind(Flag); break;
 1637           OS << ":RC" << RCID;
 1669         OS << " tiedto:$" << TiedTo;
 1766     OS << " line no:" <<  DV->getLine();
lib/CodeGen/MachineOperand.cpp
  428     OS << "%dwarfreg." << DwarfReg;
  594     OS << "%fixed-stack." << FrameIndex;
  598   OS << "%stack." << FrameIndex;
  785         OS << ".subreg" << SubReg;
  799       OS << "(tied-def " << TiedOperandIdx << ")";
  886         OS << " and " << (NumRegsInMask - NumRegsEmitted) << " more...";
  932       OS << "intrinsic(" << ID << ')';
 1180     OS << ", addrspace " << AS;
lib/CodeGen/MachinePipeliner.cpp
  452   LLVM_DEBUG(dbgs() << "MII = " << MII << " MAX_II = " << MAX_II
  452   LLVM_DEBUG(dbgs() << "MII = " << MII << " MAX_II = " << MAX_II
  453                     << " (rec=" << RecMII << ", res=" << ResMII << ")\n");
  453                     << " (rec=" << RecMII << ", res=" << ResMII << ")\n");
  524     LLVM_DEBUG(dbgs() << "numStages:" << numStages << ">" << SwpMaxStages
 1048       dbgs() << "Trying to reserve resource for " << NumCycles
 1061     LLVM_DEBUG(dbgs() << "ReservedCycles:" << ReservedCycles
 1062                       << ", NumCycles:" << NumCycles << "\n");
 1430       dbgs() << "\tNode " << i << ":\n";
 1434       dbgs() << "\t   D    = " << getDepth(&SUnits[i]) << "\n";
 1435       dbgs() << "\t   H    = " << getHeight(&SUnits[i]) << "\n";
 1615             dbgs() << "Excess register pressure: SU(" << SU->NodeNum << ") "
 1814     LLVM_DEBUG(dbgs() << "NodeSet size " << Nodes.size() << "\n");
 1869           LLVM_DEBUG(dbgs() << maxHeight->NodeNum << " ");
 1914           LLVM_DEBUG(dbgs() << maxDepth->NodeNum << " ");
 1953       dbgs() << " " << I->NodeNum << " ";
 1973     LLVM_DEBUG(dbgs() << "Try to schedule with " << II << "\n");
 1992         dbgs() << "Inst (" << SU->NodeNum << ") ";
 2043   LLVM_DEBUG(dbgs() << "Schedule Found? " << scheduleFound << " (II=" << II
 2742       LLVM_DEBUG(dbgs() << Pred->NodeNum << " and successor " << Succ->NodeNum
 2742       LLVM_DEBUG(dbgs() << Pred->NodeNum << " and successor " << Succ->NodeNum
 2743                         << " are scheduled before node " << SU->NodeNum
 2861   os << "Num nodes " << size() << " rec " << RecMII << " mov " << MaxMOV
 2861   os << "Num nodes " << size() << " rec " << RecMII << " mov " << MaxMOV
 2862      << " depth " << MaxDepth << " col " << Colocate << "\n";
 2862      << " depth " << MaxDepth << " col " << Colocate << "\n";
 2864     os << "   SU(" << I->NodeNum << ") " << *(I->getInstr());
 2877       os << "(" << CI->NodeNum << ") ";
lib/CodeGen/MachineScheduler.cpp
  567                  dbgs() << " RegionInstrs: " << NumRegionInstrs << '\n');
  599     dbgs() << SU->NodeNum << " ";
 1054       LLVM_DEBUG(dbgs() << TRI->getRegPressureSetName(i) << " Limit " << Limit
 1055                         << " Actual " << RegionPressure[i] << "\n");
 1085                         << NewMaxPressure[ID]
 1087                         << Limit << "(+ " << BotRPTracker.getLiveThru()[ID]
 1087                         << Limit << "(+ " << BotRPTracker.getLiveThru()[ID]
 1118         LLVM_DEBUG(dbgs() << "  UpdateRegP: SU(" << SU.NodeNum << ") "
 1153             LLVM_DEBUG(dbgs() << "  UpdateRegP: SU(" << SU->NodeNum << ") "
 1364       LLVM_DEBUG(dbgs() << "Cyclic Path: SU(" << DefSU->NodeNum << ") -> SU("
 1365                         << SU->NodeNum << ") = " << CyclicLatency << "c\n");
 1365                         << SU->NodeNum << ") = " << CyclicLatency << "c\n");
 1370   LLVM_DEBUG(dbgs() << "Cyclic Critical Path: " << MaxCyclicLatency << "c\n");
 1577       LLVM_DEBUG(dbgs() << "Cluster ld/st SU(" << SUa->NodeNum << ") - SU("
 1578                         << SUb->NodeNum << ")\n");
 1586         LLVM_DEBUG(dbgs() << "  Copy Succ SU(" << Succ.getSUnit()->NodeNum
 1794   LLVM_DEBUG(dbgs() << "Constraining copy SU(" << CopySU->NodeNum << ")\n");
 1798     LLVM_DEBUG(dbgs() << "  Local use SU(" << (*I)->NodeNum << ") -> SU("
 1799                       << GlobalSU->NodeNum << ")\n");
 1804     LLVM_DEBUG(dbgs() << "  Global use SU(" << (*I)->NodeNum << ") -> SU("
 1805                       << FirstLocalSU->NodeNum << ")\n");
 2002     LLVM_DEBUG(dbgs() << "  SU(" << SU->NodeNum << ") uops="
 2003                       << SchedModel->getNumMicroOps(SU->getInstr()) << '\n');
 2010     LLVM_DEBUG(dbgs() << "  hazard: SU(" << SU->NodeNum << ") must "
 2028         LLVM_DEBUG(dbgs() << "  SU(" << SU->NodeNum << ") "
 2030                           << '[' << InstanceIdx - ReservedCyclesIndex[ResIdx]  << ']'
 2031                           << "=" << NRCycle << "c\n");
 2053                       << LateSU->NodeNum << ") " << RemLatency << "c\n");
 2053                       << LateSU->NodeNum << ") " << RemLatency << "c\n");
 2070                     << OtherCritCount / SchedModel->getMicroOpFactor() << '\n');
 2082                << OtherCritCount / SchedModel->getResourceFactor(OtherCritIdx)
 2147   LLVM_DEBUG(dbgs() << "Cycle: " << CurrCycle << ' ' << Available.getName()
 2169                     << Cycles << "x" << Factor << "u\n");
 2169                     << Cycles << "x" << Factor << "u\n");
 2182                       << getResourceCount(PIdx) / SchedModel->getLatencyFactor()
 2191                       << '[' << InstanceIdx - ReservedCyclesIndex[PIdx]  << ']'
 2192                       << " reserved until @" << NextAvailable << "\n");
 2219   LLVM_DEBUG(dbgs() << "  Ready @" << ReadyCycle << "c\n");
 2229       LLVM_DEBUG(dbgs() << "  *** Stall until: " << ReadyCycle << "\n");
 2259                           << ScaledMOps / SchedModel->getLatencyFactor()
 2298                       << SU->NodeNum << ") " << TopLatency << "c\n");
 2298                       << SU->NodeNum << ") " << TopLatency << "c\n");
 2303                       << SU->NodeNum << ") " << BotLatency << "c\n");
 2303                       << SU->NodeNum << ") " << BotLatency << "c\n");
 2333     LLVM_DEBUG(dbgs() << "  *** Max MOps " << CurrMOps << " at cycle "
 2334                       << CurrCycle << '\n');
 2432   dbgs() << Available.getName() << " @" << CurrCycle << "c\n"
 2433          << "  Retired: " << RetiredMOps;
 2434   dbgs() << "\n  Executed: " << getExecutedCount() / LFactor << "c";
 2435   dbgs() << "\n  Critical: " << ResCount / LFactor << "c, "
 2436          << ResCount / ResFactor << " "
 2438          << "\n  ExpectedLatency: " << ExpectedLatency << "c\n"
 2543                       << " RemainingLatency " << RemLatency << " + "
 2544                       << CurrZone.getCurrCycle() << "c > CritPath "
 2545                       << Rem.CriticalPath << "\n");
 2627   dbgs() << "  Cand SU(" << Cand.SU->NodeNum << ") " << getReasonStr(Cand.Reason);
 2638     dbgs() << " " << Latency << " cycles ";
 2833              << Rem.RemIssueCount / SchedModel->getLatencyFactor() << "c "
 2834              << "IterCycles=" << IterCount / SchedModel->getLatencyFactor()
 2835              << "c NumIters=" << (AcyclicCount + IterCount - 1) / IterCount
 2836              << " InFlight=" << InFlightCount / SchedModel->getMicroOpFactor()
 2837              << "m BufferLim=" << SchedModel->getMicroOpBufferSize() << "m\n";
 2849   LLVM_DEBUG(dbgs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << '\n');
 2851     errs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << " \n";
 2980              << "  Try  SU(" << Cand.SU->NodeNum << ") "
 3248   LLVM_DEBUG(dbgs() << "Scheduling SU(" << SU->NodeNum << ") "
 3351   LLVM_DEBUG(dbgs() << "Critical Path: (PGS-RR) " << Rem.CriticalPath << '\n');
 3353     errs() << "Critical Path(PGS-RR ): " << Rem.CriticalPath << " \n";
 3441   LLVM_DEBUG(dbgs() << "Scheduling SU(" << SU->NodeNum << ") "
 3532                       << "SU(" << SU->NodeNum << ") "
 3534                       << " Tree: " << DAG->getDFSResult()->getSubtreeID(SU)
 3536                       << DAG->getDFSResult()->getSubtreeLevel(
 3717     SS << "SU:" << SU->NodeNum;
 3719       SS << " I:" << DFS->getNumInstrs(SU);
lib/CodeGen/MachineTraceMetrics.cpp
  814     LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << UseMI);
  814     LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << UseMI);
  816     LLVM_DEBUG(dbgs() << Cycle << '\t' << UseMI);
  875                  << PRDepths[K]/Factor << " ops x" << Factor << ")\n";
  875                  << PRDepths[K]/Factor << " ops x" << Factor << ")\n";
 1059                  << PRHeights[K]/Factor << " ops x" << Factor << ")\n";
 1059                  << PRHeights[K]/Factor << " ops x" << Factor << ")\n";
 1082           LLVM_DEBUG(dbgs() << "pred\t" << Height << '\t' << PHI);
 1123         LLVM_DEBUG(dbgs() << Cycle << '\t' << MI);
 1128       LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << MI);
 1128       LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << MI);
 1137       LLVM_DEBUG(dbgs() << ' ' << printReg(LIR.Reg) << '@' << LIR.Height);
 1145                         << RI->Cycle);
 1154     LLVM_DEBUG(dbgs() << "Critical path: " << TBI.CriticalPath << '\n');
 1291     OS << "  %bb." << i << '\t';
 1299     OS << "depth=" << InstrDepth;
 1304     OS << " head=%bb." << Head;
 1311     OS << "height=" << InstrHeight;
 1316     OS << " tail=%bb." << Tail;
 1322     OS << ", crit=" << CriticalPath;
 1328   OS << TE.getName() << " trace %bb." << TBI.Head << " --> %bb." << MBBNum
 1328   OS << TE.getName() << " trace %bb." << TBI.Head << " --> %bb." << MBBNum
 1329      << " --> %bb." << TBI.Tail << ':';
 1331     OS << ' ' << getInstrCount() << " instrs.";
 1333     OS << ' ' << TBI.CriticalPath << " cycles.";
 1336   OS << "\n%bb." << MBBNum;
lib/CodeGen/MachineVerifier.cpp
  513   errs() << "- operand " << MONum << ":   ";
  539   errs() << "- ValNo:       " << VNI.id << " (def " << VNI.def << ")\n";
 1484     errs() << MCID.getNumOperands() << " operands expected, but "
 1485            << MI->getNumOperands() << " given.\n";
 1563           errs() << "Def Size = " << DstSize << ", Src Size = " << SrcSize
 1563           errs() << "Def Size = " << DstSize << ", Src Size = " << SrcSize
 1747                  << RegBank->getSize() << ") to fit " << Ty.getSizeInBits()
 1747                  << RegBank->getSize() << ") to fit " << Ty.getSizeInBits()
 1780               << " does not support subreg index " << SubIdx << "\n";
 1786               << " does not fully support subreg index " << SubIdx << "\n";
 2659         errs() << "Valno #" << PVNI->id << " live out of "
 2661                << VNI->id << " live into " << printMBBReference(*MFI) << '@'
 2715       errs() << comp << ": valnos";
 2719           errs() << ' ' << (*I)->id;
lib/CodeGen/PostRASchedulerList.cpp
  499   LLVM_DEBUG(dbgs() << "*** Scheduling [" << CurCycle << "]: ");
  514   LLVM_DEBUG(dbgs() << "*** Emitting noop in cycle " << CurCycle << '\n');
  631         LLVM_DEBUG(dbgs() << "*** Max instructions per cycle " << CurCycle
  639         LLVM_DEBUG(dbgs() << "*** Finished cycle " << CurCycle << '\n');
  644         LLVM_DEBUG(dbgs() << "*** Stall in cycle " << CurCycle << '\n');
lib/CodeGen/PrologEpilogInserter.cpp
  852       LLVM_DEBUG(dbgs() << "alloc FI(" << i << ") at SP[" << -Offset << "]\n");
  869       LLVM_DEBUG(dbgs() << "alloc FI(" << i << ") at SP[" << Offset << "]\n");
lib/CodeGen/PseudoSourceValue.cpp
   39     O << "TargetCustom" << Kind;
lib/CodeGen/RegAllocFast.cpp
  719     LLVM_DEBUG(dbgs() << "Cost: " << Cost << " BestCost: " << BestCost << '\n');
  719     LLVM_DEBUG(dbgs() << "Cost: " << Cost << " BestCost: " << BestCost << '\n');
  927       LLVM_DEBUG(dbgs() << "Operand " << I << "(" << MO
  928                         << ") is tied to operand " << MI.findTiedOperandIdx(I)
lib/CodeGen/RegAllocGreedy.cpp
  800                     << Cost << '\n');
 1058                     << " interference: Cascade " << Cascade << '\n');
 1131                         << MinCost << ", no cheaper registers to be found.\n");
 1139       LLVM_DEBUG(dbgs() << "Only trying the first " << OrderLimit
 1360   LLVM_DEBUG(dbgs() << ", v=" << Visited);
 1682   LLVM_DEBUG(dbgs() << "splitAroundRegion with " << NumGlobalIntvs
 1802         LLVM_DEBUG(dbgs() << "Main interval covers the same " << OrigBlocks
 1990                         << B << " bundles, intv " << Cand.IntvIdx << ".\n");
 1990                         << B << " bundles, intv " << Cand.IntvIdx << ".\n");
 2002       LLVM_DEBUG(dbgs() << "Split for compact region in " << B
 2003                         << " bundles, intv " << Cand.IntvIdx << ".\n");
 2419                     << (BestAfter - BestBefore + 1) << " instrs\n");
 3061                     << ExtraRegInfo[VirtReg.reg].Cascade << '\n');
lib/CodeGen/RegAllocPBQP.cpp
  838       LLVM_DEBUG(dbgs() << "  PBQP Regalloc round " << Round << ":\n");
  852         LLVM_DEBUG(dbgs() << "Dumping graph for round " << Round << " to \""
  883     OS << NId << " (" << RegClassName << ':' << printReg(VReg, TRI) << ')';
  903     OS << PrintNodeInfo(N1Id, *this) << ' ' << M.getRows() << " rows / ";
  904     OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n";
  917     OS << "  node" << NId << " [ label=\""
  924     OS << "  node" << getEdgeNode1Id(EId)
  925        << " -- node" << getEdgeNode2Id(EId)
lib/CodeGen/RegisterCoalescer.cpp
 2735     LLVM_DEBUG(dbgs() << "\t\tmerge " << printReg(Reg) << ':' << ValNo << '@'
 2737                       << printReg(Other.Reg) << ':' << V.OtherVNI->id << '@'
 2775       LLVM_DEBUG(dbgs() << "\t\tinterference at " << printReg(Reg) << ':' << i
 2799                         << OtherI->valno->id << '@' << OtherI->start << '\n');
 2803                       << OtherI->valno->id << '@' << OtherI->start << " to "
 2845     LLVM_DEBUG(dbgs() << "\t\tconflict at " << printReg(Reg) << ':' << i << '@'
 3181         dbgs() << "\t\tremoved " << i << '@' << Def << ": " << LR << '\n';
lib/CodeGen/RegisterPressure.cpp
   86       dbgs() << TRI->getRegPressureSetName(i) << "=" << SetPressure[i] << '\n';
  140   dbgs() << "[" << getPSetOrMax() << ", " << getUnitInc() << "]\n";
lib/CodeGen/RenameIndependentSubregs.cpp
  136   LLVM_DEBUG(dbgs() << printReg(Reg) << ": Found " << Classes.getNumClasses()
lib/CodeGen/SafeStackColoring.cpp
  106     LLVM_DEBUG(dbgs() << "  " << InstNo << ": BB " << BB->getName() << "\n");
  123       LLVM_DEBUG(dbgs() << "  " << InstNo << ":  "
  124                         << (M.IsStart ? "start " : "end   ") << M.AllocaNo
  258     dbgs() << "  " << AllocaNo << ": " << *Allocas[AllocaNo] << "\n";
  267     dbgs() << "  BB [" << BlockRange.first << ", " << BlockRange.second
  267     dbgs() << "  BB [" << BlockRange.first << ", " << BlockRange.second
  278     dbgs() << "  " << AllocaNo << ": " << Range << "\n";
lib/CodeGen/SafeStackLayout.cpp
   32     OS << "  " << i << ": [" << Regions[i].Start << ", " << Regions[i].End
   32     OS << "  " << i << ": [" << Regions[i].Start << ", " << Regions[i].End
   32     OS << "  " << i << ": [" << Regions[i].Start << ", " << Regions[i].End
   37     OS << "  at " << IT.getSecond() << ": " << *IT.getFirst() << "\n";
   65   LLVM_DEBUG(dbgs() << "Layout: size " << Obj.Size << ", align "
   66                     << Obj.Alignment << ", range " << Obj.Range << "\n");
   70   LLVM_DEBUG(dbgs() << "  First candidate: " << Start << " .. " << End << "\n");
   70   LLVM_DEBUG(dbgs() << "  First candidate: " << Start << " .. " << End << "\n");
   72     LLVM_DEBUG(dbgs() << "  Examining region: " << R.Start << " .. " << R.End
   72     LLVM_DEBUG(dbgs() << "  Examining region: " << R.Start << " .. " << R.End
   83       LLVM_DEBUG(dbgs() << "  Overlaps. Next candidate: " << Start << " .. "
   84                         << End << "\n");
   97       LLVM_DEBUG(dbgs() << "  Creating gap region: " << LastRegionEnd << " .. "
   98                         << Start << "\n");
  102     LLVM_DEBUG(dbgs() << "  Creating new region: " << LastRegionEnd << " .. "
  103                       << End << ", range " << Obj.Range << "\n");
lib/CodeGen/ScheduleDAG.cpp
   85     dbgs() << " Latency=" << getLatency();
   91     dbgs() << " Latency=" << getLatency();
   94     dbgs() << " Latency=" << getLatency();
  342   dbgs() << "  # preds left       : " << NumPredsLeft << "\n";
  343   dbgs() << "  # succs left       : " << NumSuccsLeft << "\n";
  345     dbgs() << "  # weak preds left  : " << WeakPredsLeft << "\n";
  347     dbgs() << "  # weak succs left  : " << WeakSuccsLeft << "\n";
  350   dbgs() << "  Depth              : " << getDepth() << "\n";
  351   dbgs() << "  Height             : " << getHeight() << "\n";
  360     dbgs() << "SU(" << SU.NodeNum << ")";
lib/CodeGen/ScheduleDAGInstrs.cpp
  102     dbgs() << "SU(" << su->NodeNum << ")";
  891                         << BarrierChain->NodeNum << ").\n";);
 1070                         << BarrierChain->NodeNum << ").\n";);
 1074                         << BarrierChain->NodeNum << ").\n";);
 1333     LLVM_DEBUG(dbgs() << R.getNumSubtrees() << " subtrees:\n");
 1336       LLVM_DEBUG(dbgs() << "  SU(" << Idx << ") in tree "
 1337                         << R.DFSNodeData[Idx].SubtreeID << '\n');
 1492     LLVM_DEBUG(dbgs() << "  Tree: " << C.TreeID << " @"
 1493                       << SubtreeConnectLevels[C.TreeID] << '\n');
 1499   OS << InstrCount << " / " << Length << " = ";
 1499   OS << InstrCount << " / " << Length << " = ";
lib/CodeGen/ScoreboardHazardRecognizer.cpp
   76                       << ScoreboardDepth << '\n');
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  995              dbgs() << " and " << NumTo - 1 << " other values\n");
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
   49   LLVM_DEBUG(dbgs() << "Soften float result " << ResNo << ": "; N->dump(&DAG);
   56     dbgs() << "SoftenFloatResult #" << ResNo << ": ";
  827   LLVM_DEBUG(dbgs() << "Soften float operand " << OpNo << ": "; N->dump(&DAG);
  834     dbgs() << "SoftenFloatOperand Op #" << OpNo << ": ";
 1123     dbgs() << "ExpandFloatResult #" << ResNo << ": ";
 1637     dbgs() << "ExpandFloatOperand Op #" << OpNo << ": ";
 1895   LLVM_DEBUG(dbgs() << "Promote float operand " << OpNo << ": "; N->dump(&DAG);
 1912       dbgs() << "PromoteFloatOperand Op #" << OpNo << ": ";
 2025   LLVM_DEBUG(dbgs() << "Promote float result " << ResNo << ": "; N->dump(&DAG);
 2042       dbgs() << "PromoteFloatResult #" << ResNo << ": ";
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
   51     dbgs() << "PromoteIntegerResult #" << ResNo << ": ";
 1150     dbgs() << "PromoteIntegerOperand Op #" << OpNo << ": ";
 1669     dbgs() << "ExpandIntegerResult #" << ResNo << ": ";
 3597     dbgs() << "ExpandIntegerOperand Op #" << OpNo << ": ";
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
  436           dbgs() << "Result type " << i << " illegal: ";
  445         dbgs() << "Operand type " << i << " illegal: ";
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
   35   LLVM_DEBUG(dbgs() << "Scalarize node result " << ResNo << ": "; N->dump(&DAG);
   42     dbgs() << "ScalarizeVectorResult #" << ResNo << ": ";
  582   LLVM_DEBUG(dbgs() << "Scalarize node operand " << OpNo << ": "; N->dump(&DAG);
  590       dbgs() << "ScalarizeVectorOperand Op #" << OpNo << ": ";
  837     dbgs() << "SplitVectorResult #" << ResNo << ": ";
 1973       dbgs() << "SplitVectorOperand Op #" << OpNo << ": ";
 2691   LLVM_DEBUG(dbgs() << "Widen node result " << ResNo << ": "; N->dump(&DAG);
 2702     dbgs() << "WidenVectorResult #" << ResNo << ": ";
 4127   LLVM_DEBUG(dbgs() << "Widen node operand " << OpNo << ": "; N->dump(&DAG);
 4138     dbgs() << "WidenVectorOperand op #" << OpNo << ": ";
lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
  182   LLVM_DEBUG(dbgs() << "*** Scheduling [" << CurCycle << "]: ");
  238     LLVM_DEBUG(dbgs() << "Unfolding SU # " << SU->NodeNum << "\n");
  348   LLVM_DEBUG(dbgs() << "Duplicating SU # " << SU->NodeNum << "\n");
  595           LLVM_DEBUG(dbgs() << "Adding an edge from SU # " << TrySU->NodeNum
  596                             << " to SU #" << Copies.front()->NodeNum << "\n");
  601         LLVM_DEBUG(dbgs() << "Adding an edge from SU # " << NewDef->NodeNum
  602                           << " to SU #" << TrySU->NodeNum << "\n");
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
  737   LLVM_DEBUG(dbgs() << "\n*** Scheduling [" << CurCycle << "]: ");
  742     LLVM_DEBUG(dbgs() << "   Height [" << SU->getHeight()
  836   LLVM_DEBUG(dbgs() << "*** Unscheduling [" << SU->getHeight() << "]: ");
 1048   LLVM_DEBUG(dbgs() << "Unfolding SU #" << SU->NodeNum << "\n");
 1183   LLVM_DEBUG(dbgs() << "    Duplicating SU #" << SU->NodeNum << "\n");
 1449       LLVM_DEBUG(dbgs() << "    Repushing SU #" << SU->NodeNum << '\n');
 1473                  dbgs() << " SU #" << CurSU->NodeNum << '\n');
 1524       LLVM_DEBUG(dbgs() << "ARTIFICIAL edge from SU(" << BtSU->NodeNum
 1525                         << ") to SU(" << TrySU->NodeNum << ")\n");
 1578       LLVM_DEBUG(dbgs() << "    Adding an edge from SU #" << TrySU->NodeNum
 1579                         << " to SU #" << Copies.front()->NodeNum << "\n");
 1584     LLVM_DEBUG(dbgs() << "    Adding an edge from SU #" << NewDef->NodeNum
 1585                       << " to SU #" << TrySU->NodeNum << "\n");
 1907       dbgs() << "Height " << SU->getHeight() << ": ";
 2077     LLVM_DEBUG(dbgs() << TRI->getRegClassName(RC) << ": " << RP << " / "
 2078                       << RegLimit[Id] << '\n');
 2230       LLVM_DEBUG(dbgs() << "  SU(" << SU->NodeNum
 2413   LLVM_DEBUG(dbgs() << "VRegCycle: SU(" << SU->NodeNum << ")\n");
 2451       LLVM_DEBUG(dbgs() << "  VReg cycle use: SU (" << SU->NodeNum << ")\n");
 2511       LLVM_DEBUG(dbgs() << "  Comparing latency of SU (" << left->NodeNum
 2512                         << ") depth " << LDepth << " vs SU (" << right->NodeNum
 2535       LLVM_DEBUG(dbgs() << "  SU (" << left->NodeNum << ") "
 2536                         << PhysRegMsg[LHasPhysReg] << " SU(" << right->NodeNum
 2681     LLVM_DEBUG(dbgs() << "  pressure SU(" << left->NodeNum << ") > SU("
 2682                       << right->NodeNum << ")\n");
 2686     LLVM_DEBUG(dbgs() << "  pressure SU(" << right->NodeNum << ") > SU("
 2687                       << left->NodeNum << ")\n");
 2749     LLVM_DEBUG(dbgs() << "RegPressureDiff SU(" << left->NodeNum
 2750                       << "): " << LPDiff << " != SU(" << right->NodeNum
 2763     LLVM_DEBUG(dbgs() << "Live uses SU(" << left->NodeNum << "): " << LLiveUses
 2763     LLVM_DEBUG(dbgs() << "Live uses SU(" << left->NodeNum << "): " << LLiveUses
 2764                       << " != SU(" << right->NodeNum << "): " << RLiveUses
 2764                       << " != SU(" << right->NodeNum << "): " << RLiveUses
 2779       LLVM_DEBUG(dbgs() << "Depth of SU(" << left->NodeNum << "): "
 2780                         << left->getDepth() << " != SU(" << right->NodeNum
 2780                         << left->getDepth() << " != SU(" << right->NodeNum
 2781                         << "): " << right->getDepth() << "\n");
 3026         dbgs() << "    Prescheduling SU #" << SU.NodeNum << " next to PredSU #"
 3027                << PredSU->NodeNum
 3119                      << SU.NodeNum << " to SU #" << SuccSU->NodeNum << "\n");
 3119                      << SU.NodeNum << " to SU #" << SuccSU->NodeNum << "\n");
lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp
  152   LLVM_DEBUG(dbgs() << "*** Scheduling [" << CurCycle << "]: ");
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 1186                           << DbgSDNodeOrder << "] for:\n  " << *DI << "\n");
 1193                    << "changing SDNodeOrder from " << DbgSDNodeOrder << " to "
 1194                    << ValSDNodeOrder << "\n");
 9548                       << RequiredAlignment << " vs "
 9549                       << MFI.getObjectAlignment(FixedIndex) << ")\n");
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  591       OS << " [TF=" << TF << ']';
  597       OS << " [TF=" << TF << ']';
  609       OS << " [TF=" << TF << ']';
  613       OS << " [TF=" << TF << ']';
  627       OS << " [TF=" << TF << ']';
  720       OS << " [TF=" << TF << ']';
  724        << ASC->getSrcAddressSpace()
  726        << ASC->getDestAddressSpace()
  735         OS << " [ORD=" << Order << ']';
  753   OS << " DbgVal(Order=" << getOrder() << ')';
  759       OS << "(SDNODE=" << PrintNodeId(*getSDNode()) << ':' <<  getResNo() << ')';
  767     OS << "(FRAMEIX=" << getFrameIx() << ')';
  770     OS << "(VREG=" << getVReg() << ')';
  863       OS << ':' << RN;
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  585                           << Register::virtReg2Index(Reg) << "\n");
 1701              << "Node " << i << " : (" << FuncInfo->PHINodesToUpdate[i].first
 1702              << ", " << FuncInfo->PHINodesToUpdate[i].second << ")\n");
 2844     LLVM_DEBUG(dbgs() << "  Initial Opcode index to " << MatcherIndex << "\n");
 2913                    << "index " << MatcherIndexOfPredicate << ", continuing at "
 2914                    << FailIndex << "\n");
 3097       LLVM_DEBUG(dbgs() << "  OpcodeSwitch from " << SwitchStart << " to "
 3098                         << MatcherIndex << "\n");
 3130                         << "] from " << SwitchStart << " to " << MatcherIndex
 3130                         << "] from " << SwitchStart << " to " << MatcherIndex
 3573     LLVM_DEBUG(dbgs() << "  Match failed at index " << CurrentOpcodeIndex
 3594       LLVM_DEBUG(dbgs() << "  Continuing at " << MatcherIndex << "\n");
 3660       Msg << "unknown intrinsic #" << iid;
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
  277   O << "SU(" << SU->NodeNum << "): ";
lib/CodeGen/SlotIndexes.cpp
  161   LLVM_DEBUG(dbgs() << "\n*** Renumbered SlotIndexes " << startItr->getIndex()
  162                     << '-' << index << " ***\n");
  241     dbgs() << itr->getIndex() << " ";
  251     dbgs() << "%bb." << i << "\t[" << MBBRanges[i].first << ';'
  259     os << listEntry()->getIndex() << "Berd"[getSlot()];
lib/CodeGen/SplitKit.cpp
  206                     << NumThroughBlocks << " blocks.\n");
  402     dbgs() << " [" << I.start() << ';' << I.stop() << "):" << I.value();
  688   LLVM_DEBUG(dbgs() << "    selectIntv " << OpenIdx << " -> " << Idx << '\n');
  688   LLVM_DEBUG(dbgs() << "    selectIntv " << OpenIdx << " -> " << Idx << '\n');
  701   LLVM_DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n');
  718   LLVM_DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n');
  738   LLVM_DEBUG(dbgs() << ": valno " << ParentVNI->id);
  769   LLVM_DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n');
  800   LLVM_DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n');
  879       LLVM_DEBUG(dbgs() << "  cannot find simple kill of RegIdx " << RegIdx
  932                         << " at depth " << Depth << '\n');
 1069     LLVM_DEBUG(dbgs() << "Multi-mapped complement " << VNI->id << '@'
 1070                       << VNI->def << " for parent " << ParentVNI->id << '@'
 1148       LLVM_DEBUG(dbgs() << " [" << Start << ';' << End << ")=" << RegIdx << '('
 1155         LLVM_DEBUG(dbgs() << ':' << VNI->id);
 1182         LLVM_DEBUG(dbgs() << ':' << VNI->id << "*" << printMBBReference(*MBB));
 1339                       << '\t' << Idx << ':' << RegIdx << '\t' << *MI);
 1606   LLVM_DEBUG(dbgs() << "%bb." << MBBNum << " [" << Start << ';' << Stop
 1608                     << ", live-through " << IntvIn << " -> " << IntvOut);
 1608                     << ", live-through " << IntvIn << " -> " << IntvOut);
 1710                     << BI.LastInstr << ", reg-in " << IntvIn
 1765   LLVM_DEBUG(dbgs() << ", creating local interval " << LocalIntv << ".\n");
 1803                     << BI.LastInstr << ", reg-out " << IntvOut
lib/CodeGen/StackColoring.cpp
  560     dbgs() << "Interval[" << I << "]:\n";
  882   LLVM_DEBUG(dbgs() << "Removed " << Count << " markers.\n");
 1072   LLVM_DEBUG(dbgs() << "Fixed " << FixedMemOp << " machine memory operands.\n");
 1073   LLVM_DEBUG(dbgs() << "Fixed " << FixedDbg << " debug locations.\n");
 1074   LLVM_DEBUG(dbgs() << "Fixed " << FixedInstr << " machine instructions.\n");
 1163   LLVM_DEBUG(dbgs() << "Found " << NumMarkers << " markers and " << NumSlots
 1163   LLVM_DEBUG(dbgs() << "Found " << NumMarkers << " markers and " << NumSlots
 1173   LLVM_DEBUG(dbgs() << "Total Stack size: " << TotalSize << " bytes\n\n");
 1192   LLVM_DEBUG(dbgs() << "Dataflow iterations: " << NumIterations << "\n");
 1290   LLVM_DEBUG(dbgs() << "Merge " << RemovedSlots << " slots. Saved "
 1291                     << ReducedSize << " bytes\n");
lib/CodeGen/StackMaps.cpp
  187       OS << WSMP << "\t\tLoc " << Idx << ": ";
  197           OS << Loc.Reg;
  204           OS << Loc.Reg;
  213           OS << Loc.Reg;
  224          << ", .short " << Loc.Size << ", .short " << Loc.Reg << ", .short 0"
  224          << ", .short " << Loc.Size << ", .short " << Loc.Reg << ", .short 0"
  233       OS << WSMP << "\t\tLO " << Idx << ": ";
lib/CodeGen/TargetRegisterInfo.cpp
  101         OS << '%' << Register::virtReg2Index(Reg);
  104       OS << '$' << "physreg" << Reg;
  115         OS << ":sub(" << SubIdx << ')';
  124       OS << "Unit~" << Unit;
  130       OS << "BadUnit~" << Unit;
  146       OS << '%' << Register::virtReg2Index(Unit);
lib/CodeGen/TargetSchedule.cpp
  244     errs() << "DefIdx " << DefIdx << " exceeds machine model writes for "
lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
  129   OS << '[' << getCode() << "] ";
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  672           *OS << " (" << State.Row.Discriminator << ")";
  726           *OS << " (" << State.Row.Line << ")";
lib/DebugInfo/DWARF/DWARFDie.cpp
  619            << abbrCode << '\n';
lib/DebugInfo/DWARF/DWARFGdbIndex.cpp
  105     OS << "  Version = " << Version << '\n';
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  720                 << "].prologue.file_names[" << FileIndex
  739                << "].prologue.file_names[" << FileIndex
  756                 << "] row[" << RowIndex
  773                 << "][" << RowIndex << "] has invalid file index " << Row.File
  902                   << dwarf::TagString(Die.getTag()) << " of DIE[" << HashDataIdx
lib/DebugInfo/GSYM/InlineInfo.cpp
   32   OS << " Name = " << HEX32(II.Name) << ", CallFile = " << II.CallFile
   33      << ", CallLine = " << II.CallFile << '\n';
lib/DebugInfo/PDB/PDBExtras.cpp
  269     OS << "Unknown SymTag " << uint32_t(Tag);
  333     OS << "Unknown (" << Compression << ")";
  365       OS << Value.Value.UInt32;
  371       OS << static_cast<unsigned>(Value.Value.UInt8);
  384   OS << Version.Major << "." << Version.Minor << "." << Version.Build;
  384   OS << Version.Major << "." << Version.Minor << "." << Version.Build;
  384   OS << Version.Major << "." << Version.Minor << "." << Version.Build;
lib/DebugInfo/PDB/PDBSymbol.cpp
  196   OS << Name << ": " << Value;
lib/DebugInfo/Symbolize/DIPrinter.cpp
   79     OS << Filename << ":" << Info.Line;
   81       OS << ":" << Info.Column;
   88     OS << "Function start line: " << Info.StartLine << "\n";
   89   OS << "  Line: " << Info.Line << "\n";
   90   OS << "  Column: " << Info.Column << "\n";
   92     OS << "  Discriminator: " << Info.Discriminator << "\n";
lib/ExecutionEngine/ExecutionEngine.cpp
  351     LLVM_DEBUG(dbgs() << "JIT: ARGV[" << i << "] = " << (void *)Dest.get()
lib/ExecutionEngine/Interpreter/Execution.cpp
 1032   LLVM_DEBUG(dbgs() << "Allocated Type: " << *Ty << " (" << TypeSize
 1033                     << " bytes) x " << NumElements << " (Total: " << MemToAlloc
 1033                     << " bytes) x " << NumElements << " (Total: " << MemToAlloc
lib/ExecutionEngine/JITLink/JITLink.cpp
  141      << formatv("{0:x16}", B.getAddress()) << " + " << E.getOffset() << " -- "
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  256         dbgs() << static_cast<unsigned>(Sect - 1);
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  301                         << " SID: " << SectionID
  303                         << " flags: " << Flags << "\n");
  333                         << " SID: " << SectionID
  335                         << " flags: " << Flags << "\n");
  374     LLVM_DEBUG(dbgs() << "\tSectionID: " << SectionID << "\n");
  427         LLVM_DEBUG(dbgs() << "\tSectionID: " << (*SectionIDOrErr) << "\n");
  735   LLVM_DEBUG(dbgs() << "emitCommonSection SectionID: " << SectionID
  861     LLVM_DEBUG(dbgs() << "emitSection SectionID: " << SectionID << " Name: "
  864                       << DataSize << " StubBufSize: " << StubBufSize
  873         dbgs() << "emitSection SectionID: " << SectionID << " Name: " << Name
  875                << " DataSize: " << DataSize << " StubBufSize: " << StubBufSize
 1052       dbgs() << "Reassigning address for section " << SectionID << " ("
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
 1203   LLVM_DEBUG(dbgs() << "\t\tSectionID: " << SectionID << " Offset: " << Offset
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  154   dbgs() << "resolveRelocation Section: " << RE.SectionID
  158          << " isPCRel: " << RE.IsPCRel << " MachoType: " << RE.RelType
  200                     << PTSectionID << ", " << NumPTEntries << " entries, "
  200                     << PTSectionID << ", " << NumPTEntries << " entries, "
  201                     << PTEntrySize << " bytes each:\n");
  212     LLVM_DEBUG(dbgs() << "  " << IndirectSymbolName << ": index " << SymbolIndex
  213                       << ", PT offset: " << PTEntryOffset << "\n");
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
   82     LLVM_DEBUG(dbgs() << "\t\tIn Section " << SectionID << " Offset " << Offset
  149                         << " TargetSection: " << RE.Sections.SectionA
  164                         << " TargetSection: " << RE.Sections.SectionA
  182                         << " TargetSection: " << RE.Sections.SectionA
  194                         << RE.SectionID << '\n');
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
  102     LLVM_DEBUG(dbgs() << "\t\tIn Section " << SectionID << " Offset " << Offset
  194                         << " TargetSection: " << RE.Sections.SectionA
  208                         << " TargetSection: " << RE.Sections.SectionA
  221                         << RE.SectionID << '\n');
  240                         << " TargetSection: " << RE.Sections.SectionA
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
  248     LLVM_DEBUG(dbgs() << "\t\tIn Section " << SectionID << " Offset " << Offset
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  413     LLVM_DEBUG(dbgs() << "Found SECTDIFF: AddrA: " << AddrA
  414                       << ", AddrB: " << AddrB << ", Addend: " << Addend
  415                       << ", SectionA ID: " << SectionAID << ", SectionAOffset: "
  416                       << SectionAOffset << ", SectionB ID: " << SectionBID
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
  197     LLVM_DEBUG(dbgs() << "Found SECTDIFF: AddrA: " << AddrA
  198                       << ", AddrB: " << AddrB << ", Addend: " << Addend
  199                       << ", SectionA ID: " << SectionAID << ", SectionAOffset: "
  200                       << SectionAOffset << ", SectionB ID: " << SectionBID
lib/IR/AsmWriter.cpp
  346   default:                         Out << "cc" << cc; break;
  571     OS << 'i' << cast<IntegerType>(Ty)->getBitWidth();
  603       OS << '%' << I->second;
  612       OS << " addrspace(" << AddressSpace << ')';
 1537         Out << ", " << Indices[i];
 1633     Out << N->getTag();
 1642     Out << N->getMacinfoType();
 1686   Out << FS << Name << ": " << Int;
 1712     Out << FlagsFS << Extra;
 1736     Out << FlagsFS << Extra;
 1762     Out << Value;
 2691     Out << "^" << i++ << " = module: (";
 2697       Out << FS << Hash;
 2781       << ", sizeM1BitWidth: " << TTRes.SizeM1BitWidth;
 2791     Out << ", bitMask: " << (unsigned)TTRes.BitMask;
 2862         Out << ", byte: " << ResByArg.second.Byte
 2863             << ", bit: " << ResByArg.second.Bit;
 2896   Out << ", varFlags: (readonly: " << GS->VarFlags.MaybeReadOnly << ", "
 2897       << "writeonly: " << GS->VarFlags.MaybeWriteOnly << ")";
 2951   Out << ", insts: " << FS->instCount();
 2957     Out << "readNone: " << FFlags.ReadNone;
 2958     Out << ", readOnly: " << FFlags.ReadOnly;
 2959     Out << ", noRecurse: " << FFlags.NoRecurse;
 2960     Out << ", returnDoesNotAlias: " << FFlags.ReturnDoesNotAlias;
 2961     Out << ", noInline: " << FFlags.NoInline;
 2973         Out << ", relbf: " << Call.second.RelBlockFreq;
 3086   Out << ", notEligibleToImport: " << GVFlags.NotEligibleToImport;
 3087   Out << ", live: " << GVFlags.Live;
 3088   Out << ", dsoLocal: " << GVFlags.DSOLocal;
 3089   Out << ", canAutoHide: " << GVFlags.CanAutoHide;
 3118   Out << "^" << Slot << " = gv: (";
 3282     Out << "addrspace(" << AddressSpace << ") ";
 3305     Out << ", align " << GV->getAlignment();
 3377     Out << '%' << I << " = type ";
 3492     Out << " addrspace(" << F->getAddressSpace() << ")";
 3507     Out << " align " << F->getAlignment();
 3654     Out << " addrspace(" << CallAddrSpace << ")";
 3770       Out << ", " << *i;
 3776       Out << ", " << *i;
 3990       Out << ", align " << AI->getAlignment();
 3995       Out << ", addrspace(" << AddrSpace << ')';
 4061       Out << ", align " << LI->getAlignment();
 4066       Out << ", align " << SI->getAlignment();
 4102       Out << "!<unknown kind #" << Kind << ">";
 4109   Out << '!' << Slot << " = ";
 4139     Out << "attributes #" << I.second << " = { "
 4162   Out << Order.Shuffle[0];
 4164     Out << ", " << Order.Shuffle[I];
lib/IR/Attributes.cpp
 1413       dbgs() << "  { " << i << " => " << getAsString(i) << " }\n";
lib/IR/DebugLoc.cpp
  125   OS << ':' << getLine();
  127     OS << ':' << getCol();
lib/IR/DiagnosticPrinter.cpp
   79   Stream << N;
lib/IR/Mangler.cpp
  108   OS << '@' << ArgWords;
lib/IR/PassTimingInfo.cpp
  204              << I.first.second << ")\n";
  211              << I.first.second << ")\n";
lib/IR/Type.cpp
  425       TmpStream << getContext().pImpl->NamedStructTypesUniqueID++;
lib/IR/ValueSymbolTable.cpp
   61     S << ++LastUnique;
lib/IR/Verifier.cpp
  193   void Write(const unsigned i) { *OS << i << '\n'; }
lib/MC/MCAsmStreamer.cpp
  540   OS << '\t' << "sdk_version " << SDKVersion.getMajor();
  542     OS << ", " << *Minor;
  544       OS << ", " << *Subminor;
  552   OS << '\t' << getVersionMinDirective(Type) << ' ' << Major << ", " << Minor;
  552   OS << '\t' << getVersionMinDirective(Type) << ' ' << Major << ", " << Minor;
  554     OS << ", " << Update;
  578   OS << "\t.build_version " << PlatformName << ", " << Major << ", " << Minor;
  578   OS << "\t.build_version " << PlatformName << ", " << Major << ", " << Minor;
  580     OS << ", " << Update;
  693   OS << ',' << DescValue;
  778   OS << ',' << Log2_32(ByteAlignment);
  800       OS << ',' << ByteAlignment;
  802       OS << ',' << Log2_32(ByteAlignment);
  818       OS << ',' << ByteAlign;
  822       OS << ',' << Log2_32(ByteAlign);
  850       OS << ',' << Log2_32(ByteAlignment);
  875   if (ByteAlignment > 1) OS << ", " << Log2_32(ByteAlignment);
  929         OS << Directive << (unsigned)C;
 1130     OS << Log2_32(ByteAlignment);
 1154     OS << Log2_32(ByteAlignment);
 1161         OS << ", " << MaxBytesToEmit;
 1177   OS << ' ' << ByteAlignment;
 1180     OS << ", " << MaxBytesToEmit;
 1197   OS << ", " << (unsigned)Value;
 1227   OS << "\t.file\t" << FileNo << ' ';
 1299   OS << "\t.loc\t" << FileNo << " " << Line << " " << Column;
 1299   OS << "\t.loc\t" << FileNo << " " << Line << " " << Column;
 1299   OS << "\t.loc\t" << FileNo << " " << Line << " " << Column;
 1319       OS << " isa " << Isa;
 1321       OS << " discriminator " << Discriminator;
 1327        << Line << ':' << Column;
 1327        << Line << ':' << Column;
 1347   OS << "\t.cv_file\t" << FileNo << ' ';
 1357   OS << ' ' << ChecksumKind;
 1364   OS << "\t.cv_func_id " << FuncId << '\n';
 1373   OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc
 1373   OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc
 1374      << " inlined_at " << IAFile << ' ' << IALine << ' ' << IACol << '\n';
 1374      << " inlined_at " << IAFile << ' ' << IALine << ' ' << IACol << '\n';
 1374      << " inlined_at " << IAFile << ' ' << IALine << ' ' << IACol << '\n';
 1387   OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " "
 1387   OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " "
 1387   OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " "
 1388      << Column;
 1397     OS << MAI->getCommentString() << ' ' << FileName << ':' << Line << ':'
 1398        << Column;
 1406   OS << "\t.cv_linetable\t" << FunctionId << ", ";
 1419   OS << "\t.cv_inline_linetable\t" << PrimaryFunctionId << ' ' << SourceFileId
 1419   OS << "\t.cv_inline_linetable\t" << PrimaryFunctionId << ' ' << SourceFileId
 1420      << ' ' << SourceLineNum << ' ';
 1455   OS << DRHdr.Register << ", " << DRHdr.OffsetInParent;
 1488   OS << "\t.cv_filechecksumoffset\t" << FileNo;
 1604   OS << "\t.cfi_personality " << Encoding << ", ";
 1611   OS << "\t.cfi_lsda " << Encoding << ", ";
 1780   OS << ", " << Offset;
 1787   OS << "\t.seh_stackalloc " << Size;
 1797   OS << ", " << Offset;
 1807   OS << ", " << Offset;
 1914           OS << Bit;
 1924     OS << "  fixup " << char('A' + i) << " - " << "offset: " << F.getOffset()
 1956   OS << "\t.bundle_align_mode " << AlignPow2;
lib/MC/MCAssembler.cpp
 1150     OS << ", Index:" << it->getIndex() << ", ";
lib/MC/MCCodeView.cpp
  487       errs() << ".cv_loc " << Loc.getFunctionId() << ' ' << Loc.getFileNum()
  487       errs() << ".cv_loc " << Loc.getFunctionId() << ' ' << Loc.getFileNum()
  488              << ' ' << Loc.getLine() << ' ' << Loc.getColumn()
  488              << ' ' << Loc.getLine() << ' ' << Loc.getColumn()
lib/MC/MCContext.cpp
  195       raw_svector_ostream(NewName) << NextUniqueID++;
lib/MC/MCFragment.cpp
  303   OS << "<MCFixup" << " Offset:" << AF.getOffset()
  334   OS << "<MCFragment " << (const void *)this << " LayoutOrder:" << LayoutOrder
  337     OS << " BundlePadding:" << static_cast<unsigned>(EF->getBundlePadding());
  346     OS << " Alignment:" << AF->getAlignment()
  347        << " Value:" << AF->getValue() << " ValueSize:" << AF->getValueSize()
  348        << " MaxBytesToEmit:" << AF->getMaxBytesToEmit() << ">";
  389     OS << " Value:" << static_cast<unsigned>(FF->getValue())
  390        << " ValueSize:" << static_cast<unsigned>(FF->getValueSize())
  405        << " Value:" << static_cast<unsigned>(OF->getValue());
lib/MC/MCInst.cpp
   25     OS << "Reg:" << getReg();
   64   OS << "<MCInst " << getOpcode();
   80   OS << "<MCInst #" << getOpcode();
lib/MC/MCLabel.cpp
   18   OS << '"' << getInstance() << '"';
lib/MC/MCParser/AsmParser.cpp
 2471         OS << NumOfMacroInstantiations;
 5928           OS << " * $$" << AR.IntelExp.Scale;
 5938       OS << '$' << InputIdx++;
 5941       OS << '$' << OutputIdx++;
 5968       OS << ' ' << Val;
lib/MC/MCParser/DarwinAsmParser.cpp
  793       << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
lib/MC/MCSectionELF.cpp
  165     OS << "," << EntrySize;
  181     OS << ",unique," << UniqueID;
lib/MC/MCSectionMachO.cpp
  134       OS << ",none," << Reserved2;
  163     OS << ',' << Reserved2;
lib/MC/MCSectionWasm.cpp
   81     OS << ",unique," << UniqueID;
lib/MC/MCStreamer.cpp
   84     OS << Directive << (unsigned)C;
lib/MC/MCValue.cpp
   27     OS << ':' << getRefKind() <<  ':';
lib/MC/MCWinCOFFStreamer.cpp
  288        << Log2_32_Ceil(ByteAlignment);
lib/MC/WasmObjectWriter.cpp
  352   LLVM_DEBUG(dbgs() << "startSection " << SectionId << "\n");
 1062   LLVM_DEBUG(dbgs() << "  -> type index: " << Pair.first->second << "\n");
 1083   LLVM_DEBUG(dbgs() << "  -> type index: " << Pair.first->second << "\n");
 1332       LLVM_DEBUG(dbgs() << "  -> function index: " << Index << "\n");
 1364       LLVM_DEBUG(dbgs() << "  -> segment index: " << Ref.Segment << "\n");
 1373                         << WasmIndices.find(&WS)->second << "\n");
 1390       LLVM_DEBUG(dbgs() << "  -> event index: " << WasmIndices.find(&WS)->second
 1419       LLVM_DEBUG(dbgs() << "  -> index:" << WasmIndex << "\n");
 1425       LLVM_DEBUG(dbgs() << "  -> index:" << Ref.Segment << "\n");
 1487                           << " to table: " << TableIndex << "\n");
lib/MCA/HardwareUnits/LSUnit.cpp
   51   dbgs() << "[LSUnit] LQ_Size = " << getLoadQueueSize() << '\n';
   52   dbgs() << "[LSUnit] SQ_Size = " << getStoreQueueSize() << '\n';
   53   dbgs() << "[LSUnit] NextLQSlotIdx = " << getUsedLQEntries() << '\n';
   54   dbgs() << "[LSUnit] NextSQSlotIdx = " << getUsedSQEntries() << '\n';
   58     dbgs() << "[LSUnit] Group (" << GroupIt.first << "): "
   59            << "[ #Preds = " << Group.getNumPredecessors()
   60            << ", #GIssued = " << Group.getNumExecutingPredecessors()
   61            << ", #GExecuted = " << Group.getNumExecutedPredecessors()
   62            << ", #Inst = " << Group.getNumInstructions()
   63            << ", #IIssued = " << Group.getNumExecuting()
   64            << ", #IExecuted = " << Group.getNumExecuted() << '\n';
   92       LLVM_DEBUG(dbgs() << "[LSUnit]: GROUP DEP: (" << ImmediateLoadDominator
   93                         << ") --> (" << NewGID << ")\n");
   98       LLVM_DEBUG(dbgs() << "[LSUnit]: GROUP DEP: (" << CurrentStoreGroupID
   99                         << ") --> (" << NewGID << ")\n");
  131       LLVM_DEBUG(dbgs() << "[LSUnit]: GROUP DEP: (" << CurrentStoreGroupID
  132                         << ") --> (" << NewGID << ")\n");
  137       LLVM_DEBUG(dbgs() << "[LSUnit]: GROUP DEP: (" << CurrentLoadBarrierGroupID
  138                         << ") --> (" << NewGID << ")\n");
  179     LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex()
  185     LLVM_DEBUG(dbgs() << "[LSUnit]: Instruction idx=" << IR.getSourceIndex()
lib/MCA/HardwareUnits/RegisterFile.cpp
  154     dbgs() << "RegisterFile: addRegisterWrite [ " << Write.getSourceIndex()
  393              << WR.getSourceIndex() << ")\n";
  480       dbgs() << MRI.getName(I) << ", " << I
  481              << ", PRF=" << RRI.IndexPlusCost.first
  482              << ", Cost=" << RRI.IndexPlusCost.second
  491     dbgs() << "Register File #" << I;
  493     dbgs() << "\n  TotalMappings:        " << RMT.NumPhysRegs
  494            << "\n  NumUsedMappings:      " << RMT.NumUsedPhysRegs << '\n';
lib/MCA/HardwareUnits/ResourceManager.cpp
   99          << ", AvailableSlots=" << AvailableSlots
lib/MCA/HardwareUnits/RetireControlUnit.cpp
   94   dbgs() << "Retire Unit: { Total ROB Entries =" << NumROBEntries
   95          << ", Available ROB entries=" << AvailableEntries << " }\n";
lib/MCA/InstrBuilder.cpp
   74                         << " (write index #" << I << ")\n";
  189              << "#Units=" << R.second.NumUnits << ", "
  190              << "cy=" << R.second.size() << '\n';
  331              << ", Latency=" << Write.Latency
  332              << ", WriteResourceID=" << Write.SClassOrWriteResourceID << '\n';
  362              << ", Latency=" << Write.Latency
  363              << ", WriteResourceID=" << Write.SClassOrWriteResourceID << '\n';
  376              << ", Latency=" << Write.Latency
  377              << ", WriteResourceID=" << Write.SClassOrWriteResourceID << '\n';
  409              << ", Latency=" << Write.Latency
  410              << ", WriteResourceID=" << Write.SClassOrWriteResourceID << '\n';
  441                       << ", UseIndex=" << Read.UseIndex << '\n');
  453                       << ", UseIndex=" << Read.UseIndex << ", RegisterID="
  477                       << ", UseIndex=" << Read.UseIndex << '\n');
  543   LLVM_DEBUG(dbgs() << "\t\tSchedClassID=" << SchedClassID << '\n');
  580   LLVM_DEBUG(dbgs() << "\t\tMaxLatency=" << ID->MaxLatency << '\n');
  581   LLVM_DEBUG(dbgs() << "\t\tNumMicroOps=" << ID->NumMicroOps << '\n');
lib/MCA/Instruction.cpp
  125   dbgs() << "{ OpIdx=" << WD->OpIndex << ", Lat=" << getLatency() << ", RegID "
  130   dbgs() << "IID=" << getSourceIndex() << ' ';
lib/MCA/Pipeline.cpp
   86   LLVM_DEBUG(dbgs() << "\n[E] Cycle begin: " << Cycles << '\n');
   92   LLVM_DEBUG(dbgs() << "[E] Cycle end: " << Cycles << "\n");
lib/MCA/Stages/ExecuteStage.cpp
  261       dbgs() << "cycles: " << Resource.second.getNumerator() << '\n';
lib/Object/ArchiveWriter.cpp
  118   OS << Data;
lib/Object/WasmObjectFile.cpp
   42       << ", Flags=" << Info.Flags;
   44     Out << ", ElemIndex=" << Info.ElementIndex;
   46     Out << ", Segment=" << Info.DataRef.Segment;
   47     Out << ", Offset=" << Info.DataRef.Offset;
   48     Out << ", Size=" << Info.DataRef.Size;
  215   LLVM_DEBUG(dbgs() << "readSection type=" << Section.Type << "\n");
  411     LLVM_DEBUG(dbgs() << "readSubsection type=" << int(Type) << " size=" << Size
lib/Object/WindowsResource.cpp
  223     OS << "ID " << S.ID;
  225     OS << S.ID;
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  173   OS << S.getIndex();
lib/Option/Arg.cpp
   53   O << " Index:" << Index;
lib/Option/Option.cpp
   84     O << " NumArgs:" << getNumArgs();
lib/ProfileData/Coverage/CoverageMapping.cpp
  141     OS << '#' << C.getCounterID();
  399       dbgs() << "Segment at " << Last.Line << ":" << Last.Col
  399       dbgs() << "Segment at " << Last.Line << ":" << Last.Col
  577         dbgs() << "  " << CR.LineStart << ":" << CR.ColumnStart << " -> "
  577         dbgs() << "  " << CR.LineStart << ":" << CR.ColumnStart << " -> "
  578                << CR.LineEnd << ":" << CR.ColumnEnd
  578                << CR.LineEnd << ":" << CR.ColumnEnd
  589         LLVM_DEBUG(dbgs() << " ! Segment " << L.Line << ":" << L.Col
  589         LLVM_DEBUG(dbgs() << " ! Segment " << L.Line << ":" << L.Col
  590                           << " followed by " << R.Line << ":" << R.Col << "\n");
  590                           << " followed by " << R.Line << ":" << R.Col << "\n");
  734                     << Expansion.FileID << "\n");
lib/ProfileData/Coverage/CoverageMappingReader.cpp
  232       dbgs() << "Counter in file " << InferredFileID << " " << LineStart << ":"
  232       dbgs() << "Counter in file " << InferredFileID << " " << LineStart << ":"
lib/ProfileData/GCOV.cpp
   71     errs() << "File checksums do not match: " << Checksum
   72            << " != " << GCDAChecksum << ".\n";
  144       errs() << "File checksums do not match: " << Parent.getChecksum()
  145              << " != " << CfgChecksum << " in (" << Name << ").\n";
  180       errs() << "Unexpected block number: " << BlockNo << " (in " << Name
  209       errs() << "Unexpected block number: " << BlockNo << " (in " << Name
  265     errs() << "Function identifiers do not match: " << Ident
  266            << " != " << GCDAIdent << " (in " << Name << ").\n";
  274     errs() << "Function checksums do not match: " << Checksum
  275            << " != " << GCDAChecksum << " (in " << Name << ").\n";
  284       errs() << "File checksums do not match: " << Parent.getChecksum()
  285              << " != " << CfgChecksum << " (in " << Name << ").\n";
  352   OS << "===== " << Name << " (" << Ident << ") @ " << Filename << ":"
  353      << LineNumber << "\n";
  413   OS << "Block : " << Number << " Counter : " << Counter << "\n";
  417       OS << Edge->Src.Number << " (" << Edge->Count << "), ";
  423       OS << Edge->Dst.Number << " (" << Edge->Count << "), ";
  429       OS << (N) << ",";
  602       OS << "taken " << branchDiv(Count, Total) << "%";
  735     CovOS << "        -:    0:Runs:" << RunCount << "\n";
  736     CovOS << "        -:    0:Programs:" << ProgramCount << "\n";
  844        << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount)
  846        << safeDiv(BlocksExec * 100, Func->getNumBlocks() - 1) << "%\n";
lib/ProfileData/InstrProfWriter.cpp
  415   OS << "# Num Value Kinds:\n" << Func.getNumValueKinds() << "\n";
  420     OS << "# ValueKind = " << ValueProfKindStr[VK] << ":\n" << VK << "\n";
  421     OS << "# NumValueSites:\n" << NS << "\n";
  424       OS << ND << "\n";
lib/ProfileData/SampleProf.cpp
   91   OS << LineOffset;
   93     OS << "." << Discriminator;
lib/ProfileData/SampleProfWriter.cpp
  244       OS << Loc.LineOffset << ": ";
  246       OS << Loc.LineOffset << "." << Loc.Discriminator << ": ";
  246       OS << Loc.LineOffset << "." << Loc.Discriminator << ": ";
  264         OS << Loc.LineOffset << ": ";
  266         OS << Loc.LineOffset << "." << Loc.Discriminator << ": ";
  266         OS << Loc.LineOffset << "." << Loc.Discriminator << ": ";
lib/Support/APInt.cpp
 2269   dbgs() << "APInt(" << BitWidth << "b, "
 2850                     << "x + " << C << ", rw:" << RangeWidth << '\n');
 2967                     << B << "x + " << C << ", rw:" << RangeWidth << '\n');
lib/Support/ARMAttributeParser.cpp
  708       SW->startLine() << "Section " << ++SectionNumber << " {\n";
  713       errs() << "invalid subsection length " << SectionLength << " at offset "
lib/Support/Allocator.cpp
   22   errs() << "\nNumber of memory regions: " << NumSlabs << '\n'
lib/Support/CachePruning.cpp
  284                       << Policy.MaxSizePercentageOfAvailableSpace << "%, "
lib/Support/CommandLine.cpp
 1482              << "Must specify at least " << NumPositionalRequired
lib/Support/DAGDeltaAlgorithm.cpp
  233       llvm::errs() << *it;
  241           llvm::errs() << "->" << *it2;
  254       llvm::errs() << *it;
  267         llvm::errs() << *it2;
  281         llvm::errs() << *it2;
lib/Support/ErrorHandling.cpp
  207     dbgs() << " at " << file << ":" << line;
lib/Support/LowLevelType.cpp
   40     OS << "p" << getAddressSpace();
   43     OS << "s" << getScalarSizeInBits();
lib/Support/PrettyStackTrace.cpp
   82     OS << ID++ << ".\t";
lib/Support/SourceMgr.cpp
  160      << ":" << FindLineNumber(IncludeLoc, CurBuf) << ":\n";
lib/Support/Statistic.cpp
  216        << Stat->getValue();
lib/Support/Twine.cpp
   84     OS << Ptr.decUI;
  140     OS << "decUI:\"" << Ptr.decUI << "\"";
lib/Support/VersionTuple.cpp
   28   Out << V.getMajor();
   30     Out << '.' << *Minor;
   32     Out << '.' << *Subminor;
   34     Out << '.' << *Build;
lib/Support/YAMLTraits.cpp
  894   Out << Num;
  925   Out << Val;
lib/TableGen/StringMatcher.cpp
   92       OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '"
   98       OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo
  100          << NumChars << ") != 0)\n";
  110   OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\n";
  148     OS.indent(Indent*2+2) << "case " << LI->first << ":\t // "
lib/TableGen/TGParser.cpp
 2322       errs() << "Cannot find template arg " << ArgN << " (" << TArgs[ArgN]
lib/Target/AArch64/AArch64A53Fix835769.cpp
  219         LLVM_DEBUG(dbgs() << "   ** pattern found at Idx " << Idx << "!\n");
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
  364   LLVM_DEBUG(dbgs() << "Created " << EC.getNumClasses() << " disjoint sets.\n");
lib/Target/AArch64/AArch64ConditionalCompares.cpp
  401                         << BlockInstrLimit << " instructions.\n");
  892   LLVM_DEBUG(dbgs() << "Head depth:  " << HeadDepth
  893                     << "\nCmpBB depth: " << CmpBBDepth << '\n');
  895     LLVM_DEBUG(dbgs() << "Branch delay would be larger than " << DelayLimit
  903   LLVM_DEBUG(dbgs() << "Resources:   " << ResDepth << '\n');
lib/Target/AArch64/AArch64FrameLowering.cpp
 2305                << EstimatedStackSize + AlignedCSStackSize
lib/Target/AArch64/AArch64InstructionSelector.cpp
  658                       << RBI.getSizeInBits(DstReg, MRI, TRI) << '\n');
 2039       LLVM_DEBUG(dbgs() << "G_ANYEXT to size: " << DstSize
 2798     LLVM_DEBUG(dbgs() << "Elt size '" << EltSize << "' unsupported.\n");
 3832       LLVM_DEBUG(dbgs() << "Unsupported destination size! (" << VecSize
 3900       LLVM_DEBUG(dbgs() << "Unsupported destination size! (" << DstSize
lib/Target/AArch64/AArch64PromoteConstant.cpp
  445   LLVM_DEBUG(dbgs() << "Considered use, opidx " << OpNo << ":\n");
  511         dbgs() << "Use to update " << Use.second << ":";
lib/Target/AArch64/AArch64SpeculationHardening.cpp
  449   LLVM_DEBUG(dbgs() << "About to harden register : " << Reg << "\n");
lib/Target/AArch64/AArch64StorePairSuppress.cpp
   94                         << " resources " << ResLength << " -> " << ResLenWithSTP
   94                         << " resources " << ResLength << " -> " << ResLenWithSTP
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  764                       << UP.MaxCount << '\n');
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 2015       OS << "<barrier invalid #" << getBarrier() << ">";
 2025     OS << ", lsl #" << AArch64_AM::getShiftValue(Shift) << ">";
 2035       OS << Reg + i << " ";
 2040     OS << "<vectorindex " << getVectorIndex() << ">";
 2049     OS << "c" << getSysCR();
 2056       OS << "<prfop invalid #" << getPrefetch() << ">";
 2063     OS << "<register " << getReg() << ">";
 2072        << getShiftExtendAmount();
lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
  902       O << "#" << Imm;
  966     << " #" << AArch64_AM::getShiftValue(Val);
 1001         O << ", lsl #" << ShiftVal;
 1007     O << " #" << ShiftVal;
 1021     O << " #" << Log2_32(Width / 8);
 1391     O << "#" << Val;
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
   32     OS << "Stack offset " << getStackOffset();
lib/Target/AMDGPU/AMDGPULibCalls.cpp
 1397                << N << "\n");
lib/Target/AMDGPU/AMDGPULibFunc.cpp
  833       if (AS != 0) os << "U3AS" << AS;
  841       os << "Dv" << static_cast<unsigned>(p.VectorSize) << '_';
lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
  270   LLVM_DEBUG(dbgs() << F.getName() << " MemInst: " << Info->MemInstCount
  272                     << " IAMInst: " << Info->IAMInstCount << '\n'
  273                     << " LSMInst: " << Info->LSMInstCount << '\n'
  274                     << " TotalInst: " << Info->InstCount << '\n');
lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
  205       Sizes << CI->getNumArgOperands() - 1;
  278         LLVM_DEBUG(dbgs() << "Printf ArgSize (in buffer) = " << ArgSize
  280         Sizes << ArgSize << ':';
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  706   LLVM_DEBUG(dbgs() << F.getName() << " uses " << CurrentLocalMemUsage
  708                     << "  Rounding size to " << MaxSizeWithWaveCount
  709                     << " with a maximum occupancy of " << MaxOccupancy << '\n'
  710                     << " and " << (LocalMemLimit - CurrentLocalMemUsage)
  777     LLVM_DEBUG(dbgs() << "  " << AllocSize
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  869                  dbgs() << "Need " << Lat
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  127             LLVM_DEBUG(dbgs() << "Set unroll threshold " << UP.Threshold
  206       LLVM_DEBUG(dbgs() << "Set unroll threshold " << Threshold
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
  186       dbgs() << "(" << getSCCNum(*iterBlk) << "," << (*iterBlk)->size() << ")";
 1117                     << ", numSucc=" << TrueMBB->succ_size() << " false = BB"
 1149          << " size = " << HeadMBB->size();
 1158            << TrueMBB->size() << " numPred = " << TrueMBB->pred_size();
 1158            << TrueMBB->size() << " numPred = " << TrueMBB->pred_size();
 1167            << FalseMBB->size() << " numPred = " << FalseMBB->pred_size();
 1167            << FalseMBB->size() << " numPred = " << FalseMBB->pred_size();
 1176            << LandMBB->size() << " numPred = " << LandMBB->pred_size();
 1176            << LandMBB->size() << " numPred = " << LandMBB->pred_size();
 1543                     << "BB" << MBB->getNumber() << "size " << MBB->size()
 1546   SHOWNEWBLK(CloneMBB, "result of Cloned block: ");
 1564                     << DstMBB->size() << "srcSize = " << SrcMBB->size()
 1564                     << DstMBB->size() << "srcSize = " << SrcMBB->size()
 1571                     << DstMBB->size() << "srcSize = " << SrcMBB->size()
 1571                     << DstMBB->size() << "srcSize = " << SrcMBB->size()
 1589   SHOWNEWBLK(DummyExitBlk, "DummyExitBlock to normalize infiniteLoop: ");
 1621   SHOWNEWBLK(MBB1, "Removing redundant successor");
 1641   SHOWNEWBLK(DummyExitBlk, "DummyExitBlock: ");
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  877       OS << "<register " << getReg() << " mods: " << Reg.Mods << '>';
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  667                    << ": scalar reg isn't aligned " << Val;
lib/Target/AMDGPU/GCNILPSched.cpp
  152     LLVM_DEBUG(dbgs() << "  Comparing latency of SU (" << left->NodeNum
  153                       << ") depth " << LDepth << " vs SU (" << right->NodeNum
  172       LLVM_DEBUG(dbgs() << "Depth of SU(" << left->NodeNum << "): "
  173                         << left->getDepth() << " != SU(" << right->NodeNum
  173                         << left->getDepth() << " != SU(" << right->NodeNum
  174                         << "): " << right->getDepth() << "\n");
  331                << ' ' << C.SU->NodeNum;
lib/Target/AMDGPU/GCNIterativeScheduler.cpp
  454   LLVM_DEBUG(dbgs() << "Trying to improve occupancy, target = " << TargetOcc
  455                     << ", current = " << Occ << '\n');
  477   LLVM_DEBUG(dbgs() << "New occupancy = " << NewOcc
  478                     << ", prev occupancy = " << Occ << '\n');
  506                     << TgtOcc << '\n');
  522         LLVM_DEBUG(dbgs() << "Didn't fit into target occupancy O" << TgtOcc);
  590                     << TgtOcc << '\n');
  601       LLVM_DEBUG(dbgs() << "Didn't fit into target occupancy O" << TgtOcc);
lib/Target/AMDGPU/GCNMinRegStrategy.cpp
  144     LLVM_DEBUG(dbgs() << "\nSelecting max priority candidates among " << Num
  150                       << Num << '\n');
  154       LLVM_DEBUG(dbgs() << "SU(" << SU->NodeNum << ") would left non-ready "
  160     LLVM_DEBUG(dbgs() << "\nSelecting most producing candidate among " << Num
  165       LLVM_DEBUG(dbgs() << "SU(" << SU->NodeNum << ") would make ready " << Res
  175         << Num << '\n');
  207   LLVM_DEBUG(dbgs() << "Make the predecessors of SU(" << SchedSU->NodeNum
  214       LLVM_DEBUG(dbgs() << " SU(" << C.SU->NodeNum << ')');
  253                << ' ' << C.SU->NodeNum << "(P" << C.Priority << ')';
lib/Target/AMDGPU/GCNRegBankReassign.cpp
   96       dbgs() << " weight " << Weight << '\n';
  249       OS << ((Bank >= SGPR_BANK_OFFSET) ? Bank - SGPR_BANK_OFFSET : Bank);
  532   LLVM_DEBUG(dbgs() << "Stall cycles = " << StallCycles << '\n');
  554       LLVM_DEBUG(dbgs() << "Stall weight = " << Weight << '\n');
  632   LLVM_DEBUG(dbgs() << "--- Stall cycles in range = " << OrigStalls << '\n');
  650                      << Stalls << '\n');
  673     LLVM_DEBUG(dbgs() << "--- Cycles saved: " << OrigStalls - BS.Stalls << '\n');
  722   LLVM_DEBUG(dbgs() << "=== After the pass " << StallCycles
  757   LLVM_DEBUG(dbgs() << "=== " << StallCycles << " stall cycles detected in "
  789   LLVM_DEBUG(dbgs() << "=== After the pass " << CyclesSaved
lib/Target/AMDGPU/GCNRegPressure.cpp
  186   OS << "VGPRs: " << Value[VGPR32] << ' ';
  187   OS << "AGPRs: " << Value[AGPR32];
  188   if (ST) OS << "(O" << ST->getOccupancyWithNumVGPRs(getVGPRNum()) << ')';
  189   OS << ", SGPRs: " << getSGPRNum();
  190   if (ST) OS << "(O" << ST->getOccupancyWithNumSGPRs(getSGPRNum()) << ')';
  191   OS << ", LVGPR WT: " << getVGPRTuplesWeight()
  192      << ", LSGPR WT: " << getSGPRTuplesWeight();
  193   if (ST) OS << " -> Occ: " << getOccupancy(*ST);
lib/Target/AMDGPU/GCNSchedStrategy.cpp
  307   LLVM_DEBUG(dbgs() << "Scheduling SU(" << SU->NodeNum << ") "
  320   LLVM_DEBUG(dbgs() << "Starting occupancy is " << StartingOccupancy << ".\n");
  370   LLVM_DEBUG(dbgs() << "Occupancy before scheduling: " << WavesBefore
  371                     << ", after " << WavesAfter << ".\n");
  381                       << MFI.getMinAllowedOccupancy() << " waves\n");
  388                       << MinOccupancy << ".\n");
  547           << MinOccupancy << ".\n");
  579                  dbgs() << " RegionInstrs: " << NumRegionInstrs << '\n');
lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
  225     O << Dim;
  275       O << " format:" << Val;
  277       O << " dfmt:" << (Val & 15);
  278       O << ", nfmt:" << (Val >> 4);
  467   O << " blgp:" << Imm;
  477   O << " cbsz:" << Imm;
  487   O << " abid:" << Imm;
  512     O << "/*Missing OP" << OpNo << "*/";
  921     O << " mrt" << Tgt;
  927     O << " pos" << Tgt - 12;
  931     O << " param" << Tgt - 32;
  934     O << " invalid_target_" << Tgt;
 1008       O << " op_sel:[" << FI << ',' << BC << ']';
 1008       O << " op_sel:[" << FI << ',' << BC << ']';
 1048     O << "invalid_param_" << Imm;
 1056   O << "attr" << Attr;
 1169     O << Imm16; // Unknown imm16 code.
 1291     O << "vmcnt(" << Vmcnt << ')';
 1298     O << "expcnt(" << Expcnt << ')';
 1305     O << "lgkmcnt(" << Lgkmcnt << ')';
 1324     O << Id;
 1327     O << ", " << Offset << ", " << Width;
 1327     O << ", " << Offset << ", " << Width;
 1462     O << "/*Missing OP" << OpNo << "*/";
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
  213   OS << "\t.amdgpu_lds " << Symbol->getName() << ", " << Size << ", " << Align
  213   OS << "\t.amdgpu_lds " << Symbol->getName() << ", " << Size << ", " << Align
  252   OS << "\t.p2alignl 6, " << Encoded_s_code_end << '\n';
  253   OS << "\t.fill 48, 4, " << Encoded_s_code_end << '\n';
  269   OS << "\t\t.amdhsa_group_segment_fixed_size " << KD.group_segment_fixed_size
  272      << KD.private_segment_fixed_size << '\n';
  299   PRINT_FIELD(
  303   PRINT_FIELD(OS, ".amdhsa_system_sgpr_workgroup_id_x", KD,
  306   PRINT_FIELD(OS, ".amdhsa_system_sgpr_workgroup_id_y", KD,
  309   PRINT_FIELD(OS, ".amdhsa_system_sgpr_workgroup_id_z", KD,
  312   PRINT_FIELD(OS, ".amdhsa_system_sgpr_workgroup_info", KD,
  315   PRINT_FIELD(OS, ".amdhsa_system_vgpr_workitem_id", KD,
  330   PRINT_FIELD(OS, ".amdhsa_float_round_mode_32", KD,
  333   PRINT_FIELD(OS, ".amdhsa_float_round_mode_16_64", KD,
  336   PRINT_FIELD(OS, ".amdhsa_float_denorm_mode_32", KD,
  339   PRINT_FIELD(OS, ".amdhsa_float_denorm_mode_16_64", KD,
  342   PRINT_FIELD(OS, ".amdhsa_dx10_clamp", KD,
  345   PRINT_FIELD(OS, ".amdhsa_ieee_mode", KD,
  349     PRINT_FIELD(OS, ".amdhsa_fp16_overflow", KD,
  353     PRINT_FIELD(OS, ".amdhsa_workgroup_processor_mode", KD,
  356     PRINT_FIELD(OS, ".amdhsa_memory_ordered", KD,
  359     PRINT_FIELD(OS, ".amdhsa_forward_progress", KD,
  363   PRINT_FIELD(
  367   PRINT_FIELD(OS, ".amdhsa_exception_fp_denorm_src", KD,
  370   PRINT_FIELD(
  374   PRINT_FIELD(OS, ".amdhsa_exception_fp_ieee_overflow", KD,
  377   PRINT_FIELD(OS, ".amdhsa_exception_fp_ieee_underflow", KD,
  380   PRINT_FIELD(OS, ".amdhsa_exception_fp_ieee_inexact", KD,
  383   PRINT_FIELD(OS, ".amdhsa_exception_int_div_zero", KD,
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
  534           LLVM_DEBUG(dbgs() << CfCount << ":"; I->dump(););
  566           LLVM_DEBUG(dbgs() << CfCount << ":"; MI->dump(););
  601           LLVM_DEBUG(dbgs() << CfCount << ":"; MIb->dump(););
  614           LLVM_DEBUG(dbgs() << CfCount << ":"; MIb->dump(););
  630             LLVM_DEBUG(dbgs() << CfCount << ":"; MIb->dump(););
  677             LLVM_DEBUG(dbgs() << CfCount << ":"; MI->dump(););
lib/Target/AMDGPU/R600MachineScheduler.cpp
   81       LLVM_DEBUG(dbgs() << NeededWF << " approx. Wavefronts Required\n");
lib/Target/AMDGPU/SIFoldOperands.cpp
  325                     << " operand " << OpNo << "\n  " << *MI << '\n');
lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  670       OS << "    VM_CNT(" << UB - LB << "): ";
  673       OS << "    LGKM_CNT(" << UB - LB << "): ";
  676       OS << "    EXP_CNT(" << UB - LB << "): ";
  679       OS << "    VS_CNT(" << UB - LB << "): ";
  682       OS << "    UNKNOWN(" << UB - LB << "): ";
  694           OS << RelScore << ":v" << J << " ";
  696           OS << RelScore << ":ds ";
  706           OS << RelScore << ":s" << J << " ";
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
 1555   LLVM_DEBUG(dbgs() << "  BASE: {" << MAddr.Base.HiReg << ", "
 1556              << MAddr.Base.LoReg << "} Offset: " << MAddr.Offset << "\n\n";);
lib/Target/AMDGPU/SIMachineScheduler.cpp
  205   dbgs() << "  SU(" << Cand.SU->NodeNum << ") " << getReasonStr(Cand.Reason);
  579   dbgs() << "Block (" << ID << ")\n";
  598     dbgs() << "LiveInPressure " << LiveInPressure[DAG->getSGPRSetID()] << ' '
  599            << LiveInPressure[DAG->getVGPRSetID()] << '\n';
  600     dbgs() << "LiveOutPressure " << LiveOutPressure[DAG->getSGPRSetID()] << ' '
  601            << LiveOutPressure[DAG->getVGPRSetID()] << "\n\n";
 1564     dbgs() << ' ' << Block->getID();
 1631              << Block->getID() << ' ';
 1637              dbgs() << "Current VGPRs: " << VregCurrentUsage << '\n';
 1638              dbgs() << "Current SGPRs: " << SregCurrentUsage << '\n';);
 1670       LLVM_DEBUG(dbgs() << "Best Current Choice: " << Cand.Block->getID() << ' '
 1675   LLVM_DEBUG(dbgs() << "Picking: " << Cand.Block->getID() << '\n';
 1679                     << Cand.LastPosHighLatParentScheduled << '\n';
 2037     LLVM_DEBUG(dbgs() << "Scheduling SU(" << SU->NodeNum << ") "
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  233          << Version.Major
  234          << Version.Minor
  235          << Version.Stepping;
lib/Target/ARC/ARCBranchFinalize.cpp
  175                     << MaxSize << "\n");
lib/Target/ARC/ARCFrameLowering.cpp
   62                     << AbsAmount << "\n");
lib/Target/ARC/ARCISelLowering.cpp
  489                           << (unsigned)RegVT.getSimpleVT().SimpleTy << "\n");
lib/Target/ARM/ARMAsmPrinter.cpp
  258                             << getFunctionNumber() << '_' << uid;
  258                             << getFunctionNumber() << '_' << uid;
lib/Target/ARM/ARMBaseRegisterInfo.cpp
  876                     << It->second << "\n");
  878                     << NewRCWeight.RegWeight << "\n");
lib/Target/ARM/ARMBasicBlockInfo.cpp
  102                     << " max delta=" << MaxDisp << " from " << getOffsetOf(MI)
  102                     << " max delta=" << MaxDisp << " from " << getOffsetOf(MI)
  103                     << " to " << DestOffset << " offset "
  126              << "   - blocks: " << MF.getNumBlockIDs() << "\n");
lib/Target/ARM/ARMCodeGenPrepare.cpp
  741              << ARMCodeGenPrepare::TypeSize << " to 32-bits\n");
  905              << TypeSize << "\n");
lib/Target/ARM/ARMConstantIslandPass.cpp
  338              << " kb=" << unsigned(BBI.KnownBits)
  339              << " ua=" << unsigned(BBI.Unalign) << " pa=" << Log2(BBI.PostAlign)
  339              << " ua=" << unsigned(BBI.Unalign) << " pa=" << Log2(BBI.PostAlign)
  353                     << MCP->getConstantPoolAlignment() << " bytes *****\n");
  416     LLVM_DEBUG(dbgs() << "Beginning CP iteration #" << NoCPIters << '\n');
  431     LLVM_DEBUG(dbgs() << "Beginning BR iteration #" << NoBRIters << '\n');
  544     LLVM_DEBUG(dbgs() << "Moved CPI#" << i << " to end of function, size = "
  545                       << Size << ", align = " << Align << '\n');
  545                       << Size << ", align = " << Align << '\n');
 1072              << " max delta=" << MaxDisp
 1155       LLVM_DEBUG(dbgs() << "Replacing CPE#" << CPI << " with CPE#"
 1156                         << CPEs[i].CPI << "\n");
 1243                         << " Growth=" << Growth << '\n');
 1340                     << " la=" << Log2(Align) << " kb=" << KnownBits
 1340                     << " la=" << Log2(Align) << " kb=" << KnownBits
 1341                     << " up=" << UPad << '\n');
 1549       dbgs() << "  Moved CPE to #" << ID << " CPI=" << CPI
 1549       dbgs() << "  Moved CPE to #" << ID << " CPI=" << CPI
lib/Target/ARM/ARMConstantPoolValue.cpp
  110     O << "-(LPC" << LabelId << "+" << (unsigned)PCAdjust;
  110     O << "-(LPC" << LabelId << "+" << (unsigned)PCAdjust;
lib/Target/ARM/ARMFrameLowering.cpp
 1867   LLVM_DEBUG(dbgs() << "EstimatedLimit: " << EstimatedRSStackSizeLimit
 1868                     << "; EstimatedStack: " << EstimatedStackSize
 1936       LLVM_DEBUG(dbgs() << AFI->getReturnRegsCount()
 2047     LLVM_DEBUG(dbgs() << "NumGPRSpills = " << NumGPRSpills << "\n");
lib/Target/ARM/ARMTargetTransformInfo.cpp
 1022                     << "Blocks: " << L->getNumBlocks() << "\n"
 1059   LLVM_DEBUG(dbgs() << "Cost of loop: " << Cost << "\n");
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
 3741     OS << "<coprocessor number: " << getCoproc() << ">";
 3744     OS << "<coprocessor register: " << getCoproc() << ">";
 3747     OS << "<coprocessor option: " << CoprocOption.Val << ">";
 3750     OS << "<mask: " << getMSRMask() << ">";
 3753     OS << "<banked reg: " << getBankedReg() << ">";
 3778       OS << " shift-imm:" << Memory.ShiftImm;
 3781       OS << " alignment:" << Memory.Alignment;
 3789          << PostIdxReg.ShiftImm;
 3806        << " #" << ShifterImm.Imm << ">";
 3816        << RegShiftedImm.ShiftImm << ">";
 3819     OS << "<ror " << " #" << (RotImm.Imm * 8) << ">";
 3822     OS << "<mod_imm #" << ModImm.Bits << ", #"
 3823        <<  ModImm.Rot << ")>";
 3829     OS << "<bitfield " << "lsb: " << Bitfield.LSB
 3830        << ", width: " << Bitfield.Width << ">";
 3851     OS << "<vector_list " << VectorList.Count << " * "
 3855     OS << "<vector_list(all lanes) " << VectorList.Count << " * "
 3859     OS << "<vector_list(lane " << VectorList.LaneIndex << ") "
 3860        << VectorList.Count << " * " << RegName(VectorList.RegNum) << ">";
 3866     OS << "<vectorindex " << getVectorIndex() << ">";
11599                    << I.getOperandClass() << ", error " << I.getOperandError()
11599                    << I.getOperandClass() << ", error " << I.getOperandError()
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
 1138                                      << Inst.getRegister() << "\n");
 1164                                                    << CFARegister
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  126   OS << "\t.personalityindex " << Index << '\n';
  178   OS << "\t.eabi_attribute\t" << Attribute << ", " << Twine(Value);
  194     OS << "\t.eabi_attribute\t" << Attribute << ", \"" << String << "\"";
  211     OS << "\t.eabi_attribute\t" << Attribute << ", " << IntValue;
  211     OS << "\t.eabi_attribute\t" << Attribute << ", " << IntValue;
lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp
   65     O << "#" << translateShiftImm(ShImm);
  141       << translateShiftImm(ARM_AM::getSORegOffset(MO2.getImm())) << markup(">");
  431         << ARM_AM::getAM2Offset(MO3.getImm()) << markup(">");
  499       << ARM_AM::getAddrOpcStr(ARM_AM::getAM2Op(MO2.getImm())) << ImmOffs
  537     O << ", " << markup("<imm:") << "#" << ARM_AM::getAddrOpcStr(op) << ImmOffs
  574     << ARM_AM::getAddrOpcStr(ARM_AM::getAM3Op(MO2.getImm())) << ImmOffs
  583   O << markup("<imm:") << '#' << ((Imm & 256) ? "" : "-") << (Imm & 0xff)
  602   O << markup("<imm:") << '#' << ((Imm & 256) ? "" : "-") << ((Imm & 0xff) << 2)
  667       << ImmOffs * 4 << markup(">");
  694       << ImmOffs * 2
  777     O << ", asr " << markup("<imm:") << "#" << (Amt == 0 ? 32 : Amt)
  780     O << ", lsl " << markup("<imm:") << "#" << Amt << markup(">");
  791   O << ", lsl " << markup("<imm:") << "#" << Imm << markup(">");
  802   O << ", asr " << markup("<imm:") << "#" << Imm << markup(">");
  899     O << SYSm;
 1324     O << ", lsl " << markup("<imm:") << "#" << ShAmt << markup(">");
 1362   O << ", ror " << markup("<imm:") << "#" << 8 * Imm << markup(">");
 1394       O << static_cast<uint32_t>(Rotated);
 1402   O << "#" << markup("<imm:") << Bits << markup(">") << ", #" << markup("<imm:")
 1403     << Rot << markup(">");
lib/Target/AVR/AsmParser/AVRAsmParser.cpp
  249       O << "Register: " << getReg();
  257       O << "Memri: \"" << getReg() << '+' << *getImm() << "\"";
lib/Target/BPF/AsmParser/BPFAsmParser.cpp
  168       OS << getReg() << ">";
lib/Target/BPF/BPFISelDAGToDAG.cpp
  196       errs() << "Error at line " << DL.getLine() << ": ";
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
  456     OS << getReg() << ">";
lib/Target/Hexagon/BitTracker.cpp
   87       OS << 'v' << Register::virtReg2Index(PV.R);
  117     OS << "{ w:" << n;
  146       OS << " [" << Start;
  151         OS << '-' << i-1 << "]:";
  154              << SV.RefI.Pos+(Count-1) << ']';
  162     OS << " [" << Start;
  167       OS << '-' << n-1 << "]:";
  171            << SV.RefI.Pos+(Count-1) << ']';
lib/Target/Hexagon/HexagonBitSimplify.cpp
 2462     dbgs() << "Expected bitfield size: " << Len << " bits, "
 3254       dbgs() << "Group[" << i << "] inp: "
lib/Target/Hexagon/HexagonBitTracker.cpp
  155   dbgs() << "Reg class id: " << RC.getID() << " idx: " << Idx << '\n';
  155   dbgs() << "Reg class id: " << RC.getID() << " idx: " << Idx << '\n';
lib/Target/Hexagon/HexagonBlockRanges.cpp
  501   return OS << unsigned(Idx)-HexagonBlockRanges::IndexType::First+1;
lib/Target/Hexagon/HexagonConstExtenders.cpp
  437     OS << '[' << OR.Min << ',' << OR.Max << "]a" << unsigned(OR.Align)
  438        << '+' << unsigned(OR.Offset);
  472     OS << " << " << P.Ex.S;
  560         OS << ' ' << I;
  587   dbgs() << "  Height: " << N->Height << '\n';
  588   dbgs() << "  Count: " << N->Count << '\n';
 1277     LLVM_DEBUG(dbgs() << " =" << I << ". " << EV << "  " << ED << '\n');
 1297     LLVM_DEBUG(dbgs() << "  " << I << ". " << EV << "  " << ED << '\n');
 1312       dbgs() << "  " << I << ". " << Ranges[I-Begin] << '\n';
 1317         dbgs() << ' ' << I;
 1840   LLVM_DEBUG(dbgs() << __func__ << " Idx:" << Idx << " ExtR:"
lib/Target/Hexagon/HexagonEarlyIfConv.cpp
  556              << TotalIn << ", spare room: " << Spare << "\n");
  556              << TotalIn << ", spare room: " << Spare << "\n");
  584                     << TotalPh << "\n");
  588   LLVM_DEBUG(dbgs() << "Total number of predicate registers: " << PredDefs
lib/Target/Hexagon/HexagonGenInsert.cpp
  864       dbgs() << "  L=" << I->first << ':';
 1542       dbgs() << printReg(VR, HRI) << " -> " << Pos << "\n";
lib/Target/Hexagon/HexagonHardwareLoops.cpp
  360       if (isImm()) { OS << Contents.ImmVal; }
 1770             LLVM_DEBUG(dbgs() << "\n DefMI(" << i
 1778             LLVM_DEBUG(dbgs() << "\n DefMI(" << i
lib/Target/Hexagon/HexagonHazardRecognizer.cpp
   45     LLVM_DEBUG(dbgs() << "*** Hazard in cycle " << PacketNum << ", " << *MI);
   69     LLVM_DEBUG(dbgs() << "*** .cur Hazard in cycle " << PacketNum << ", "
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
  753     OS << '[' << I << "] ";
 2037     dbgs() << "VecLen=" << VecLen << " HwLen=" << HwLen << " UseLeft="
 2037     dbgs() << "VecLen=" << VecLen << " HwLen=" << HwLen << " UseLeft="
lib/Target/Hexagon/HexagonISelLowering.cpp
  678     dbgs () << __func__ << " Align: " << A << " Size: ";
 1689       << " has alignment " << HaveAlign
 1690       << ", but the memory access requires " << NeedAlign;
lib/Target/Hexagon/HexagonInstrInfo.cpp
 4399                       << "  Class: " << NewMI->getDesc().getSchedClass());
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 1792   LLVM_DEBUG(dbgs() << "Loop IV: " << *CIV << "\nIterCount: " << IterCount
 1891     dbgs() << "  Iteration count:" << PV.IterCount << "\n";
lib/Target/Hexagon/HexagonMachineScheduler.cpp
  177   LLVM_DEBUG(dbgs() << "Packet[" << TotalPackets << "]:\n");
  179     LLVM_DEBUG(dbgs() << "\t[" << i << "] SU(");
  180     LLVM_DEBUG(dbgs() << Packet[i]->NodeNum << ")\t");
  195                     << " at loop depth " << MLI->getLoopDepth(BB) << " \n");
  214              dbgs() << "Max Height " << maxH << "\n";);
  219              dbgs() << "Max Depth " << maxD << "\n";);
  385                     << CurrCycle << '\n');
  409     LLVM_DEBUG(dbgs() << "*** Max instrs at cycle " << CurrCycle << '\n');
  413     LLVM_DEBUG(dbgs() << "*** IssueCount " << IssueCount << " at cycle "
  414                       << CurrCycle << '\n');
  984                     << (IsTopNode ? Top.CurrCycle : Bot.CurrCycle) << " ("
  985                     << reportPackets() << ")\n";
lib/Target/Hexagon/HexagonSplitDouble.cpp
 1210       dbgs() << '#' << I->first << " -> ";
 1225     LLVM_DEBUG(dbgs() << "Calculating profit for partition #" << I->first
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  207                     << SmallDataThreshold << ": \"" << GO->getName() << "\": ");
  264     LLVM_DEBUG(dbgs() << "no, size exceeds sdata threshold: " << Size << '\n');
  348   TRACE("Small data. Size(" << Size << ")");
lib/Target/Hexagon/HexagonVectorPrint.cpp
  183       LLVM_DEBUG(dbgs() << "adding dump for V" << Reg - Hexagon::V0 << '\n');
  186       LLVM_DEBUG(dbgs() << "adding dump for W" << Reg - Hexagon::W0 << '\n');
  192       LLVM_DEBUG(dbgs() << "adding dump for Q" << Reg - Hexagon::Q0 << '\n');
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
  512                       << (unsigned)Kind << ")\n");
  518         << ": Offset=" << Offset << ": Size=" << Data.size() << ": OInst=0x";
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
  461   Stream << "Unrecognized relocation combination: width=" << Width
  462          << " kind=" << Kind;
  633                     << "\nOpcode: " << Opc << "\nRelocation bits: "
  634                     << FixupWidth << "\nAddend: " << State.Addend
  634                     << FixupWidth << "\nAddend: " << State.Addend
  635                     << "\nVariant: " << unsigned(VarKind)
lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
  373         LLVM_DEBUG(dbgs() << "J,B: " << JumpInst->getOpcode() << ","
  374                           << Inst->getOpcode() << "\n");
  378             LLVM_DEBUG(dbgs() << "B: " << Inst->getOpcode() << ","
  379                               << JumpInst->getOpcode() << " Compounds to "
  380                               << CompoundInsn->getOpcode() << "\n");
lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
 1052         LLVM_DEBUG(dbgs() << "skip out of order write pair: " << k << "," << j
 1052         LLVM_DEBUG(dbgs() << "skip out of order write pair: " << k << "," << j
 1073         LLVM_DEBUG(dbgs() << "adding pair: " << j << "," << k << ":"
 1073         LLVM_DEBUG(dbgs() << "adding pair: " << j << "," << k << ":"
 1074                           << MCB.getOperand(j).getInst()->getOpcode() << ","
 1075                           << MCB.getOperand(k).getInst()->getOpcode() << "\n");
 1078         LLVM_DEBUG(dbgs() << "skipping pair: " << j << "," << k << ":"
 1078         LLVM_DEBUG(dbgs() << "skipping pair: " << j << "," << k << ":"
 1079                           << MCB.getOperand(j).getInst()->getOpcode() << ","
 1080                           << MCB.getOperand(k).getInst()->getOpcode() << "\n");
 1099                      << "adding pair:" << k << "," << j << ":"
 1099                      << "adding pair:" << k << "," << j << ":"
 1100                      << MCB.getOperand(j).getInst()->getOpcode() << ","
 1101                      << MCB.getOperand(k).getInst()->getOpcode() << "\n");
 1104                      << "skipping pair: " << k << "," << j << ":"
 1104                      << "skipping pair: " << k << "," << j << ":"
 1105                      << MCB.getOperand(j).getInst()->getOpcode() << ","
 1106                      << MCB.getOperand(k).getInst()->getOpcode() << "\n");
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
  660       dbgs() << ISJ->CVI.getLanes();
  662              << HexagonMCInstrInfo::getDesc(MCII, ISJ->getDesc()).getOpcode();
lib/Target/Hexagon/RDFGraph.cpp
   62     OS << '#' << P.Obj.Reg;
  102   OS << P.Obj;
  280      << " --- preds(" << NP << "): ";
  286   OS << "  succs(" << NS << "): ";
lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp
  567       OS << "Reg: %r" << getReg() << "\n";
  573       OS << "MemRegImm: " << getMemBaseReg() << "+" << *getMemOffset() << "\n";
  577       OS << "MemRegReg: " << getMemBaseReg() << "+"
  578          << "%r" << getMemOffsetReg() << "\n";
lib/Target/Lanai/LanaiAsmPrinter.cpp
   96     O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_'
  101     O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_'
lib/Target/Lanai/LanaiMCInstLower.cpp
   50                             << Printer.getFunctionNumber() << '_'
   60                             << Printer.getFunctionNumber() << '_'
lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp
  232       O << "Register " << Reg;
  239       O << *Mem.Offset << "(" << Reg << ")";
  242       O << "RegInd " << Reg;
  245       O << "PostInc " << Reg;
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
   80         errs() << " Align" << Align << '\n';
   85         errs() << " JT" << JT << " Align" << Align << '\n';
lib/Target/MSP430/MSP430MCInstLower.cpp
   55                             << Printer.getFunctionNumber() << '_'
   72                             << Printer.getFunctionNumber() << '_'
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 1468     LLVM_DEBUG(dbgs() << "createNumericReg(" << Index << ", ...)\n");
 1676       OS << "RegIdx<" << RegIdx.Index << ":" << RegIdx.Kind << ", "
 1685         OS << Reg << " ";
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  542     errs() << Type << "\n";
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  543      << StackSize << ",$"
lib/Target/Mips/MipsAsmPrinter.cpp
  550       O << Log2_64(MO.getImm());
  708         << getFunctionNumber() << "_" << MO.getIndex();
lib/Target/Mips/MipsConstantIslandPass.cpp
  489     LLVM_DEBUG(dbgs() << "Beginning CP iteration #" << NoCPIters << '\n');
  501     LLVM_DEBUG(dbgs() << "Beginning BR iteration #" << NoBRIters << '\n');
  581     LLVM_DEBUG(dbgs() << "Moved CPI#" << i << " to end of function, size = "
  582                       << Size << ", align = " << Align << '\n');
  582                       << Size << ", align = " << Align << '\n');
  985              << " max delta=" << MaxDisp
 1070       LLVM_DEBUG(dbgs() << "Replacing CPE#" << CPI << " with CPE#"
 1071                         << CPEs[i].CPI << "\n");
 1126       LLVM_DEBUG(dbgs() << "Replacing CPE#" << CPI << " with CPE#"
 1127                         << CPEs[i].CPI << "\n");
 1193                         << " Growth=" << Growth << '\n');
 1265                     << " la=" << Log2(Align) << '\n');
 1408       dbgs() << "  Moved CPE to #" << ID << " CPI=" << CPI
 1408       dbgs() << "  Moved CPE to #" << ID << " CPI=" << CPI
 1467                     << " max delta=" << MaxDisp << " from " << getOffsetOf(MI)
 1467                     << " max delta=" << MaxDisp << " from " << getOffsetOf(MI)
 1468                     << " to " << DestOffset << " offset "
 1651           LLVM_DEBUG(dbgs() << "num operands " << J << "\n");
lib/Target/Mips/MipsFastISel.cpp
 1367     LLVM_DEBUG(dbgs() << ".. " << FormalArg.getArgNo() << ": "
lib/Target/Mips/MipsRegisterInfo.cpp
  274                     << MF.getFrameInfo().getObjectAlignment(FrameIndex)
lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.cpp
   72   OS << VReg;
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  360       O << ".param .b" << size << " func_retval0";
  362       O << ".param .b" << TLI->getPointerTy(DL).getSizeInBits()
  369       O << ".param .align " << retAlignment << " .b8 func_retval0[" << totalsz
  369       O << ".param .align " << retAlignment << " .b8 func_retval0[" << totalsz
  389         O << ".reg .b" << sz << " func_retval" << idx;
  389         O << ".reg .b" << sz << " func_retval" << idx;
  505     raw_svector_ostream(Str) << DEPOTNAME << getFunctionNumber();
  543     O << ".reqntid " << reqntidx << ", " << reqntidy << ", " << reqntidz
  543     O << ".reqntid " << reqntidx << ", " << reqntidy << ", " << reqntidz
  543     O << ".reqntid " << reqntidx << ", " << reqntidy << ", " << reqntidz
  565     O << ".maxntid " << maxntidx << ", " << maxntidy << ", " << maxntidz
  565     O << ".maxntid " << maxntidx << ", " << maxntidy << ", " << maxntidz
  565     O << ".maxntid " << maxntidx << ", " << maxntidy << ", " << maxntidz
  570     O << ".minnctapersm " << mincta << "\n";
  574     O << ".maxnreg " << maxnreg << "\n";
  592   NameStr << getNVPTXRegClassStr(RC) << MappedVR;
  852   O << ".version " << (PTXVersion / 10) << "." << (PTXVersion % 10) << "\n";
  852   O << ".version " << (PTXVersion / 10) << "." << (PTXVersion % 10) << "\n";
 1140     O << " .align " << GVar->getAlignment();
 1203               O << ElementSize / 8;
 1208               O << ElementSize / 4;
 1215             O << ElementSize;
 1226             O << ElementSize;
 1235           O << ElementSize;
 1334     O << " .align " << GVar->getAlignment();
 1449             O << "_param_" << paramIndex;
 1457             O << "_param_" << paramIndex;
 1465           O << "_param_" << paramIndex;
 1482         O << "[" << sz << "]";
 1491           O << "\t.param .u" << thePointerTy.getSizeInBits() << " ";
 1545         O << "\t.param .b" << sz << " ";
 1547         O << "\t.reg .b" << sz << " ";
 1579       O << "[" << sz << "]";
 1600           O << "\t.reg .b" << sz << " ";
 1637     O << "\t.local .align " << MFI.getMaxAlignment() << " .b8 \t" << DEPOTNAME
 1638       << getFunctionNumber() << "[" << NumBytes << "];\n";
 2215         O << DEPOTNAME << getFunctionNumber();
lib/Target/NVPTX/NVPTXAsmPrinter.h
  145           O << (unsigned int) buffer[i];
  187             O << *(unsigned int *)(&buffer[pos]);
lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp
  161     NewSymStr << MF.getName() << "_param_" << Param;
lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
  111       O << ", " << (unsigned int)SH;
  138       O << ", " << (unsigned int)SH;
  163       O << (unsigned int) TH << ", ";
  170       O << ", " << (unsigned int) TH;
  311   O << (unsigned int)Value;
  318   O << (unsigned int)Value;
  325   O << (unsigned int)Value;
  332   O << (unsigned int)Value;
  346   O << (unsigned int)Value;
  353   O << (unsigned int)Value;
  360   O << (unsigned int)Value;
  369   O << (unsigned int)Value;
lib/Target/PowerPC/PPCAsmPrinter.cpp
  230     O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_'
  242     O << "<unknown operand type: " << (unsigned)MO.getType() << ">";
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  309         errs() << "ConstraintID: " << ConstraintID << "\n";
 1166       LLVM_DEBUG(dbgs() << "\tbit group for " << V.getNode() << " RLAmt = " << R
 1167                         << " [" << S << ", " << E << "]\n");
 1167                         << " [" << S << ", " << E << "]\n");
 1621                             << BG.V.getNode() << " RLAmt = " << BG.RLAmt << " ["
 1622                             << BG.StartIdx << ", " << BG.EndIdx << "]\n");
 1622                             << BG.StartIdx << ", " << BG.EndIdx << "]\n");
 1637                           << I->V.getNode() << " RLAmt = " << I->RLAmt << " ["
 1638                           << I->StartIdx << ", " << I->EndIdx
 1638                           << I->StartIdx << ", " << I->EndIdx
 1639                           << "] with group with range [" << IP->StartIdx << ", "
 1640                           << IP->EndIdx << "]\n");
 1665                               << " RLAmt = " << I->RLAmt << " [" << I->StartIdx
 1665                               << " RLAmt = " << I->RLAmt << " [" << I->StartIdx
 1666                               << ", " << I->EndIdx
 1668                               << IP->StartIdx << ", " << IP->EndIdx << "] and ["
 1668                               << IP->StartIdx << ", " << IP->EndIdx << "] and ["
 1669                               << IN->StartIdx << ", " << IN->EndIdx << "]\n");
 1669                               << IN->StartIdx << ", " << IN->EndIdx << "]\n");
 1790                         << " RL: " << VRI.RLAmt << ":"
 1791                         << "\n\t\t\tisel using masking: " << NumAndInsts
 1792                         << " using rotates: " << VRI.NumGroups << "\n");
 2146                         << " RL: " << VRI.RLAmt << (VRI.Repl32 ? " (32):" : ":")
 2147                         << "\n\t\t\tisel using masking: " << NumAndInsts
 2148                         << " using rotates: " << NumRLInsts << "\n");
 2434     LLVM_DEBUG(dbgs() << "\t\tisel would use " << InstCnt << " instructions\n");
 2438     LLVM_DEBUG(dbgs() << "\t\tisel would use " << InstCntLateMask
lib/Target/PowerPC/PPCISelLowering.cpp
 5474         errs() << "Call operand #" << i << " has unhandled type "
lib/Target/PowerPC/PPCMIPeephole.cpp
  496             LLVM_DEBUG(dbgs() << "Changing splat immediate from " << SplatImm
  497                               << " to " << NewElem << " in instruction: ");
lib/Target/PowerPC/PPCReduceCRLogicals.cpp
  437   dbgs() << "IsBinary: " << IsBinary << ", FeedsISEL: " << FeedsISEL;
  437   dbgs() << "IsBinary: " << IsBinary << ", FeedsISEL: " << FeedsISEL;
  438   dbgs() << ", FeedsBR: " << FeedsBR << ", FeedsLogical: ";
  439   dbgs() << FeedsLogical << ", SingleUse: " << SingleUse;
  439   dbgs() << FeedsLogical << ", SingleUse: " << SingleUse;
  440   dbgs() << ", DefsSingleUse: " << DefsSingleUse;
  441   dbgs() << ", SubregDef1: " << SubregDef1 << ", SubregDef2: ";
  442   dbgs() << SubregDef2 << ", ContainedInBlock: " << ContainedInBlock;
  442   dbgs() << SubregDef2 << ", ContainedInBlock: " << ContainedInBlock;
lib/Target/PowerPC/PPCVSXSwapRemoval.cpp
  661       LLVM_DEBUG(dbgs() << "  in " << EntryIdx << ": ");
  686           LLVM_DEBUG(dbgs() << "  def " << EntryIdx << ": ");
  712         LLVM_DEBUG(dbgs() << "  use " << EntryIdx << ": ");
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  623       OS << getReg() << ">";
lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
  112     O << Imm;
lib/Target/RISCV/RISCVISelLowering.cpp
 1637       LLVM_DEBUG(dbgs() << "InputArg #" << i << " has unhandled type "
 1658       LLVM_DEBUG(dbgs() << "OutputArg #" << i << " has unhandled type "
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
  322     case k_Register:  OS << "Reg: #" << getReg() << "\n"; break;
  324     case k_MemoryReg: OS << "Mem: " << getMemBase() << "+"
  325                          << getMemOffsetReg() << "\n"; break;
  327       OS << "Mem: " << getMemBase()
lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp
  208     O << Imm;
lib/Target/Sparc/SparcAsmPrinter.cpp
  370     O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_"
lib/Target/SystemZ/SystemZHazardRecognizer.cpp
  168   OS << "SU(" << SU->NodeNum << "):";
  216     dbgs() << " (" << CurrGroupSize << " decoder slot"
  251          << getCurrCycleIdx() << "\n";
  254     dbgs() << "++ | Last FPd cycle index: " << LastFPdOpCycleIdx << "\n";
  322     LLVM_DEBUG(dbgs() << "++ Last FPd cycle index: " << LastFPdOpCycleIdx
lib/Target/SystemZ/SystemZMachineScheduler.cpp
  188                dbgs() << " Height:" << c.SU->getHeight(); dbgs() << "\n";);
  242   LLVM_DEBUG(dbgs() << "** Scheduling SU(" << SU->NodeNum << ") ";
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp
   44   OS << "$" << RegNo;
  216       O << "$pop" << WebAssemblyFunctionInfo::getWARegStackId(WAReg);
  218       O << "$push" << WebAssemblyFunctionInfo::getWARegStackId(WAReg);
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
   64   LLVM_DEBUG(errs() << "Unknown type for register number: " << RegNo);
lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
  152   OS.indent(Depth * 2) << "Exception at depth " << getExceptionDepth()
lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
  160     LLVM_DEBUG(dbgs() << "Assigning vreg" << Register::virtReg2Index(LI->reg)
  161                       << " to vreg" << Register::virtReg2Index(New) << "\n");
lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
   79     LLVM_DEBUG(dbgs() << "Arg VReg " << MI.getOperand(0).getReg()
   98       LLVM_DEBUG(dbgs() << "VReg " << VReg << " -> WAReg "
   99                         << (INT32_MIN | NumStackRegs) << "\n");
  104       LLVM_DEBUG(dbgs() << "VReg " << VReg << " -> WAReg " << CurReg << "\n");
  104       LLVM_DEBUG(dbgs() << "VReg " << VReg << " -> WAReg " << CurReg << "\n");
lib/Target/X86/AsmParser/X86Operand.h
  127       OS << "Prefix:" << Pref.Prefixes;
  130       OS << "Memory: ModeSize=" << Mem.ModeSize;
  132         OS << ",Size=" << Mem.Size;
  139         OS << ",Scale=" << Mem.Scale;
lib/Target/X86/Disassembler/X86Disassembler.cpp
   97   dbgs() << file << ":" << line << ": " << s;
lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp
  178           OS << "{1to" << NumElts << "}";
  320           OS << "{1to" << NumElts << "}";
  415         O << ',' << markup("<imm:") << ScaleVal // never printed in hex.
lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
  169           OS << "{1to" << NumElts << "}";
  309           OS << "{1to" << NumElts << "}";
  365       O << ScaleVal << '*';
lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp
  103   OS << ' ' << ParamsSize << '\n';
  134   OS << "\t.cv_fpo_stackalloc\t" << StackAlloc << '\n';
  139   OS << "\t.cv_fpo_stackalign\t" << Align << '\n';
  327     FuncOS << CFAVar << ' ' << printFPOReg(MRI, FrameReg) << ' ' << FrameRegOff
  335       FuncOS << "$T0 " << CFAVar << ' ' << StackOffsetBeforeAlign << " - "
  336              << StackAlign << " @ = ";
  352     FuncOS << printFPOReg(MRI, RO.Reg) << ' ' << CFAVar << ' ' << RO.Offset
lib/Target/X86/X86AsmPrinter.cpp
  322         O << ',' << ScaleVal;
  364       O << ScaleVal << '*';
lib/Target/X86/X86DiscriminateMemOps.cpp
  155                      << DI->getFilename() << " Line: " << DI->getLine()
  156                      << " Column: " << DI->getColumn()
lib/Target/X86/X86FloatingPoint.cpp
  175         dbgs() << " FP" << Stack[i];
  473         LLVM_DEBUG(dbgs() << "Register FP#" << Reg - X86::FP0 << " is dead!\n");
  525     LLVM_DEBUG(dbgs() << "Live-in st(" << (i - 1) << "): %fp"
  526                       << unsigned(Bundle.FixStack[i - 1]) << '\n');
  565   LLVM_DEBUG(dbgs() << "LB#" << BundleIdx << ": ");
  903     LLVM_DEBUG(dbgs() << "Renaming %fp" << KReg << " as imp %fp" << DReg
  903     LLVM_DEBUG(dbgs() << "Renaming %fp" << KReg << " as imp %fp" << DReg
  918       LLVM_DEBUG(dbgs() << "Popping %fp" << KReg << "\n");
  927     LLVM_DEBUG(dbgs() << "Killing %fp" << KReg << "\n");
  935     LLVM_DEBUG(dbgs() << "Defining %fp" << DReg << " as 0\n");
 1479     LLVM_DEBUG(dbgs() << "Emitting LD_F0 for implicit FP" << Reg << '\n');
 1585     LLVM_DEBUG(dbgs() << "Asm uses " << NumSTUses << " fixed regs, pops "
 1586                       << NumSTPopped << ", and defines " << NumSTDefs
 1586                       << NumSTPopped << ", and defines " << NumSTDefs
lib/Target/X86/X86ISelDAGToDAG.cpp
  117       dbgs() << " Scale " << Scale << '\n'
  147       dbgs() << " JT" << JT << " Align" << Align << '\n';
lib/Target/X86/X86InstrInfo.cpp
 4995     dbgs() << "We failed to fuse operand " << OpNum << " in " << MI;
lib/Target/XCore/XCoreAsmPrinter.cpp
  220     O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_'
lib/TextAPI/MachO/TextStubCommon.cpp
  171     OS << (unsigned)Value;
lib/ToolDrivers/llvm-lib/LibDriver.cpp
  281                  << MissingCount
lib/Transforms/IPO/ArgumentPromotion.cpp
  729                           << "than " << MaxElements
  962                             << " than " << MaxElements
lib/Transforms/IPO/Attributor.cpp
 2408                     << AssumedLiveBlocks.size() << " Total number of blocks: "
 4466     LLVM_DEBUG(dbgs() << "\n\n[Attributor] #Iteration: " << IterationCounter
 4487     LLVM_DEBUG(dbgs() << "[Attributor] #Iteration: " << IterationCounter
 4519                     << IterationCounter << "/" << MaxFixpointIterations
 4519                     << IterationCounter << "/" << MaxFixpointIterations
 4548       dbgs() << "\n[Attributor] Finalized " << Visited.size()
 4585   LLVM_DEBUG(dbgs() << "\n[Attributor] Manifested " << NumManifested
 4586                     << " arguments while " << NumAtFixpoint
 4600                       << ToBeDeletedFunctions.size() << " functions and "
 4601                       << ToBeDeletedBlocks.size() << " blocks and "
 4602                       << ToBeDeletedInsts.size() << " instructions\n");
 4661            << IterationCounter << "/" << MaxFixpointIterations
 4661            << IterationCounter << "/" << MaxFixpointIterations
 4898   return OS << "(" << S.getKnown() << "-" << S.getAssumed() << ")"
 4898   return OS << "(" << S.getKnown() << "-" << S.getAssumed() << ")"
lib/Transforms/IPO/DeadArgumentElimination.cpp
  763                         << i << " (" << I->getName() << ") from "
  809                    << i << " from " << F->getName() << "\n");
lib/Transforms/IPO/FunctionImport.cpp
  359     LLVM_DEBUG(dbgs() << " edge -> " << VI << " Threshold:" << Threshold
  412                    << ProcessedThreshold << "\n");
  424             << ProcessedThreshold << "\n");
  585              << ", Threshold = " << ProcessedThreshold
  588              << ", Attempts = " << FailureInfo->Attempts << "\n";
  650   LLVM_DEBUG(dbgs() << "Import/Export lists for " << ImportLists.size()
  657                       << Exports.size() - NumGVS << " functions and " << NumGVS
  658                       << " vars. Imports from " << ModuleImports.second.size()
  665       LLVM_DEBUG(dbgs() << " - " << NumGVSPerMod
  677                     << ImportList.size() << " modules.\n");
  683     LLVM_DEBUG(dbgs() << " - " << NumGVSPerMod << " vars imported from "
  842   LLVM_DEBUG(dbgs() << LiveSymbols << " symbols Live, and " << DeadSymbols
  842   LLVM_DEBUG(dbgs() << LiveSymbols << " symbols Live, and " << DeadSymbols
 1202   LLVM_DEBUG(dbgs() << "Imported " << ImportedCount - ImportedGVCount
 1205   LLVM_DEBUG(dbgs() << "Imported " << ImportedGVCount
lib/Transforms/IPO/GlobalOpt.cpp
 2584                       << Eval.getMutatedMemory().size() << " stores.\n");
lib/Transforms/IPO/HotColdSplitting.cpp
  245   LLVM_DEBUG(dbgs() << "Applying penalty for: " << NumInputs << " inputs\n");
  251   LLVM_DEBUG(dbgs() << "Applying penalty for: " << NumOutputs << " outputs\n");
  285     LLVM_DEBUG(dbgs() << "Applying penalty for: " << SuccsOutsideRegion.size()
lib/Transforms/IPO/LowerTypeTests.cpp
 1217     AsmOS << "jmp ${" << ArgIndex << ":c}@plt\n";
 1220     AsmOS << "b $" << ArgIndex << "\n";
 1222     AsmOS << "b.w $" << ArgIndex << "\n";
lib/Transforms/IPO/MergeFunctions.cpp
  316     dbgs() << "MERGEFUNC-SANITY: Started for first " << Max << " functions.\n";
  332           dbgs() << "MERGEFUNC-SANITY: Non-symmetric; triple: " << TripleNumber
  366                    << TripleNumber << "\n";
lib/Transforms/IPO/SampleProfile.cpp
  704     LLVM_DEBUG(dbgs() << "    " << DLoc.getLine() << "."
  705                       << DIL->getBaseDiscriminator() << ":" << Inst
  706                       << " (line offset: " << LineOffset << "."
  707                       << DIL->getBaseDiscriminator() << " - weight: " << R.get()
 1609                     << F.getName() << ": " << getFunctionLoc(F) << "\n");
lib/Transforms/InstCombine/InstCombinePHI.cpp
 1027              << "AND USER PHI #" << i << ": " << *PHIsToSlice[i] << '\n';);
 1108       LLVM_DEBUG(dbgs() << "  Made element PHI for offset " << Offset << ": "
lib/Transforms/Instrumentation/CFGMST.h
  237     OS << "  Number of Basic Blocks: " << BBInfos.size() << "\n";
  248       OS << "  Edge " << Count++ << ": " << getBBInfo(EI->SrcBB).Index << "-->"
  248       OS << "  Edge " << Count++ << ": " << getBBInfo(EI->SrcBB).Index << "-->"
  249          << getBBInfo(EI->DestBB).Index << EI->infoString() << "\n";
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1345                 << Scope->TrueBiasedRegions.size()
 1346                 << " falsy-regions " << Scope->FalseBiasedRegions.size()
 1347                 << " true-selects " << Scope->TrueBiasedSelects.size()
 1348                 << " false-selects " << Scope->FalseBiasedSelects.size() << "\n");
 1876   CHR_DEBUG(dbgs() << "CHR branch bias " << Weights[0] << ":" << Weights[1]
 1876   CHR_DEBUG(dbgs() << "CHR branch bias " << Weights[0] << ":" << Weights[1]
lib/Transforms/Instrumentation/GCOVProfiling.cpp
  362       FNLOS << getFunctionName(SP) << SP->getLine();
  382           EDOS << Block.OutEdges[i]->Number;
  417       LLVM_DEBUG(dbgs() << Blocks.size() << " blocks.\n");
  430           LLVM_DEBUG(dbgs() << Block.Number << " -> "
  431                             << Block.OutEdges[i]->Number << "\n");
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  225   LLVM_DEBUG(dbgs() << " \nWork on callsite #" << NumOfPGOICallsites << *Inst
  227                     << " Num_candidates: " << NumCandidates << "\n");
  238     LLVM_DEBUG(dbgs() << " Candidate " << I << " Count=" << Count
lib/Transforms/Instrumentation/InstrProfiling.cpp
  298     LLVM_DEBUG(dbgs() << Promoted << " counters promoted for loop (depth="
  299                       << L.getLoopDepth() << ")\n");
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 3299         LLVM_DEBUG(dbgs() << "Arg " << i << " is not sized: " << I << "\n");
 3309       LLVM_DEBUG(dbgs() << "  Arg#" << i << ": " << *A
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  639                     << " CRC = " << JC.getCRC()
  640                     << ", Selects = " << SIVisitor.getNumOfSelectInsts()
  789   LLVM_DEBUG(dbgs() << "Split critical edge: " << getBBInfo(SrcBB).Index
  790                     << " --> " << getBBInfo(DestBB).Index << "\n");
  849                         << " site: CallSite Index = " << SiteIndex << "\n");
 1185     LLVM_DEBUG(dbgs() << "  " << I << ": " << CountFromProfile[I] << "\n");
 1259   LLVM_DEBUG(dbgs() << "Populate counts in " << NumPasses << " passes.\n");
 1432     LLVM_DEBUG(dbgs() << "Read one value site profile (kind = " << Kind
 1433                       << "): Index = " << ValueSiteIndex << " out of "
 1434                       << NumValueSites << "\n");
 1708     dbgs() << W << " ";
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
  317   LLVM_DEBUG(dbgs() << "Optimize one memory intrinsic call to " << Version
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
  144   LLVM_DEBUG(dbgs() << "\tnew alignment: " << NewAlignment << "\n");
  170     LLVM_DEBUG(dbgs() << "\tnew start alignment: " << NewAlignment << "\n");
  171     LLVM_DEBUG(dbgs() << "\tnew inc alignment: " << NewIncAlignment << "\n");
  177         LLVM_DEBUG(dbgs() << "\tnew start/inc alignment: " << NewIncAlignment
  183         LLVM_DEBUG(dbgs() << "\tnew start/inc alignment: " << NewAlignment
  188       LLVM_DEBUG(dbgs() << "\tnew start/inc alignment: " << NewAlignment
  339       LLVM_DEBUG(dbgs() << "\tmem inst: " << NewDestAlignment << "\n";);
  351         LLVM_DEBUG(dbgs() << "\tmem trans: " << NewSrcAlignment << "\n";);
lib/Transforms/Scalar/ConstantHoisting.cpp
  383                    << " with cost " << Cost << '\n';
  386                            << *Inst->getOperand(Idx) << " with cost " << Cost
lib/Transforms/Scalar/Float2Int.cpp
  402     LLVM_DEBUG(dbgs() << "F2I: MinBitwidth=" << MinBW << ", R: " << R << "\n");
lib/Transforms/Scalar/GVN.cpp
  640       errs() << I->first << "\n";
  781       LLVM_DEBUG(dbgs() << "GVN COERCED NONLOCAL VAL:\nOffset: " << Offset
  798       LLVM_DEBUG(dbgs() << "GVN COERCED NONLOCAL LOAD:\nOffset: " << Offset
  806     LLVM_DEBUG(dbgs() << "GVN COERCED NONLOCAL MEM INTRIN:\nOffset: " << Offset
 2114     LLVM_DEBUG(dbgs() << "GVN iteration: " << Iteration << "\n");
lib/Transforms/Scalar/GVNHoist.cpp
  655                        << ", VN: " << C.VN.first << ", " << C.VN.second);
  655                        << ", VN: " << C.VN.first << ", " << C.VN.second);
lib/Transforms/Scalar/GVNSink.cpp
  218   OS << "<Candidate Cost=" << C.Cost << " #Blocks=" << C.NumBlocks
  219      << " #Insts=" << C.NumInstructions << " #PHIs=" << C.NumPHIs << ">";
  219      << " #Insts=" << C.NumInstructions << " #PHIs=" << C.NumPHIs << ">";
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  172     OS << " Operand: " << getCheckUse()->getOperandNo() << "\n";
  662   LLVM_DEBUG(dbgs() << "irce: LatchExitBrIdx: " << LatchBrExitIdx << "\n");
  710   LLVM_DEBUG(dbgs() << "irce: LatchExitBrIdx: " << LatchBrExitIdx << "\n");
lib/Transforms/Scalar/InferAddressSpaces.cpp
  669     LLVM_DEBUG(dbgs() << "  to " << NewAS.getValue() << '\n');
lib/Transforms/Scalar/JumpThreading.cpp
 1954                       << "' - Cost is too high: " << JumpThreadCost << "\n");
 1971                     << "' with cost: " << JumpThreadCost
 2280                       << "' - Cost is too high: " << DuplicationCost << "\n");
 2301                     << DuplicationCost << " block is:" << *BB << "\n");
lib/Transforms/Scalar/LoopDataPrefetch.cpp
  246   LLVM_DEBUG(dbgs() << "Prefetching " << ItersAhead
  247                     << " iterations ahead (loop size: " << LoopSize << ") in "
lib/Transforms/Scalar/LoopDistribute.cpp
  540       OS << "Partition " << Index++ << " (" << &P << "):\n";
  558       dbgs() << "\nPartition " << Index++ << " (" << &P << "):\n";
lib/Transforms/Scalar/LoopFuse.cpp
  536                         << LDT.getDepth() << "\n";);
  951                    dbgs() << " [#l: " << DepResult->getLevels() << "][Ordered: "
  954         LLVM_DEBUG(dbgs() << "DepResult Levels: " << DepResult->getLevels()
lib/Transforms/Scalar/LoopInterchange.cpp
  171           LLVM_DEBUG(dbgs() << "Cannot handle more than " << MaxMemInstrCount
  499                         << MaxLoopNestDepth << "\n");
  507     LLVM_DEBUG(dbgs() << "Processing LoopList of size = " << LoopNestDepth
  553     LLVM_DEBUG(dbgs() << "Processing Inner Loop Id = " << InnerLoopId
  554                       << " and OuterLoopId = " << OuterLoopId << "\n");
  964     LLVM_DEBUG(dbgs() << "Failed interchange InnerLoopId = " << InnerLoopId
  965                       << " and OuterLoopId = " << OuterLoopId
lib/Transforms/Scalar/LoopLoadElimination.cpp
  513           << NumForwarding
lib/Transforms/Scalar/LoopPredication.cpp
  802   LLVM_DEBUG(dbgs() << "Widened checks = " << NumWidened << "\n");
  830   LLVM_DEBUG(dbgs() << "Widened checks = " << NumWidened << "\n");
lib/Transforms/Scalar/LoopRerollPass.cpp
  844                         << "#Base=" << NumBaseUses
  845                         << ", #Root=" << KV.second->getNumUses() << "\n");
 1198                  << *KV.first << " (#uses=" << KV.second.count() << ")\n");
 1383                          << " vs. " << *RootInst << " (operand " << j << ")\n");
 1654                     << Header->getName() << " (" << L->getNumBlocks()
lib/Transforms/Scalar/LoopStrengthReduce.cpp
  222   OS << "[NumUses=" << UsedByIndices.count() << ']';
 1446     OS << C.Insns << " instruction" << (C.Insns == 1 ? " " : "s ");
 1447   OS << C.NumRegs << " reg" << (C.NumRegs == 1 ? "" : "s");
 1449     OS << ", with addrec cost " << C.AddRecCost;
 1451     OS << ", plus " << C.NumIVMuls << " IV mul"
 1454     OS << ", plus " << C.NumBaseAdds << " base add"
 1457     OS << ", plus " << C.ScaleCost << " scale cost";
 1459     OS << ", plus " << C.ImmCost << " imm cost";
 1461     OS << ", plus " << C.SetupCost << " setup cost";
 1604     OS << " in addrspace(" << AccessTy.AddrSpace << ')';
 2964     LLVM_DEBUG(dbgs() << "IV Chain#" << ChainIdx << " Head: (" << *UserInst
 2967     LLVM_DEBUG(dbgs() << "IV Chain#" << ChainIdx << "  Inc: (" << *UserInst
lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
  342   LLVM_DEBUG(dbgs() << "  Outer Loop Size: " << OuterLoopSize << "\n");
  343   LLVM_DEBUG(dbgs() << "  Inner Loop Size: " << InnerLoopSize << "\n");
lib/Transforms/Scalar/LoopUnrollPass.cpp
  474     LLVM_DEBUG(dbgs() << " Analyzing iteration " << Iteration << "\n");
  555                             << "  UnrolledCost: " << UnrolledCost
  556                             << ", MaxUnrolledLoopSize: " << MaxUnrolledLoopSize
  611                         << "  UnrolledCost: " << UnrolledCost << "\n");
  633                     << "UnrolledCost: " << UnrolledCost << ", "
  634                     << "RolledDynamicCost: " << RolledDynamicCost << "\n");
  908     LLVM_DEBUG(dbgs() << "  partially unrolling with count: " << UP.Count
  977                << TripMultiple << ".  Reducing unroll count from " << OrigCount
  977                << TripMultiple << ".  Reducing unroll count from " << OrigCount
  978                << " to " << UP.Count << ".\n");
 1004   LLVM_DEBUG(dbgs() << "  runtime unrolling with count: " << UP.Count
 1061   LLVM_DEBUG(dbgs() << "  Loop Size = " << LoopSize << "\n");
lib/Transforms/Scalar/LoopVersioningLICM.cpp
  443                       << ((InvariantCounter * 100) / LoadAndStoreCounter)
lib/Transforms/Scalar/MergeICmps.cpp
  397                     << " bits between " << Comparison.Lhs().BaseId << " + "
  399                     << Comparison.Rhs().BaseId << " + "
lib/Transforms/Scalar/NewGVN.cpp
 1666   LLVM_DEBUG(dbgs() << NewClass->getID()
 1687                               << OldClass->getID() << " to "
 2218                       << NewClass->getID()
 2228                         << OldClass->getID() << " to "
 2268                           << NewClass->getID() << " from "
 2309                       << OldClass->getID() << "\n");
 2374                         << NewClass->getID() << " and leader "
 2397     LLVM_DEBUG(dbgs() << "New class " << EClass->getID() << " for expression "
 2919     LLVM_DEBUG(dbgs() << "Congruence class " << CongruenceClasses[i]->getID()
 2920                       << " has " << CongruenceClasses[i]->size()
 3873     LLVM_DEBUG(dbgs() << "Eliminating in congruence class " << CC->getID()
lib/Transforms/Scalar/Reassociate.cpp
   82     dbgs() << ", #" << Ops[i].Rank << "] ";
  172     LLVM_DEBUG(dbgs() << "Calculated Rank[" << Arg.getName() << "] = " << Rank
  213   LLVM_DEBUG(dbgs() << "Calculated Rank[" << V->getName() << "] = " << Rank
 1454       LLVM_DEBUG(dbgs() << "\nFACTORING [" << NumFound << "]: " << *TheOp
 1588     LLVM_DEBUG(dbgs() << "\nFACTORING [" << MaxOcc << "]: " << *MaxOccVal
lib/Transforms/Scalar/Sink.cpp
  244     LLVM_DEBUG(dbgs() << "Sinking iteration " << NumSinkIter << "\n");
lib/Transforms/Scalar/StructurizeCFG.cpp
  522                       << LI->getLoopDepth(RN->getEntry()) << "\n");
lib/Transforms/Utils/AddDiscriminators.cpp
  214                           << DIL->getFilename() << ":" << DIL->getLine() << ":"
  215                           << DIL->getColumn() << ":" << Discriminator << " "
  215                           << DIL->getColumn() << ":" << Discriminator << " "
  219         LLVM_DEBUG(dbgs() << DIL->getFilename() << ":" << DIL->getLine() << ":"
  220                    << DIL->getColumn() << ":" << Discriminator << " " << I
  220                    << DIL->getColumn() << ":" << Discriminator << " " << I
  253                      << CurrentDIL->getLine() << ":" << CurrentDIL->getColumn()
  253                      << CurrentDIL->getLine() << ":" << CurrentDIL->getColumn()
  254                      << ":" << Discriminator << " " << I << "\n");
lib/Transforms/Utils/FunctionComparator.cpp
  391     LLVM_DEBUG(dbgs() << "Looking at valueID " << L->getValueID() << "\n");
lib/Transforms/Utils/LoopUnroll.cpp
  351     LLVM_DEBUG(dbgs() << "  Trip Count = " << ULO.TripCount << "\n");
  353     LLVM_DEBUG(dbgs() << "  Trip Multiple = " << ULO.TripMultiple << "\n");
  463                       << " with trip count " << ULO.TripCount << "!\n");
  473                       << " with iteration count " << ULO.PeelCount << "!\n");
  490                       << ULO.Count);
  492       LLVM_DEBUG(dbgs() << " with a breakout at trip " << BreakoutTrip);
  499       LLVM_DEBUG(dbgs() << " with " << ULO.TripMultiple << " trips per branch");
  598                          << DIL->getFilename() << " Line: " << DIL->getLine());
lib/Transforms/Utils/LoopUnrollAndJam.cpp
  219                       << Header->getName() << " with trip count " << TripCount
  234                       << " by " << Count);
  236       LLVM_DEBUG(dbgs() << " with " << TripMultiple << " trips per branch");
  309                          << DIL->getFilename() << " Line: " << DIL->getLine());
lib/Transforms/Utils/LoopUnrollPeel.cpp
  277     LLVM_DEBUG(dbgs() << "Force-peeling first " << UnrollForcePeelCount
  331         LLVM_DEBUG(dbgs() << "Peel " << DesiredPeelCount
  359     LLVM_DEBUG(dbgs() << "Profile-based estimated trip count is " << *PeelCount
  365         LLVM_DEBUG(dbgs() << "Peeling first " << *PeelCount
  370       LLVM_DEBUG(dbgs() << "Requested peel count: " << *PeelCount << "\n");
  371       LLVM_DEBUG(dbgs() << "Already peel count: " << AlreadyPeeled << "\n");
  372       LLVM_DEBUG(dbgs() << "Max peel count: " << UnrollPeelMaxCount << "\n");
  373       LLVM_DEBUG(dbgs() << "Peel cost: " << LoopSize * (*PeelCount + 1)
  375       LLVM_DEBUG(dbgs() << "Max peel cost: " << UP.Threshold << "\n");
lib/Transforms/Utils/LowerSwitch.cpp
  460                     << ". Total non-default cases: " << NumSimpleCases
lib/Transforms/Utils/MisExpect.cpp
  106         llvm::dbgs() << "Weights[" << Idx << "] = " << Weights[Idx] << "\n";
lib/Transforms/Utils/SSAUpdaterBulk.cpp
   42   LLVM_DEBUG(dbgs() << "SSAUpdater: Var=" << Var << ": initialized with Ty = "
   53   LLVM_DEBUG(dbgs() << "SSAUpdater: Var=" << Var
   63   LLVM_DEBUG(dbgs() << "SSAUpdater: Var=" << Var << ": added a use" << *U->get()
lib/Transforms/Utils/SimplifyCFG.cpp
 1786     LLVM_DEBUG(dbgs() << "SINK: #phid values: " << NumPHIdValues << "\n");
lib/Transforms/Utils/SplitModule.cpp
  195     LLVM_DEBUG(dbgs() << "Root[" << CurrentClusterID << "] cluster_size("
  196                       << I.first << ") ----> " << I.second->getData()->getName()
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  856     LLVM_DEBUG(dbgs() << "LSV: Analyzing a chain of length " << Size << ".\n");
lib/Transforms/Vectorize/LoopVectorize.cpp
  822                    << DIL->getFilename() << " Line: " << DIL->getLine());
 4867   LLVM_DEBUG(dbgs() << "LV: Found trip count: " << TC << '\n');
 4958   LLVM_DEBUG(dbgs() << "LV: The Smallest and Widest types: " << SmallestType
 4959                     << " / " << WidestType << " bits.\n");
 4961                     << WidestRegister << " bits.\n");
 4974                       << ConstTripCount << "\n");
 5008         LLVM_DEBUG(dbgs() << "LV: Overriding calculated MaxVF(" << MaxVF
 5009                           << ") with target's minimum: " << MinVF << '\n');
 5038     LLVM_DEBUG(dbgs() << "LV: Vector loop of width " << i
 5042           dbgs() << "LV: Not considering vector loop of width " << i
 5063   LLVM_DEBUG(dbgs() << "LV: Selecting VF: " << Width << ".\n");
 5175     LLVM_DEBUG(dbgs() << "LV: The target has " << TargetNumRegisters
 5247   LLVM_DEBUG(dbgs() << "LV: Loop cost is " << LoopCost << '\n');
 5450     LLVM_DEBUG(dbgs() << "LV(REG): At #" << i << " Interval # "
 5451                       << OpenIntervals.size() << '\n');
 5470       dbgs() << "LV(REG): VF = " << VFs[i] << '\n';
 5475                << TTI.getRegisterClassName(pair.first) << ", " << pair.second
 5482                << TTI.getRegisterClassName(pair.first) << ", " << pair.second
 5672       LLVM_DEBUG(dbgs() << "LV: Found an estimated cost of " << C.first
 5673                         << " for VF " << VF << " For instruction: " << I
 6403       LLVM_DEBUG(dbgs() << "LV: VPlan computed VF " << VF << ".\n");
 6414     LLVM_DEBUG(dbgs() << "LV: Using " << (UserVF ? "user " : "") << "VF " << VF
 6448     LLVM_DEBUG(dbgs() << "LV: Using user VF " << UserVF << ".\n");
 6481   LLVM_DEBUG(dbgs() << "Setting best plan to VF=" << VF << ", UF=" << UF
 6481   LLVM_DEBUG(dbgs() << "Setting best plan to VF=" << VF << ", UF=" << UF
 7214   RSO << "Initial VPlan for VF={" << VF;
 7217     RSO << "," << VF;
 7267     << Indent << "\"INTERLEAVE-GROUP with factor " << IG->getFactor() << " at ";
 7277         << Indent << "\"  " << VPlanIngredient(I) << " " << i << "\\l\"";
 7528              << " width=" << Hints.getWidth()
 7529              << " unroll=" << Hints.getInterleave() << "\n");
 7721     LLVM_DEBUG(dbgs() << "LV: Interleave Count is " << IC << '\n');
 7728     LLVM_DEBUG(dbgs() << "LV: Found a vectorizable loop (" << VF.Width
 7736     LLVM_DEBUG(dbgs() << "LV: Found a vectorizable loop (" << VF.Width
 7738     LLVM_DEBUG(dbgs() << "LV: Interleave Count is " << IC << '\n');
lib/Transforms/Vectorize/SLPVectorizer.cpp
  653          << " EdgeIdx:" << EdgeIdx << "}";
 1114         OS << "Operand " << Cnt++ << "\n";
 1349         dbgs() << "Operand " << OpI << ":\n";
 1370           dbgs() << ReuseIdx << ", ";
 1374         dbgs() << ReorderIdx << ", ";
 2374             dbgs() << " " << Idx;
 3382       dbgs() << "SLP: #LV: " << LiveValues.size();
 5337   LLVM_DEBUG(dbgs() << "SLP: Analyzing a store chain of length " << ChainLen
 5357     LLVM_DEBUG(dbgs() << "SLP: Analyzing " << VF << " stores at offset " << i
 5357     LLVM_DEBUG(dbgs() << "SLP: Analyzing " << VF << " stores at offset " << i
 5368     LLVM_DEBUG(dbgs() << "SLP: Found cost=" << Cost << " for VF=" << VF
 5577       LLVM_DEBUG(dbgs() << "SLP: Analyzing " << OpsWidth << " operations "
 6926                         << NumElts << ")\n");
lib/Transforms/Vectorize/VPlanSLP.cpp
  317     LLVM_DEBUG(dbgs() << "  Finding best value for lane " << Lane << "\n");
  329       LLVM_DEBUG(dbgs() << "  Checking " << Op << "\n");
tools/bugpoint/CrashDebugger.cpp
  459     outs() << "... <" << Blocks.size() << " total>";
  579     outs() << "... <" << Blocks.size() << " total>";
  682     outs() << "... <" << Blocks.size() << " total>";
  769   outs() << "Checking for crash with only " << Instructions.size();
  907   outs() << "Checking for crash with only " << OldMDNodeOps.size();
 1028            << "tions: Simplification Level #" << Simplification << '\n';
tools/bugpoint/FindBugs.cpp
   60       outs() << "Combination " << num << " optimized successfully!\n";
tools/clang/include/clang/Analysis/Analyses/Dominators.h
  106         llvm::errs() << "(" << (*I)->getBlockID()
  108                      << IDom->getBlock()->getBlockID()
  128         llvm::errs() << "(" << (*I)->getBlockID()
  129                      << "," << (*I)->getBlockID() << ")\n";
  266         llvm::errs() << "(" << BB->getBlockID()
  268                      << isControlDependency->getBlockID()
tools/clang/include/clang/Analysis/CFG.h
 1090     OS << "BB#" << getBlockID();
tools/clang/include/clang/Basic/DiagnosticOptions.def
   62 VALUE_DIAGOPT(ShowCategories, 2, 0) /// Show categories: 0 -> none, 1 -> Number,
   81 VALUE_DIAGOPT(ErrorLimit, 32, 0)           /// Limit # errors emitted.
   83 VALUE_DIAGOPT(MacroBacktraceLimit, 32, DefaultMacroBacktraceLimit)
   85 VALUE_DIAGOPT(TemplateBacktraceLimit, 32, DefaultTemplateBacktraceLimit)
   87 VALUE_DIAGOPT(ConstexprBacktraceLimit, 32, DefaultConstexprBacktraceLimit)
   89 VALUE_DIAGOPT(SpellCheckingLimit, 32, DefaultSpellCheckingLimit)
   91 VALUE_DIAGOPT(SnippetLineLimit, 32, DefaultSnippetLineLimit)
   93 VALUE_DIAGOPT(TabStop, 32, DefaultTabStop) /// The distance between tab stops.
   95 VALUE_DIAGOPT(MessageLength, 32, 0)
tools/clang/include/clang/Basic/JsonSupport.h
  100     Out << "\"line\": " << PLoc.getLine()
  101         << ", \"column\": " << PLoc.getColumn()
tools/clang/include/clang/Basic/LangOptions.def
  114 VALUE_LANGOPT(GNUCVersion , 32, 0, "GNU C compatibility version")
  172 VALUE_LANGOPT(PackStruct  , 32, 0,
  174 VALUE_LANGOPT(MaxTypeAlign  , 32, 0,
  176 VALUE_LANGOPT(AlignDouble            , 1, 0, "Controls if doubles should be aligned to 8 bytes (x86 only)")
  177 VALUE_LANGOPT(LongDoubleSize        , 32, 0, "width of long double")
  179 COMPATIBLE_VALUE_LANGOPT(PICLevel    , 2, 0, "__PIC__ level")
  180 COMPATIBLE_VALUE_LANGOPT(PIE         , 1, 0, "is pie")
  305 VALUE_LANGOPT(MSCompatibilityVersion, 32, 0, "Microsoft Visual C/C++ Version")
  306 VALUE_LANGOPT(VtorDispMode, 2, 1, "How many vtordisps to insert")
  335 COMPATIBLE_VALUE_LANGOPT(FunctionAlignment, 5, 0, "Default alignment for functions")
tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
   81     OS << (I.isSigned() ? "signed " : "unsigned ") << I.getBitWidth()
tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1807       OS << "  \"offset\": " << Offset << ",\n";
 1820       OS << "  \"remove\": " << Length << ",\n";
tools/clang/lib/AST/APValue.cpp
  436       OS << getArraySize() - getArrayInitializedElts() << " x ";
  556             << DA.getIndex() << "}";
  588           << DA.getIndex() << "}";
tools/clang/lib/AST/ASTContext.cpp
 1003   llvm::errs() << "Total bytes = " << TotalBytes << "\n";
 1006   llvm::errs() << NumImplicitDefaultConstructorsDeclared << "/"
 1007                << NumImplicitDefaultConstructors
 1009   llvm::errs() << NumImplicitCopyConstructorsDeclared << "/"
 1010                << NumImplicitCopyConstructors
 1013     llvm::errs() << NumImplicitMoveConstructorsDeclared << "/"
 1014                  << NumImplicitMoveConstructors
 1016   llvm::errs() << NumImplicitCopyAssignmentOperatorsDeclared << "/"
 1017                << NumImplicitCopyAssignmentOperators
 1020     llvm::errs() << NumImplicitMoveAssignmentOperatorsDeclared << "/"
 1021                  << NumImplicitMoveAssignmentOperators
 1023   llvm::errs() << NumImplicitDestructorsDeclared << "/"
 1024                << NumImplicitDestructors
tools/clang/lib/AST/ASTDiagnostic.cpp
  308       OS << "'" << S << "' (vector of " << VTy->getNumElements() << " '"
 1928       OS << "[" << NumElideArgs << " * ...]";
tools/clang/lib/AST/CommentLexer.cpp
   24   llvm::errs() << " " << Length << " \"" << L.getSpelling(*this, SM) << "\"\n";
tools/clang/lib/AST/ExprConstant.cpp
 9520                           << NumEltsToInit << ".\n");
tools/clang/lib/AST/FormatString.cpp
  708       os << "*" << getPositionalArgIndex() << "$";
  715     os << amt;
tools/clang/lib/AST/Interp/Disasm.cpp
   37   OS << "frame size: " << getFrameSize() << "\n";
   38   OS << "arg size:   " << getArgSize() << "\n";
tools/clang/lib/AST/Interp/Integral.h
  149   void print(llvm::raw_ostream &OS) const { OS << V; }
tools/clang/lib/AST/Interp/Pointer.h
  304     OS << "{" << Base << ", " << Offset << ", ";
  304     OS << "{" << Base << ", " << Offset << ", ";
  306       OS << Pointee->getSize();
tools/clang/lib/AST/ItaniumMangle.cpp
  920       Out << 'W' << (It->second - 10) << '_';
 1395         Out << UnnamedMangle - 2;
 1498   Out << II->getLength() << II->getName();
 1638         Out << '_' << disc;
 1640         Out << "__" << disc << '_';
 1683     Out << Number - 1;
 3198   Out << "Dv" << T->getNumElements() << '_';
 4241     Out << cast<CharacterLiteral>(E)->getValue();
 4433     Out << "fL" << (nestingDepth - 1) << 'p';
 4452     Out << (parmIndex - 1);
 4632     Out << 'L' << (Depth - 1) << '_';
 4634     Out << (Index - 1);
tools/clang/lib/AST/Mangle.cpp
   43     Out << "__" << Outer << "_block_invoke_" << discriminator+1;
  210     Out << "_block_invoke_" << discriminator+1;
tools/clang/lib/AST/MicrosoftMangle.cpp
  852       Out << Found->second; // Outputs a back reference (an int).
 1064           Stream << '_' << Discriminator;
 1066           Stream << '_' << ParameterDiscriminator;
 1789     Out << Found->second;
 1812     Out << Found->second;
 3172   Mangler.getStream() << NumEntries;
 3181   Mangler.getStream() << NumEntries;
 3218   Mangler.getStream() << Size;
 3221       Mangler.getStream() << NVOffset;
 3224     Mangler.getStream() << NVOffset;
 3226     Mangler.getStream() << VBIndex;
 3293   Mangler.getStream() << "?filt$" << SEHFilterIds[EnclosingDecl]++ << "@0@";
 3305   Mangler.getStream() << "?fin$" << SEHFinallyIds[EnclosingDecl]++ << "@0@";
 3338   Mangler.getStream() << "?$RT" << ManglingNumber << '@';
 3347   Mangler.getStream() << "?$TSS" << GuardNum << '@';
tools/clang/lib/AST/PrintfFormatString.cpp
  903     os << getPositionalArgIndex() << "$";
  920     os << 'v' << VectorNumElts.getConstantAmount();
tools/clang/lib/AST/RecordLayoutBuilder.cpp
 3277       BufferOS << Begin << '-' << (Begin + Width - 1);
 3277       BufferOS << Begin << '-' << (Begin + Width - 1);
tools/clang/lib/AST/ScanfFormatString.cpp
  530     os << getPositionalArgIndex() << "$";
tools/clang/lib/AST/Stmt.cpp
  107   llvm::errs() << "  " << sum << " stmts/exprs total.\n";
  112     llvm::errs() << "    " << StmtClassInfo[i].Counter << " "
  113                  << StmtClassInfo[i].Name << ", " << StmtClassInfo[i].Size
  114                  << " each (" << StmtClassInfo[i].Counter*StmtClassInfo[i].Size
  119   llvm::errs() << "Total bytes = " << sum << "\n";
tools/clang/lib/AST/TextNodeDumper.cpp
  358     OS << PLoc.getFilename() << ':' << PLoc.getLine() << ':'
  359        << PLoc.getColumn();
  363     OS << "line" << ':' << PLoc.getLine() << ':' << PLoc.getColumn();
  363     OS << "line" << ':' << PLoc.getLine() << ':' << PLoc.getColumn();
  366     OS << "col" << ':' << PLoc.getColumn();
  495     OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\"";
  521     OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\"";
  542     OS << " ParamIndex=" << C->getParamIndex();
  557       OS << C->getIndex(i);
  763   OS << " " << Node->getValue();
 1128   OS << " " << T->getNumElements();
 1138     OS << " regparm " << EI.getRegParm();
 1190   OS << " depth " << T->getDepth() << " index " << T->getIndex();
 1190   OS << " depth " << T->getDepth() << " index " << T->getIndex();
 1222     OS << " expansions " << *N;
 1338     OS << " <<<NULL params x " << D->getNumParams() << ">>>";
 1687   OS << " depth " << D->getDepth() << " index " << D->getIndex();
 1687   OS << " depth " << D->getDepth() << " index " << D->getIndex();
 1696   OS << " depth " << D->getDepth() << " index " << D->getIndex();
 1696   OS << " depth " << D->getDepth() << " index " << D->getIndex();
 1704   OS << " depth " << D->getDepth() << " index " << D->getIndex();
 1704   OS << " depth " << D->getDepth() << " index " << D->getIndex();
tools/clang/lib/AST/TypePrinter.cpp
  635        << T->getNumElements() << "))) ";
  639     OS << "__attribute__((neon_polyvector_type(" <<
  647        << T->getNumElements()
  717   OS << T->getNumElements();
  916        << Info.getRegParm() << ")))";
 1196         OS << ':' << PLoc.getLine() << ':' << PLoc.getColumn();
 1196         OS << ':' << PLoc.getLine() << ':' << PLoc.getColumn();
 1249       OS << "type-parameter-" << T->getDepth() << '-' << T->getIndex();
 1249       OS << "type-parameter-" << T->getDepth() << '-' << T->getIndex();
 1825         OS << toTargetAddressSpace(addrspace);
tools/clang/lib/AST/VTableBuilder.cpp
 3073       Out << "vbptr at offset " << R.Virtual.Microsoft.VBPtrOffset << ", ";
 3075       Out << "vbase #" << R.Virtual.Microsoft.VBIndex << ", ";
tools/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp
  155     OS << Range.Start.Line << ":" << Range.Start.Column << ": ";
  155     OS << Range.Start.Line << ":" << Range.Start.Column << ": ";
tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  471     Out << SM.getExpansionLineNumber(Loc);
  490       Out << "\t#" << Frame << ' ';
  535       Out << '#' << Frame << " Call\", \"calling\": \"";
tools/clang/lib/Analysis/CFG.cpp
 5148     OS << "[B" << I->second.first << "." << I->second.second << "]";
 5148     OS << "[B" << I->second.first << "." << I->second.second << "]";
 5163     OS << "[B" << I->second.first << "." << I->second.second << "]";
 5163     OS << "[B" << I->second.first << "." << I->second.second << "]";
 5387     OS << "+" << ACC->getIndex();
 5568   OS << "\n [B" << B.getBlockID();
 5665       OS << '(' << B.pred_size() << "):";
 5683         OS << " B" << B->getBlockID();
 5702       OS << '(' << B.succ_size() << "):";
 5722           OS << " B" << B->getBlockID();
tools/clang/lib/Analysis/LiveVariables.cpp
  637     llvm::errs() << "\n[ B" << (*it)->getBlockID()
  672     llvm::errs() << "\n[ B" << I->getBlockID()
tools/clang/lib/Analysis/PathDiagnostic.cpp
 1136     llvm::errs() << "[" << index++ << "]  ";
tools/clang/lib/Analysis/ProgramPoint.cpp
   62         << castAs<BlockEntrance>().getBlock()->getBlockID();
   68         << ", \"block_id\": " << FEP->getBlock()->getBlockID()
  136     Out << "Edge\", \"src_id\": " << E.getSrc()->getBlockID()
  137         << ", \"dst_id\": " << E.getDst()->getBlockID() << ", \"terminator\": ";
tools/clang/lib/Analysis/ThreadSafety.cpp
  480     llvm::errs() << "." << i << " " << ((const void*) Dec);
tools/clang/lib/Basic/Diagnostic.cpp
  260       llvm::errs() << "File " << &File << " <FileID " << ID.getHashValue()
  267                      << Decomp.first.getHashValue() << "> ";
  306           llvm::errs() << "<unknown " << Mapping.first << ">";
  623   Out << ValNo << llvm::getOrdinalSuffix(ValNo);
  943         llvm::raw_svector_ostream(OutStr) << Val;
tools/clang/lib/Basic/DiagnosticOptions.cpp
   21   return Out << static_cast<UT>(M);
tools/clang/lib/Basic/FileManager.cpp
  569   llvm::errs() << NumDirLookups << " dir lookups, "
  570                << NumDirCacheMisses << " dir cache misses.\n";
  571   llvm::errs() << NumFileLookups << " file lookups, "
  572                << NumFileCacheMisses << " file cache misses.\n";
tools/clang/lib/Basic/SourceLocation.cpp
   57     OS << PLoc.getFilename() << ':' << PLoc.getLine()
   58        << ':' << PLoc.getColumn();
  100       OS << PLoc.getFilename() << ':' << PLoc.getLine() << ':'
  101          << PLoc.getColumn();
  103       OS << "line" << ':' << PLoc.getLine() << ':' << PLoc.getColumn();
  103       OS << "line" << ':' << PLoc.getLine() << ':' << PLoc.getColumn();
  105       OS << "col" << ':' << PLoc.getColumn();
tools/clang/lib/Basic/SourceManager.cpp
 2051   llvm::errs() << FileInfos.size() << " files mapped, " << MemBufferInfos.size()
 2056                << NextLocalOffset << "B of Sloc address space used.\n";
 2059                << MaxLoadedOffset - CurrentLoadedOffset
 2070   llvm::errs() << NumFileBytesMapped << " bytes of files mapped, "
 2071                << NumLineNumsComputed << " files with line #'s computed, "
 2072                << NumMacroArgsComputed << " files with macro args computed.\n";
 2073   llvm::errs() << "FileID scans: " << NumLinearScans << " linear, "
 2074                << NumBinaryProbes << " binary.\n";
 2083         << " <SourceLocation " << Entry.getOffset() << ":";
 2085       out << *NextStart << ">\n";
 2094         out << "  included from " << FI.getIncludeLoc().getOffset() << "\n";
 2108       out << "  spelling from " << EI.getSpellingLoc().getOffset() << "\n";
 2110           << " range <" << EI.getExpansionLocStart().getOffset() << ":"
 2111           << EI.getExpansionLocEnd().getOffset() << ">\n";
tools/clang/lib/CodeGen/CGBuiltin.cpp
 7421     llvm::raw_string_ostream(SysRegStr) <<
 7422                        ((1 << 1) | ((SysReg >> 14) & 1))  << ":" <<
 7423                        ((SysReg >> 11) & 7)               << ":" <<
 7424                        ((SysReg >> 7)  & 15)              << ":" <<
 7425                        ((SysReg >> 3)  & 15)              << ":" <<
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1674     OS2 << ";" << PLoc.getLine() << ";" << PLoc.getColumn() << ";;";
 1674     OS2 << ";" << PLoc.getLine() << ";" << PLoc.getColumn() << ";;";
 2904        << llvm::format("_%x_", FileID) << VD->getName() << "_l" << Line;
 5988       << D->getCanonicalDecl()->getBeginLoc().getRawEncoding();
 6493        << llvm::format("_%x_", FileID) << ParentName << "_l" << Line;
 9662        << llvm::format("_%x_", FileID) << VD->getName() << "_l" << Line;
10517   Out << Prefix << ISA << LMask << VLEN;
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  897      << " Offset:" << Offset
  898      << " Size:" << Size
  899      << " IsSigned:" << IsSigned
  900      << " StorageSize:" << StorageSize
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1311     OS << "File " << R.FileID << ", " << R.LineStart << ":" << R.ColumnStart
 1311     OS << "File " << R.FileID << ", " << R.LineStart << ":" << R.ColumnStart
 1311     OS << "File " << R.FileID << ", " << R.LineStart << ":" << R.ColumnStart
 1312        << " -> " << R.LineEnd << ":" << R.ColumnEnd << " = ";
 1312        << " -> " << R.LineEnd << ":" << R.ColumnEnd << " = ";
 1315       OS << " (Expanded file = " << R.ExpandedFileID << ")";
tools/clang/lib/CodeGen/TargetInfo.cpp
  238     OS << "InAlloca Offset=" << getInAllocaFieldIndex();
 1191         OS << OperandIndex;
 8927       OS << Field->getBitWidthValue(CGM.getContext());
tools/clang/lib/Driver/Driver.cpp
 1565     OS << i << ',' << DiagnosticIDs::getCategoryNameFromID(i) << '\n';
 1835        << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}";
 1858           os << " {" << PrintActions1(C, A, Ids, SibIndent, SibKind) << "}";
 1868         os << Prefix << PrintActions1(C, PreRequisite, Ids, SibIndent, SibKind);
 1897   llvm::errs() << Indent + getSelfIndent(Kind) << Id << ": " << os.str() << ", "
tools/clang/lib/Driver/ToolChains/Darwin.cpp
 1595   llvm::raw_string_ostream(OSVersion) << Major << '.' << Minor << '.' << Micro;
 1595   llvm::raw_string_ostream(OSVersion) << Major << '.' << Minor << '.' << Micro;
 1595   llvm::raw_string_ostream(OSVersion) << Major << '.' << Minor << '.' << Micro;
tools/clang/lib/Format/BreakableToken.cpp
   71                           << "\", Column limit: " << ColumnLimit
   72                           << ", Content start: " << ContentStartColumn << "\n");
  449     llvm::dbgs() << "IndentAtLineBreak " << IndentAtLineBreak << "\n";
tools/clang/lib/Format/ContinuationIndenter.cpp
 1887                           << StartColumn << ".\n");
 1891                << "  Line: " << LineIndex << " (Reflow: " << Reflow << ")\n");
 1900                               << (ContentStartColumn + RemainingTokenColumns)
 1901                               << ", space: " << ColumnLimit
 1902                               << ", reflown prefix: " << ContentStartColumn
 1903                               << ", offset in line: " << TailOffset << "\n");
 1946         LLVM_DEBUG(llvm::dbgs() << "    ToSplit: " << ToSplitColumns << "\n");
 1967                    << "    ContentStartColumn: " << ContentStartColumn << "\n");
 1969                    << "    ToNextSplit: " << ToNextSplitColumns << "\n");
 1982                      << "    Penalty excess: " << ExcessCharactersPenalty
 1983                      << "\n            break : " << NewBreakPenalty << "\n");
 2013                  << "    ContentIndent: " << ContentIndent << "\n");
 2040                               << ", " << Split.second << "\n");
 2080                    << "    Size of reflown text: " << ContentStartColumn
 2084                                   << SplitBeforeNext.second << "\n");
 2094                        << (ContentStartColumn + RemainingTokenColumns)
 2095                        << ", space: " << ColumnLimit
 2096                        << ", reflown prefix: " << ContentStartColumn
 2097                        << ", offset in line: " << TailOffset << "\n");
 2116                                         << (ContentStartColumn + ToSplitColumns)
 2117                                         << ", space: " << ColumnLimit);
tools/clang/lib/Format/Format.cpp
 1174                    << j << " and " << i << "\n");
 1174                    << j << " and " << i << "\n");
tools/clang/lib/Format/TokenAnalyzer.cpp
   76     LLVM_DEBUG(llvm::dbgs() << "Run " << Run << "...\n");
   89       llvm::dbgs() << "Replacements for run " << Run << ":\n";
tools/clang/lib/Format/TokenAnnotator.cpp
 3538   llvm::errs() << "AnnotatedTokens(L=" << Line.Level << "):\n";
 3544                  << " S=" << Tok->SpacesRequiredBefore
 3545                  << " B=" << Tok->BlockParameterCount
 3546                  << " BK=" << Tok->BlockKind << " P=" << Tok->SplitPenalty
 3547                  << " Name=" << Tok->Tok.getName() << " L=" << Tok->TotalLength
 3551     llvm::errs() << " FakeRParens=" << Tok->FakeRParens;
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  718     llvm::dbgs() << (P.Tok ? P.Tok->TokenText : "F") << "|" << P.Indent << "|"
  719                  << P.LastSpace << "|" << P.NestedBlockIndent << " ";
  719                  << P.LastSpace << "|" << P.NestedBlockIndent << " ";
  963                    << "\n---\nPenalty for line: " << Penalty << "\n");
  996                << "Total number of analyzed states: " << Count << "\n");
 1043                        << " on a new line: " << Penalty << "\n";
tools/clang/lib/Format/UnwrappedLineParser.cpp
 2447   llvm::dbgs() << Prefix << "Line(" << Line.Level
 2448                << ", FSC=" << Line.FirstStartColumn << ")"
 2454                  << "T=" << I->Tok->Type << ", OC=" << I->Tok->OriginalColumn
tools/clang/lib/Frontend/ChainedIncludesSource.cpp
  182       os << ".pch" << i-1;
tools/clang/lib/Frontend/CompilerInstance.cpp
  981       OS << NumWarnings << " warning" << (NumWarnings == 1 ? "" : "s");
  985       OS << NumErrors << " error" << (NumErrors == 1 ? "" : "s");
tools/clang/lib/Frontend/DependencyGraph.cpp
   97   OS << "header_" << Node->getUID();
tools/clang/lib/Frontend/DiagnosticRenderer.cpp
  579   Message << "(skipping " << (MacroDepth - MacroLimit)
  598           << PLoc.getLine() << ":";
  611             << PLoc.getLine();
  624             << PLoc.getFilename() << ':' << PLoc.getLine() << ":";
tools/clang/lib/Frontend/FrontendActions.cpp
  628                     << Metadata.BlockName << "' " << Metadata.MajorVersion
  629                     << "." << Metadata.MinorVersion;
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  194     OS << "#line" << ' ' << LineNo << ' ' << '"';
  198     OS << '#' << ' ' << LineNo << ' ' << '"';
tools/clang/lib/Frontend/TestModuleFileExtension.cpp
   37     OS << "Hello from " << Ext->BlockName << " v" << Ext->MajorVersion << "."
   38        << Ext->MinorVersion;
tools/clang/lib/Frontend/TextDiagnostic.cpp
  831   case DiagnosticOptions::Clang: OS << ':'  << LineNo; break;
  832   case DiagnosticOptions::MSVC:  OS << '('  << LineNo; break;
  833   case DiagnosticOptions::Vi:    OS << " +" << LineNo; break;
  847       OS << ColNo;
  895          << BF.getLineNumber() << ':' << BF.getColumnNumber() << '-'
  895          << BF.getLineNumber() << ':' << BF.getColumnNumber() << '-'
  896          << EF.getLineNumber() << ':' << (EF.getColumnNumber() + TokSize)
  896          << EF.getLineNumber() << ':' << (EF.getColumnNumber() + TokSize)
  910        << PLoc.getLine() << ":\n";
  919        << PLoc.getFilename() << ':' << PLoc.getLine() << ":\n";
  929       << PLoc.getFilename() << ':' << PLoc.getLine() << ":\n";
 1356     OS << "\":{" << SM.getLineNumber(BInfo.first, BInfo.second)
 1357       << ':' << SM.getColumnNumber(BInfo.first, BInfo.second)
 1358       << '-' << SM.getLineNumber(EInfo.first, EInfo.second)
 1359       << ':' << SM.getColumnNumber(EInfo.first, EInfo.second)
tools/clang/lib/Frontend/TextDiagnosticPrinter.cpp
   98         OS << DiagCategory;
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  859       OS << " Line " << SourceMgr->getPresumedLineNumber(I->first);
  887       OS << " Line " << SourceMgr.getPresumedLineNumber(D->DiagnosticLoc);
  891          << SourceMgr.getPresumedLineNumber(D->DirectiveLoc) << ')';
tools/clang/lib/Index/CommentToXML.cpp
  354              << C->getParamIndex()
  369              << C->getParamIndex()
  383              << C->getIndex(0)
  398              << C->getIndex(0)
  739       Result << "<Index>" << C->getParamIndex() << "</Index>";
  767     Result << "<Index>" << C->getIndex(0) << "</Index>";
  889         Result << " line=\"" << SM.getLineNumber(FID, FileOffset)
  890                << "\" column=\"" << SM.getColumnNumber(FID, FileOffset)
tools/clang/lib/Index/FileIndexRecord.cpp
   50     OS << llvm::sys::path::filename(PLoc.getFilename()) << ':' << PLoc.getLine()
   51        << ':' << PLoc.getColumn();
tools/clang/lib/Index/USRGeneration.cpp
   43     OS << '@' << Decomposed.second;
  772       Out << 'S' << Substitution->second << '_';
  841       Out << 't' << TTP->getDepth() << '.' << TTP->getIndex();
  841       Out << 't' << TTP->getDepth() << '.' << TTP->getIndex();
  848       Out << Spec->getNumArgs();
  865       Out << VT->getNumElements();
  899   Out << '>' << Params->size();
  931       Out << 't' << TTP->getDepth() << '.' << TTP->getIndex();
  931       Out << 't' << TTP->getDepth() << '.' << TTP->getIndex();
  966     Out << 'p' << Arg.pack_size();
tools/clang/lib/Lex/HeaderMap.cpp
  176   llvm::dbgs() << "Header Map " << getFileName() << ":\n  " << NumBuckets
  177                << ", " << getEndianAdjustedWord(Hdr.NumEntries) << "\n";
  192     llvm::dbgs() << "  " << i << ". " << Key << " -> '" << Prefix << "' '"
tools/clang/lib/Lex/HeaderSearch.cpp
   99   llvm::errs() << "  " << NumOnceOnlyFiles << " #import/#pragma once files.\n"
  100                << "  " << NumSingleIncludedFiles << " included exactly once.\n"
  101                << "  " << MaxNumIncludes << " max times a file is included.\n";
  103   llvm::errs() << "  " << NumIncluded << " #include/#include_next/#import.\n"
  104                << "    " << NumMultiIncludeFileOptzn
  107   llvm::errs() << NumFrameworkLookups << " framework lookups.\n"
  108                << NumSubFrameworkLookups << " subframework lookups.\n";
tools/clang/lib/Lex/PPMacroExpansion.cpp
 1484     OS << (PLoc.isValid()? PLoc.getLine() : 1);
 1558     OS << Depth;
 1586     OS << CounterValue++;
tools/clang/lib/Lex/Preprocessor.cpp
  269   llvm::errs() << NumDirectives << " directives found:\n";
  270   llvm::errs() << "  " << NumDefined << " #define.\n";
  271   llvm::errs() << "  " << NumUndefined << " #undef.\n";
  273   llvm::errs() << "    " << NumEnteredSourceFiles << " source files entered.\n";
  274   llvm::errs() << "    " << MaxIncludeStackDepth << " max include stack depth\n";
  275   llvm::errs() << "  " << NumIf << " #if/#ifndef/#ifdef.\n";
  276   llvm::errs() << "  " << NumElse << " #else/#elif.\n";
  277   llvm::errs() << "  " << NumEndif << " #endif.\n";
  278   llvm::errs() << "  " << NumPragma << " #pragma.\n";
  279   llvm::errs() << NumSkipped << " #if/#ifndef#ifdef regions skipped\n";
  281   llvm::errs() << NumMacroExpanded << "/" << NumFnMacroExpanded << "/"
  281   llvm::errs() << NumMacroExpanded << "/" << NumFnMacroExpanded << "/"
  282              << NumBuiltinMacroExpanded << " obj/fn/builtin macros expanded, "
  283              << NumFastMacroExpanded << " on the fast path.\n";
  284   llvm::errs() << (NumFastTokenPaste+NumTokenPaste)
  286              << NumFastTokenPaste << " on the fast path.\n";
tools/clang/lib/Rewrite/HTMLRewrite.cpp
  214   OS << "<tr class=\"codeline\" data-linenumber=\"" << LineNo << "\">"
  215      << "<td class=\"num\" id=\"LN" << LineNo << "\">" << LineNo
  215      << "<td class=\"num\" id=\"LN" << LineNo << "\">" << LineNo
  269   os << "<table class=\"code\" data-fileid=\"" << FID.getHashValue() << "\">\n";
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 2264   llvm::errs() << NumFunctionsAnalyzed << " functions analyzed ("
 2265                << NumFunctionsWithBadCFGs << " w/o CFGs).\n"
 2266                << "  " << NumCFGBlocks << " CFG blocks built.\n"
 2267                << "  " << AvgCFGBlocksPerFunction
 2269                << "  " << MaxCFGBlocksPerFunction
 2276   llvm::errs() << NumUninitAnalysisFunctions
 2278                << "  " << NumUninitAnalysisVariables << " variables analyzed.\n"
 2279                << "  " << AvgUninitVariablesPerFunction
 2281                << "  " << MaxUninitAnalysisVariablesPerFunction
 2283                << "  " << NumUninitAnalysisBlockVisits << " block visits.\n"
 2284                << "  " << AvgUninitBlockVisitsPerFunction
 2286                << "  " << MaxUninitAnalysisBlockVisitsPerFunction
tools/clang/lib/Sema/CodeCompleteConsumer.cpp
  585            << " {" << SM.getLineNumber(BInfo.first, BInfo.second) << ':'
  586            << SM.getColumnNumber(BInfo.first, BInfo.second) << '-'
  587            << SM.getLineNumber(EInfo.first, EInfo.second) << ':'
  588            << SM.getColumnNumber(EInfo.first, EInfo.second) << "}"
tools/clang/lib/Sema/Scope.cpp
  191   OS << "MSLastManglingNumber: " << getMSLastManglingNumber() << '\n';
  192   OS << "MSCurManglingNumber: " << getMSCurManglingNumber() << '\n';
tools/clang/lib/Sema/Sema.cpp
  455   llvm::errs() << NumSFINAEErrors << " SFINAE diagnostics trapped.\n";
tools/clang/lib/Sema/SemaDeclCXX.cpp
12238     OS << "__i" << Depth;
tools/clang/lib/Sema/SemaExpr.cpp
 7219     OS << "(vector of " << NumElements << " '" << EleTyName << "' values)";
tools/clang/lib/Sema/SemaInit.cpp
 3375   case EK_ArrayElement: OS << "ArrayElement " << Index; break;
 3376   case EK_VectorElement: OS << "VectorElement " << Index; break;
 3377   case EK_ComplexElement: OS << "ComplexElement " << Index; break;
tools/clang/lib/Sema/SemaLookup.cpp
  659   Out << Decls.size() << " result(s)";
tools/clang/lib/Sema/SemaTemplate.cpp
10305       Out << '$' << I;
tools/clang/lib/Serialization/ASTReader.cpp
 8243     llvm::errs() << "  " << I->first << " -> " << I->second->FileName
tools/clang/lib/Serialization/Module.cpp
   43     llvm::errs() << "    " << I->first << " -> " << I->second << "\n";
   60   llvm::errs() << "  Base source location offset: " << SLocEntryBaseOffset
   64   llvm::errs() << "  Base identifier ID: " << BaseIdentifierID << '\n'
   65                << "  Number of identifiers: " << LocalNumIdentifiers << '\n';
   68   llvm::errs() << "  Base macro ID: " << BaseMacroID << '\n'
   69                << "  Number of macros: " << LocalNumMacros << '\n';
   72   llvm::errs() << "  Base submodule ID: " << BaseSubmoduleID << '\n'
   73                << "  Number of submodules: " << LocalNumSubmodules << '\n';
   76   llvm::errs() << "  Base selector ID: " << BaseSelectorID << '\n'
   77                << "  Number of selectors: " << LocalNumSelectors << '\n';
   80   llvm::errs() << "  Base preprocessed entity ID: " << BasePreprocessedEntityID
   83                << NumPreprocessedEntities << '\n';
   87   llvm::errs() << "  Base type index: " << BaseTypeIndex << '\n'
   88                << "  Number of types: " << LocalNumTypes << '\n';
   91   llvm::errs() << "  Base decl ID: " << BaseDeclID << '\n'
   92                << "  Number of decls: " << LocalNumDecls << '\n';
tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
  101     output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn();
  101     output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn();
  108   output << " -> Total CFGBlocks: " << total << " | Unreachable CFGBlocks: "
  109       << unreachable << " | Exhausted Block: "
tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  296          << ' ' << IdxOfArg << llvm::getOrdinalSuffix(IdxOfArg)
tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  419       os << "taking " << Params << " argument"
  421          << Call.getNumArgs() << ")";
tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  636     " format string to be secure (" << numX << " 'X'";
  641     out << ", " << suffix << " character";
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  782       os << "Reallocation of " << ArgIndex << llvm::getOrdinalSuffix(ArgIndex)
tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
  196      << IdxOfArg << llvm::getOrdinalSuffix(IdxOfArg)
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  688       OS << " passed to a callee that requires a non-null " << ParamIdx
  715            << ParamIdx << llvm::getOrdinalSuffix(ParamIdx) << " parameter";
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
   55       if (cnt) Out << " (+ " << cnt << ")";
   62       if (cnt) Out << " (+ " << cnt << ")";
   69       if (cnt) Out << " (+ " << cnt << ")";
   76       if (cnt) Out << " (+ " << cnt << ")";
  124     Out << " [autorelease -" << ACnt << ']';
 1270       os << V.getAutoreleaseCount() << " times but the object ";
 1273     os << "has a +" << V.getCount() << " retain count";
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  134         os << " The object now has a +" << Count << " retain count.";
  805           "count of +" << RV->getCount();
tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
   81        << SM.getExpansionLineNumber(CL->getBeginLoc()) << " returned to caller";
   88        << SM.getExpansionLineNumber(L);
   94        << SM.getExpansionLineNumber(L);
tools/clang/lib/StaticAnalyzer/Checkers/Taint.cpp
   37     Out << I.first << " : " << I.second << NL;
tools/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
   50   llvm::outs() << C.getSourceManager().getSpellingLineNumber(Loc) << " "
tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  193       OS << "The " << CreateModeArgIndex + 1
  205     OS << "Call to '" << VariantName << "' with more than " << MaxArgCount
  260        << CreateModeArgIndex + 1
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  594        << getSourceManager().getExpansionLineNumber(Loc.asLocation())
  754         << End.asLocation().getExpansionLineNumber();
  758         << End.asLocation().getExpansionLineNumber();
  783       os << ":'  at line " << End.asLocation().getExpansionLineNumber();
  802   os << "Control jumps to line " << End.asLocation().getExpansionLineNumber();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1308   os << " via " << Idx << llvm::getOrdinalSuffix(Idx) << " parameter";
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  162       Out << getItem().getIndex();
tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  293       os << "<div id=File" << I->getHashValue() << ">\n";
  297         os << "<div class=FileNav><a href=\"#File" << (I - 1)->getHashValue()
  305         os << "<div class=FileNav><a href=\"#File" << (I + 1)->getHashValue()
  357     os << "\"" << I->first.getHashValue() << "\": {";
  362       os << "\"" << LineNo << "\": 1";
  488            << "<a href=\"#Note" << NumExtraPieces << "\">line "
  632       << LastReportedPieceIndex;
  635   Out << '.' << PopUpPieceIndex;
  799     os << "Note" << num;
  803     os << "Path" << num;
  808   os << "\" style=\"margin-left:" << PosNo << "ex";
  855       os << "; max-width:" << em << "em";
  866     os << "\">" << num << "</div>";
  870          << (num - 1)
  872          << (num - 1)
  907           os << "Path" << (num + 1);
  909         << (num + 1)
  929           os << "Path" << (num + 1);
  931            << (num + 1)
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  459   os << "alloca{S" << Ex->getID(getContext()) << ',' << Cnt << '}';
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  507     Indent(o, IndentLevel) << "<key>" << FileKey << "</key>\n";
  741               << L.getExpansionLineNumber() - UFunL.getExpansionLineNumber()
  748               << L.getExpansionLineNumber() - FunL.getExpansionLineNumber()
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
  318          << Value.getBitWidth() << 'b';
  327       os << C.getLoc() << " [as " << C.getNumBits() << " bit integer]";
tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
   85   os << "conj_$" << getSymbolID() << '{' << T.getAsString() << ", LC"
   91   os << ", #" << Count << '}';
   95   os << "derived_$" << getSymbolID() << '{'
  100   os << "extent_$" << getSymbolID() << '{' << getRegion() << '}';
  104   os << "meta_$" << getSymbolID() << '{'
  111   os << "reg_$" << getSymbolID()
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  129               OS << SM.getSpellingColumnNumber(Hint.RemoveRange.getBegin())
  130                  << "-" << SM.getSpellingColumnNumber(Hint.RemoveRange.getEnd())
  702       OS << "block (line: " << Loc.getLine() << ", col: " << Loc.getColumn()
  702       OS << "block (line: " << Loc.getLine() << ", col: " << Loc.getColumn()
tools/clang/lib/Tooling/Core/Replacement.cpp
   90   Stream << FilePath << ": " << ReplacementRange.getOffset() << ":+"
   91          << ReplacementRange.getLength() << ":\"" << ReplacementText << "\"";
tools/clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp
  215                << ":" << FullLoc.getSpellingLineNumber() << ":"
  216                << FullLoc.getSpellingColumnNumber() << "\n";
tools/clang/tools/arcmt-test/arcmt-test.cpp
  194         llvm::errs() << "\n##### OUTPUT AFTER "<< i+1 <<". TRANSFORMATION #####\n";
  313   OS << ":" << PL.getLine() << ":"
  314             << PL.getColumn();
  325   OS << " [" << PL.getLine() << ":"
  326              << PL.getColumn();
  335   OS << PL.getLine() << ":" << endCol << "]";
  335   OS << PL.getLine() << ":" << endCol << "]";
tools/clang/tools/c-index-test/core_main.cpp
  107     OS << Line << ':' << Col << " | ";
  107     OS << Line << ':' << Col << " | ";
  145     OS << Line << ':' << Col << " | ";
  145     OS << Line << ':' << Col << " | ";
  168     OS << Line << ':' << Col << " | ";
  168     OS << Line << ':' << Col << " | ";
tools/clang/tools/clang-diff/ClangDiff.cpp
  350   OS << R"(,"begin":)" << Offsets.first;
  351   OS << R"(,"end":)" << Offsets.second;
tools/clang/tools/clang-format/ClangFormat.cpp
  230       errs() << "error: offset " << Offsets[i] << " is outside the file\n";
  238         errs() << "error: invalid length " << Lengths[i]
  239                << ", offset + length (" << Offsets[i] + Lengths[i]
  285            << "offset='" << R.getOffset() << "' "
  286            << "length='" << R.getLength() << "'>";
  359     outs() << " line='" << Status.Line << "'";
  362     outs() << "<cursor>" << FormatChanges.getShiftedCodePosition(CursorPosition)
  453                << FormatChanges.getShiftedCodePosition(CursorPosition)
  457           outs() << ", \"Line\": " << Status.Line;
tools/clang/tools/clang-refactor/ClangRefactor.cpp
  133                    << Range.Begin.first << ':' << Range.Begin.second << '-'
  133                    << Range.Begin.first << ':' << Range.Begin.second << '-'
  134                    << Range.End.first << ':' << Range.End.second
  134                    << Range.End.first << ':' << Range.End.second
tools/clang/tools/clang-refactor/TestSupport.cpp
   36       OS << "  " << Range.Begin << "-" << Range.End << "\n";
   36       OS << "  " << Range.Begin << "-" << Range.End << "\n";
  222           << LineColumn.first << ':' << LineColumn.second << " in group '"
  222           << LineColumn.first << ':' << LineColumn.second << " in group '"
tools/clang/tools/clang-scan-deps/ClangScanDeps.cpp
  223                  << " files using " << NumWorkers << " workers\n";
tools/clang/tools/diagtool/ListWarnings.cpp
   87       << flagHistogram.size() << '\n';
tools/clang/tools/extra/clang-doc/tool/ClangDocMain.cpp
  266   llvm::outs() << "Reducing " << USRToBitcode.size() << " infos...\n";
tools/clang/tools/extra/clang-include-fixer/tool/ClangIncludeFixer.cpp
  246     OS << "\"Offset\":" << Info.Range.getOffset() << ",";
  247     OS << "\"Length\":" << Info.Range.getLength() << "}}";
tools/clang/tools/extra/clang-query/Query.cpp
  109       OS << "\nMatch #" << ++MatchCount << ":\n\n";
  141   OS << MatchCount << (MatchCount == 1 ? " match.\n" : " matches.\n");
tools/clang/tools/extra/clang-tidy/ClangTidy.cpp
  228         llvm::errs() << "clang-tidy applied " << AppliedFixes << " of "
  229                      << TotalFixes << " suggested fixes.\n";
tools/clang/tools/extra/clang-tidy/tool/ClangTidyMain.cpp
  232     llvm::errs() << "Suppressed " << Stats.errorsIgnored() << " warnings (";
  235       llvm::errs() << Stats.ErrorsIgnoredNonUserCode << " in non-user code";
  239       llvm::errs() << Separator << Stats.ErrorsIgnoredLineFilter
  244       llvm::errs() << Separator << Stats.ErrorsIgnoredNOLINT << " NOLINT";
  248       llvm::errs() << Separator << Stats.ErrorsIgnoredCheckFilter
  466       llvm::errs() << WErrorCount << " warning" << Plural << " treated as error"
tools/clang/tools/extra/clangd/index/SymbolLocation.cpp
   35   return OS << L.FileURI << "[" << L.Start.line() << ":" << L.Start.column()
   35   return OS << L.FileURI << "[" << L.Start.line() << ":" << L.Start.column()
   36             << "-" << L.End.line() << ":" << L.End.column() << ")";
   36             << "-" << L.End.line() << ":" << L.End.column() << ")";
tools/clang/tools/extra/clangd/index/dex/PostingList.cpp
   81         OS << Sep << Doc;
tools/clang/tools/extra/modularize/Modularize.cpp
  951         errs() << "    " << FI->File->getName() << ":" << FI->Line << ":"
  952                << FI->Column << "\n";
  989              << H->second[I].Loc.Line << ":" << H->second[I].Loc.Column
  989              << H->second[I].Loc.Line << ":" << H->second[I].Loc.Column
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
   40     SS << "\"" << PLoc.getFilename() << ':' << PLoc.getLine() << ':'
   41        << PLoc.getColumn() << "\"";
tools/clang/tools/libclang/CIndexDiagnostic.cpp
  261       Out << clang_getCString(FName) << ":" << Line << ":";
  264         Out << Column << ":";
  283           Out << "{" << StartLine << ":" << StartColumn << "-"
  283           Out << "{" << StartLine << ":" << StartColumn << "-"
  284               << EndLine << ":" << EndColumn << "}";
  284               << EndLine << ":" << EndColumn << "}";
  336           Out << CategoryID;
tools/clang/tools/libclang/CIndexer.cpp
  180   OS << R"("libclang.opts":)" << ParseOptions;
tools/clang/tools/libclang/CLog.h
   81   Logger &operator<<(unsigned int N) { LogOS << N; return *this; }
tools/clang/unittests/AST/MatchVerifier.h
  195       Msg << "Expected location <" << ExpectLine << ":" << ExpectColumn
  195       Msg << "Expected location <" << ExpectLine << ":" << ExpectColumn
  240       Msg << "Expected range <" << ExpectBeginLine << ":" << ExpectBeginColumn
  240       Msg << "Expected range <" << ExpectBeginLine << ":" << ExpectBeginColumn
  241           << '-' << ExpectEndLine << ":" << ExpectEndColumn << ">, found <";
  241           << '-' << ExpectEndLine << ":" << ExpectEndColumn << ">, found <";
tools/clang/unittests/Index/IndexTests.cpp
   67             << static_cast<unsigned>(S.SymInfo.Kind) << ')';
tools/clang/unittests/Tooling/LexicallyOrderedRecursiveASTVisitorTest.cpp
   89     OS << "@" << Index++;
   98     OS << "@" << Index++;
tools/clang/unittests/Tooling/RefactoringTest.cpp
  934         llvm::errs() << M.getOffset() << " " << M.getLength() << " "
  934         llvm::errs() << M.getOffset() << " " << M.getLength() << " "
  948         llvm::errs() << M.getOffset() << " " << M.getLength() << " "
  948         llvm::errs() << M.getOffset() << " " << M.getLength() << " "
tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 1359     OS << "  case " << I << ":\n"
 1430       "  case " << I << " : {\n"
 1481            << "    if (TrailingOmittedArgs < " << NonFakeArgs << ")\n"
 1491                << "    if (" << ArgIndex << " < " << NonFakeArgs
 1491                << "    if (" << ArgIndex << " < " << NonFakeArgs
 1514            << "    if (TrailingOmittedArgs < " << NonFakeArgs << ")\n"
 1568       OS << getSpellingListIndex(SpellingList, Spellings[Index]);
 1653     OS << "    case " << I.first << ": return " << I.second << ";\n";
 3100          << "        return " << I << ";\n";
 3290   OS << ArgCount << ", " << (HasVariadic ? 15 : OptCount);
 3290   OS << ArgCount << ", " << (HasVariadic ? 15 : OptCount);
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
 1262       OS << ", " << I->second.IDNo;
 1267       OS << ", " << I->second.IDNo;
 1287     OS << ", " << CategoryIDs.getID(getDiagnosticCategory(&R, DGParentMap));
 1328       OS << "  /* DiagSubGroup" << I.second.IDNo << " */ ";
 1333         OS << RI->second.IDNo << ", ";
 1342           OS << RI->second.IDNo << ", ";
 1379       OS << "  /* DiagArray" << I.second.IDNo << " */ ";
 1472     OS << GroupNames.GetOrAddStringOffset(Name, false) << ", ";
 1482       OS << "/* DiagArray" << I.second.IDNo << " */ " << DiagArrayIndex
 1482       OS << "/* DiagArray" << I.second.IDNo << " */ " << DiagArrayIndex
 1496       OS << "/* DiagSubGroup" << I.second.IDNo << " */ " << SubGroupIndex;
 1496       OS << "/* DiagSubGroup" << I.second.IDNo << " */ " << SubGroupIndex;
tools/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
  374     OS << "  // " << T.second << "\n"
  392     OS << "  // " << P.second << "\n  ";
  394       OS << TypeMap.find(R)->second << ", ";
  407     OS << "  // " << (Index + 1) << ": " << FOM.first << "\n";
  410       OS << "  { " << Overload.second << ", "
  429     SS << "return std::make_pair(" << CumulativeIndex << ", " << Ov.size()
tools/clang/utils/TableGen/MveEmitter.cpp
  537        << "(E->getArg(" << ArgNum << "))";
 1270     OS << "typedef __attribute__((neon_vector_type(" << VT->lanes() << "))) "
 1277       OS << "typedef struct { " << VT->cName() << " val[" << n << "]; } "
tools/clang/utils/TableGen/NeonEmitter.cpp
 2296        << "i = " << Idx << ";";
 2432     OS << T.getNumElements() << "))) ";
 2462       OS << "[" << NumMembers << "]";
tools/llc/llc.cpp
  283     WithColor::note() << "!srcloc = " << LocCookie << "\n";
tools/lld/COFF/SymbolTable.cpp
  171       os << loc.fileLine.first << ":" << loc.fileLine.second
  542     os << fileLine->first << ":" << fileLine->second << "\n>>>            ";
tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
  344                  << " has " << entriesInPage << " entries\n");
tools/lld/lib/ReaderWriter/MachO/DebugInfo.h
   79   os << "Stab -- atom: " << llvm::format("%p", s.atom) << ", type: " << (uint32_t)s.type
   80      << ", other: " << (uint32_t)s.other << ", desc: " << s.desc << ", value: " << s.value
   80      << ", other: " << (uint32_t)s.other << ", desc: " << s.desc << ", value: " << s.value
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  319       << "  startOfLoadCommands=" << _startOfLoadCommands << "\n"
  320       << "  countOfLoadCommands=" << _countOfLoadCommands << "\n"
  321       << "  endOfLoadCommands=" << _endOfLoadCommands << "\n"
  322       << "  startOfRelocations=" << _startOfRelocations << "\n"
  323       << "  startOfSymbols=" << _startOfSymbols << "\n"
  324       << "  startOfSymbolStrings=" << _startOfSymbolStrings << "\n"
  325       << "  endOfSymbolStrings=" << _endOfSymbolStrings << "\n"
  326       << "  startOfSectionsContent=" << _startOfSectionsContent << "\n"
  327       << "  endOfSectionsContent=" << _endOfSectionsContent << "\n");
  360       << "  startOfLoadCommands=" << _startOfLoadCommands << "\n"
  361       << "  countOfLoadCommands=" << _countOfLoadCommands << "\n"
  362       << "  endOfLoadCommands=" << _endOfLoadCommands << "\n"
  363       << "  startOfLinkEdit=" << _startOfLinkEdit << "\n"
  364       << "  startOfRebaseInfo=" << _startOfRebaseInfo << "\n"
  365       << "  endOfRebaseInfo=" << _endOfRebaseInfo << "\n"
  366       << "  startOfBindingInfo=" << _startOfBindingInfo << "\n"
  367       << "  endOfBindingInfo=" << _endOfBindingInfo << "\n"
  368       << "  startOfLazyBindingInfo=" << _startOfLazyBindingInfo << "\n"
  369       << "  endOfLazyBindingInfo=" << _endOfLazyBindingInfo << "\n"
  370       << "  startOfExportTrie=" << _startOfExportTrie << "\n"
  371       << "  endOfExportTrie=" << _endOfExportTrie << "\n"
  372       << "  startOfFunctionStarts=" << _startOfFunctionStarts << "\n"
  373       << "  startOfDataInCode=" << _startOfDataInCode << "\n"
  374       << "  startOfSymbols=" << _startOfSymbols << "\n"
  375       << "  startOfSymbolStrings=" << _startOfSymbolStrings << "\n"
  376       << "  endOfSymbolStrings=" << _endOfSymbolStrings << "\n"
  546                   << ", fileOffset=" << _segInfo[&sg].fileOffset << "\n");
  561                   << ", fileOffset=" << fileOffset << "\n");
tools/lld/wasm/InputChunks.cpp
  113     LLVM_DEBUG(dbgs() << " addend=" << rel.Addend << " index=" << rel.Index
  114                       << " value=" << value << " offset=" << rel.Offset
  166                     << " -> " << index << "\n");
  173                     << index << "\n");
  248   LLVM_DEBUG(dbgs() << "  final region: " << (end - lastRelocEnd) << "\n");
  256   LLVM_DEBUG(dbgs() << "  calculateSize orig: " << function->Size << "\n");
  257   LLVM_DEBUG(dbgs() << "  calculateSize  new: " << compressedSize << "\n");
  282     LLVM_DEBUG(dbgs() << "  write chunk: " << chunkSize << "\n");
  290   LLVM_DEBUG(dbgs() << "  write final chunk: " << chunkSize << "\n");
  310                       << " addend=" << rel.Addend << " index=" << rel.Index
  311                       << " output offset=" << outputOffset << "\n");
tools/lld/wasm/SymbolTable.cpp
  326   LLVM_DEBUG(dbgs() << "addDefinedData:" << name << " addr:" << address
tools/lld/wasm/Symbols.cpp
  144   LLVM_DEBUG(dbgs() << "setOutputSymbolIndex " << name << " -> " << index
  151   LLVM_DEBUG(dbgs() << "setGOTIndex " << name << " -> " << index << "\n");
  207   LLVM_DEBUG(dbgs() << "setFunctionIndex " << name << " -> " << index << "\n");
  239   LLVM_DEBUG(dbgs() << "setTableIndex " << name << " -> " << index << "\n");
  264   LLVM_DEBUG(dbgs() << "setVirtualAddress " << name << " -> " << value << "\n");
  287   LLVM_DEBUG(dbgs() << "setGlobalIndex " << name << " -> " << index << "\n");
  312   LLVM_DEBUG(dbgs() << "setEventIndex " << name << " -> " << index << "\n");
tools/lld/wasm/SyntheticSections.cpp
  315   LLVM_DEBUG(dbgs() << "addEvent: " << eventIndex << "\n");
tools/lld/wasm/Writer.cpp
  682       LLVM_DEBUG(dbgs() << "added data: " << name << ": " << s->size << "\n");
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
   26   ss << t;
tools/lldb/source/Expression/ExpressionVariable.cpp
   85     os << Prefix << target.GetNextPersistentVariableIndex();
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 4917       os << GetOSName(load_cmd.cmd) << min_os.major_version << '.'
 4918          << min_os.minor_version << '.' << min_os.patch_version;
 4918          << min_os.minor_version << '.' << min_os.patch_version;
 4955         os << os_env.os_type << min_os.major_version << '.'
 4956            << min_os.minor_version << '.' << min_os.patch_version;
 4956            << min_os.minor_version << '.' << min_os.patch_version;
tools/lldb/source/Utility/Log.cpp
  285     OS << ++g_sequence_id << " ";
tools/lldb/tools/driver/Driver.cpp
  673           WithColor::error() << error.GetError() << '\n';
tools/lldb/tools/lldb-test/lldb-test.cpp
  649   outs() << "Found " << comp_units_count << " compile units.\n";
  665     outs() << "The line table contains " << count << " entries.\n";
tools/llvm-ar/llvm-ar.cpp
  134         << "script line " << MRILineNumber << ": " << Error << "\n";
  471     outs() << ' ' << UIDOrErr.get();
  474     outs() << '/' << GIDOrErr.get();
tools/llvm-cfi-verify/llvm-cfi-verify.cpp
   82     outs() << i << ": " << Lines[i - 1] << "\n";
  102     outs() << "Blacklist Match: " << BlacklistFilename << ":" << BlameLine
  168                << Line.FileName << ":" << Line.Line << ":" << Line.Column
  168                << Line.FileName << ":" << Line.Line << ":" << Line.Column
  240     outs() << "  " << BlacklistFilename << ":" << KV.first << " affects "
tools/llvm-cov/CoverageExporterLcov.cpp
   56     OS << "FN:" << StartLine << ',' << F.Name << '\n';
   69       OS << "DA:" << LCS.getLine() << ',' << LCS.getExecutionCount() << '\n';
tools/llvm-cov/CoverageSummaryInfo.cpp
   57     OS << "Definition at line " << Group.getLine() << ", column "
   58        << Group.getColumn();
tools/llvm-cov/SourceCoverageViewHTML.cpp
  349       RSO << '(' << Hit << '/' << Total << ')';
  349       RSO << '(' << Hit << '/' << Total << ')';
  569       errs() << "Highlighted line " << LineNo << ", " << Range.first << " -> ";
  569       errs() << "Highlighted line " << LineNo << ", " << Range.first << " -> ";
  573         errs() << Range.second;
  596         errs() << "Marker at " << CurSeg->Line << ":" << CurSeg->Col << " = "
  596         errs() << "Marker at " << CurSeg->Line << ":" << CurSeg->Col << " = "
tools/llvm-cov/SourceCoverageViewText.cpp
  140       errs() << "Highlighted line " << LineNumber << ", " << Range.first
  140       errs() << "Highlighted line " << LineNumber << ", " << Range.first
  141              << " -> " << Range.second << '\n';
  143       errs() << "Highlighted line " << LineNumber << ", " << Col << " -> ?\n";
  143       errs() << "Highlighted line " << LineNumber << ", " << Col << " -> ?\n";
  165   BufferOS << LineNo;
  199       errs() << "Marker at " << S->Line << ":" << S->Col << " = "
  199       errs() << "Marker at " << S->Line << ":" << S->Col << " = "
  219     errs() << "Expansion at line " << ESV.getLine() << ", " << ESV.getStartCol()
  219     errs() << "Expansion at line " << ESV.getLine() << ", " << ESV.getStartCol()
  220            << " -> " << ESV.getEndCol() << '\n';
tools/llvm-cxxdump/llvm-cxxdump.cpp
  353       outs() << VBTableName << '[' << Idx << "]: " << Offset << '\n';
  415     outs() << TIName << "[Flags]: " << TI.Flags << '\n';
  426     outs() << CTAName << "[NumEntries]: " << CTA.NumEntries << '\n';
  432       outs() << CTAName << '[' << Idx++ << "]: " << I->second << '\n';
  441     outs() << CTName << "[Flags]: " << CT.Flags << '\n';
  446            << CT.NonVirtualBaseAdjustmentOffset << '\n';
  451            << CT.VirtualBaseAdjustmentOffset << '\n';
  452     outs() << CTName << "[Size]: " << CT.Size << '\n';
tools/llvm-diff/DiffConsumer.cpp
   80       out << '%' << ctxt.LNumbering[V];
   85       out << '%' << ctxt.RNumbering[V];
tools/llvm-dis/llvm-dis.cpp
   73   OS << DL.getLine() << ":" << DL.getCol();
   73   OS << DL.getLine() << ":" << DL.getCol();
   83     OS << "; [#uses=" << F->getNumUses() << ']';  // Output # uses
   92       OS << "; [#uses=" << V.getNumUses() << " type=" << *V.getType() << "]";
tools/llvm-dwarfdump/Statistics.cpp
  461      << LocationStats[0];
  463                           << LocationStats[0] << '\n');
  465      << LocationStats[1];
  467                           << LocationStats[1] << '\n');
  469     OS << ",\"" << Key << " with " << (i - 1) * 10 << "-" << i * 10 - 1
  469     OS << ",\"" << Key << " with " << (i - 1) * 10 << "-" << i * 10 - 1
  470        << "% of its scope covered\":" << LocationStats[i];
  472                << Key << " with " << (i - 1) * 10 << "-" << i * 10 - 1
  472                << Key << " with " << (i - 1) * 10 << "-" << i * 10 - 1
  473                << "% of its scope covered: " << LocationStats[i]);
  476      << LocationStats[NumOfCoverageCategories - 1];
  478                           << LocationStats[NumOfCoverageCategories - 1]);
  549   OS << "{\"version\":" << Version;
tools/llvm-exegesis/lib/BenchmarkResult.cpp
   96       ErrorStream << "No register with enum value '" << RegNo << "'\n";
  162       ErrorStream << "No opcode with enum value '" << InstrNo << "'\n";
tools/llvm-exegesis/lib/MCInstrDescView.cpp
  231     Stream << "- Op" << Op.getIndex();
  254       Stream << " TiedToOp" << Op.getTiedToIndex();
  258     Stream << "- Var" << Var.getIndex();
  264       Stream << "Op" << OperandIndex;
tools/llvm-jitlink/llvm-jitlink.cpp
  602       LLVM_DEBUG(dbgs() << "  " << JDIdx << ": " << JD.getName() << "\n");
  625     LLVM_DEBUG(dbgs() << "  " << InputFileArgIdx << ": \"" << InputFile
tools/llvm-lto/llvm-lto.cpp
  353            << (Alias + Globals + Functions) << " nodes (" << Functions
  353            << (Alias + Globals + Functions) << " nodes (" << Functions
  354            << " functions, " << Alias << " alias, " << Globals
  354            << " functions, " << Alias << " alias, " << Globals
  355            << " globals) and " << (Calls + Refs) << " edges (" << Refs
  355            << " globals) and " << (Calls + Refs) << " edges (" << Refs
  356            << " refs and " << Calls << " calls)\n";
tools/llvm-lto2/llvm-lto2.cpp
  361       outs() << "version: " << Hdr->Version << '\n';
  411                << Sym.getCommonAlignment() << '\n';
tools/llvm-mc/llvm-mc.cpp
  383     errs() << ProgName << ": Dwarf version " << DwarfVersion
  452           << OutputAsmVariant << ".\n";
tools/llvm-mca/Views/BottleneckAnalysis.cpp
  157   OS << " FROM: " << FromIID << " TO: " << ToIID << "             ";
  157   OS << " FROM: " << FromIID << " TO: " << ToIID << "             ";
  333     FOS << "\n +----< " << FromIID << ".";
  338       FOS << "\n        " << CurrentIID << ".";
  343     FOS << "\n +----< " << CurrentIID << ".";
  353       FOS << "\n |      " << CurrentIID << ".";
  359       FOS << "\n +----> " << ToIID << ".";
  363           << "\n +----> " << ToIID << ".";
  390       FOS << " [ probability: " << ((DE->Frequency * 100) / Iterations)
  399     FOS << "\n        " << CurrentIID << ".";
tools/llvm-mca/Views/DispatchStatistics.cpp
   42     TempStream << " " << Entry.first << ",              " << Entry.second
   42     TempStream << " " << Entry.first << ",              " << Entry.second
   54     OS << NumStalls;
   59   OS << NumStalls << "  ("
tools/llvm-mca/Views/InstructionInfoView.cpp
   60     TempStream << ' ' << NumMicroOpcodes << "    ";
   65     TempStream << Latency << "   ";
   88       TempStream << " " << EncodingSize
tools/llvm-mca/Views/RegisterFileStatistics.cpp
  111              << GlobalUsage.TotalMappings;
  113              << GlobalUsage.MaxUsedMappings << '\n';
  128     TempStream << "\n*  Register File #" << I;
  136                << RFU.TotalMappings;
  138                << RFU.MaxUsedMappings << '\n';
  143                  << MEI.TotalMoveEliminationCandidates;
  150                  << MEI.TotalMovesEliminated << "  "
  154                  << MEI.TotalMovesThatPropagateZero << "  "
  158                  << MEI.MaxMovesEliminatedPerCycle << '\n';
tools/llvm-mca/Views/ResourcePressureView.cpp
   80       OS << "[" << ResourceIndex;
   82         OS << '.' << J;
  118       FOS << '[' << ResourceIndex;
  120         FOS << '.' << J;
tools/llvm-mca/Views/RetireControlUnitStatistics.cpp
   63     TempStream << " " << Entry.first;
   68     TempStream << Entry.second << "  ("
   79   TempStream << "\nTotal ROB Entries:                " << TotalROBEntries
   80              << "\nMax Used ROB Entries:             " << MaxUsedEntries
   82              << "\nAverage Used ROB Entries per cy:  " << AvgUsage
tools/llvm-mca/Views/SchedulerStatistics.cpp
  116     OS << " " << NumIssued << ",          " << IPC << "  ("
  116     OS << " " << NumIssued << ",          " << IPC << "  ("
  155     FOS << NormalizedAvg;
  162     FOS << BU.MaxUsedSlots;
tools/llvm-mca/Views/SummaryView.cpp
   77   TempStream << "Iterations:        " << Iterations;
   78   TempStream << "\nInstructions:      " << TotalInstructions;
   79   TempStream << "\nTotal Cycles:      " << TotalCycles;
   80   TempStream << "\nTotal uOps:        " << TotalUOps << '\n';
   81   TempStream << "\nDispatch Width:    " << DispatchWidth;
tools/llvm-mca/Views/TimelineView.cpp
  140     OS << SourceIndex << '.';
  151   OS << Executions;
  233   OS << '[' << Iteration << ',' << SourceIndex << ']';
  233   OS << '[' << Iteration << ',' << SourceIndex << ']';
  274         OS << I % 10;
  283       OS << I % 10;
tools/llvm-mca/llvm-mca.cpp
  418         << AssemblerDialect << ".\n";
  456       TOF->os() << "\n[" << RegionIdx++ << "] Code Region";
tools/llvm-nm/llvm-nm.cpp
  604           outs() << " (from bad library ordinal " << LibraryOrdinal << ")";
tools/llvm-objdump/COFFDump.cpp
  105       outs() << " " << UCs[1].FrameOffset
  125     outs() << " XMM" << static_cast<uint32_t>(UCs[0].getOpInfo())
  147              << " which requires " << UsedSlots
  261          << TLSDir->SizeOfZeroFill
  263          << TLSDir->Characteristics
  265          << TLSDir->getAlignment()
  325          << "\n  Timestamp: " << LoadConf->TimeDateStamp
  328          << "\n  GlobalFlags Clear: " << LoadConf->GlobalFlagsClear
  329          << "\n  GlobalFlags Set: " << LoadConf->GlobalFlagsSet
  330          << "\n  Critical Section Default Timeout: " << LoadConf->CriticalSectionDefaultTimeout
  331          << "\n  Decommit Free Block Threshold: " << LoadConf->DeCommitFreeBlockThreshold
  332          << "\n  Decommit Total Free Threshold: " << LoadConf->DeCommitTotalFreeThreshold
  333          << "\n  Lock Prefix Table: " << LoadConf->LockPrefixTable
  334          << "\n  Maximum Allocation Size: " << LoadConf->MaximumAllocationSize
  335          << "\n  Virtual Memory Threshold: " << LoadConf->VirtualMemoryThreshold
  336          << "\n  Process Affinity Mask: " << LoadConf->ProcessAffinityMask
  337          << "\n  Process Heap Flags: " << LoadConf->ProcessHeapFlags
  339          << "\n  Security Cookie: " << LoadConf->SecurityCookie
  340          << "\n  SEH Table: " << LoadConf->SEHandlerTable
  341          << "\n  SEH Count: " << LoadConf->SEHandlerCount
  408   outs() << " Ordinal base: " << OrdinalBase << "\n";
  675            << "(nx " << unsigned(Symbol->getNumberOfAuxSymbols()) << ") "
tools/llvm-objdump/MachODump.cpp
  312       outs() << "\t.long " << Value;
  318       outs() << "\t.short " << Value;
  324       outs() << "\t.byte " << Value;
  352     outs() << "\t.long " << Value;
  759                  << Sec.sectname << ") " << count << " entries";
  787                  << Sec.sectname << ") " << count << " entries";
 1056     outs() << "External relocation information " << Dysymtab.nextrel
 1119   outs() << "Data in code table (" << nentries << " entries)\n";
 1162   outs() << "Linker optimiztion hints (" << nloh << " total bytes)\n";
 1233                  << ((dl.dylib.compatibility_version >> 16) & 0xffff) << "."
 1234                  << ((dl.dylib.compatibility_version >> 8) & 0xff) << "."
 1235                  << (dl.dylib.compatibility_version & 0xff) << ",";
 1237                  << ((dl.dylib.current_version >> 16) & 0xffff) << "."
 1238                  << ((dl.dylib.current_version >> 8) & 0xff) << "."
 1239                  << (dl.dylib.current_version & 0xff);
 1251         outs() << "\tBad offset (" << dl.dylib.name << ") for name of ";
 1266         outs() << "command " << Index++ << "\n";
 2027   outs() << "    cputype (" << cputype << ")\n";
 2028   outs() << "    cpusubtype (" << cpusubtype << ")\n";
 2160   outs() << "nfat_arch " << UB->getNumberOfObjects();
 2188       outs() << i << "\n";
 2189       outs() << "    cputype " << cputype << "\n";
 2190       outs() << "    cpusubtype " << (cpusubtype & ~MachO::CPU_SUBTYPE_MASK)
 2204       outs() << " (not aligned on it's alignment (2^" << OFA.getAlign() << ")";
 2211     outs() << "    align 2^" << OFA.getAlign() << " (" << (1 << OFA.getAlign())
 4253   outs() << indent << "\t\t   entsize " << ml.entsize << "\n";
 4254   outs() << indent << "\t\t     count " << ml.count << "\n";
 4344   outs() << indent << "\t\t   entsize " << ml.entsize << "\n";
 4345   outs() << indent << "\t\t     count " << ml.count << "\n";
 4495     outs() << "\t\t      list[" << i << "] ";
 4607   outs() << "                      count " << pl.count << "\n";
 4623     outs() << "\t\t      list[" << i << "] " << format("0x%" PRIx32, q)
 4873   outs() << "                    entsize " << il.entsize << "\n";
 4874   outs() << "                      count " << il.count << "\n";
 4946     outs() << "\t\t\talignment " << i.alignment << "\n";
 4947     outs() << "\t\t\t     size " << i.size << "\n";
 4974   outs() << "                    entsize " << il.entsize << "\n";
 4975   outs() << "                      count " << il.count << "\n";
 4998       outs() << " " << ivar_offset << "\n";
 5014     outs() << "\t\t\talignment " << i.alignment << "\n";
 5015     outs() << "\t\t\t     size " << i.size << "\n";
 5043   outs() << "                    entsize " << opl.entsize << "\n";
 5044   outs() << "                      count " << opl.count << "\n";
 5121   outs() << "                    entsize " << opl.entsize << "\n";
 5122   outs() << "                      count " << opl.count << "\n";
 5179   outs() << "            instanceStart " << cro.instanceStart << "\n";
 5180   outs() << "             instanceSize " << cro.instanceSize << "\n";
 5317   outs() << "            instanceStart " << cro.instanceStart << "\n";
 5318   outs() << "             instanceSize " << cro.instanceSize << "\n";
 5979   outs() << "  version " << o.version << "\n";
 6006       outs() << " unknown future Swift version (" << swift_version << ")";
 6041   outs() << "  version " << o.version << "\n";
 6064       outs() << " unknown future Swift version (" << swift_version << ")";
 6096   outs() << "  version " << o.version << "\n";
 6312     outs() << "    version " << module.version << "\n";
 6313     outs() << "       size " << module.size << "\n";
 6346     outs() << "\tsel_ref_cnt " << symtab.sel_ref_cnt << "\n";
 6367       outs() << "\tdefs[" << j << "] " << format("0x%08" PRIx32, def);
 6418       outs() << "\tdefs[" << j + symtab.cls_def_cnt << "] "
 7646               outs() << "\t## " << dli.FileName << ':' << dli.Line << ':'
 7647                      << dli.Column;
 7981     outs() << "      [" << i << "]: "
 8017     outs() << "      [" << i << "]: "
 8020            << "encoding[" << EncodingIdx
 8083   outs() << "  Common encodings: (count = " << NumCommonEncodings << ")\n";
 8089     outs() << "    encoding[" << i << "]: " << format("0x%08" PRIx32, Encoding)
 8100   outs() << "  Personality functions: (count = " << NumPersonalities << ")\n";
 8104     outs() << "    personality[" << i + 1
 8123   outs() << "  Top level indices: (count = " << NumIndices << ")\n";
 8133     outs() << "    [" << i << "]: "
 8177     outs() << "    Second level index[" << i << "]: "
 8199       outs() << "    Skipping 2nd level page with unknown kind " << Kind
 8552   outs() << "  cmdsize " << cmdsize;
 8600   outs() << "   nsects " << nsects << "\n";
 8657   outs() << "    offset " << offset;
 8663   outs() << "     align 2^" << align << " (" << align_shifted << ")\n";
 8663   outs() << "     align 2^" << align << " (" << align_shifted << ")\n";
 8664   outs() << "    reloff " << reloff;
 8669   outs() << "    nreloc " << nreloc;
 8748   outs() << " reserved1 " << reserved1;
 8757   outs() << " reserved2 " << reserved2;
 8767   outs() << " cmdsize " << st.cmdsize;
 8772   outs() << "  symoff " << st.symoff;
 8777   outs() << "   nsyms " << st.nsyms;
 8796   outs() << "  stroff " << st.stroff;
 8801   outs() << " strsize " << st.strsize;
 8814   outs() << "        cmdsize " << dyst.cmdsize;
 8819   outs() << "      ilocalsym " << dyst.ilocalsym;
 8824   outs() << "      nlocalsym " << dyst.nlocalsym;
 8832   outs() << "     iextdefsym " << dyst.iextdefsym;
 8837   outs() << "     nextdefsym " << dyst.nextdefsym;
 8844   outs() << "      iundefsym " << dyst.iundefsym;
 8849   outs() << "      nundefsym " << dyst.nundefsym;
 8856   outs() << "         tocoff " << dyst.tocoff;
 8861   outs() << "           ntoc " << dyst.ntoc;
 8869   outs() << "      modtaboff " << dyst.modtaboff;
 8874   outs() << "        nmodtab " << dyst.nmodtab;
 8889   outs() << "   extrefsymoff " << dyst.extrefsymoff;
 8894   outs() << "    nextrefsyms " << dyst.nextrefsyms;
 8902   outs() << " indirectsymoff " << dyst.indirectsymoff;
 8907   outs() << "  nindirectsyms " << dyst.nindirectsyms;
 8915   outs() << "      extreloff " << dyst.extreloff;
 8920   outs() << "        nextrel " << dyst.nextrel;
 8928   outs() << "      locreloff " << dyst.locreloff;
 8933   outs() << "        nlocrel " << dyst.nlocrel;
 8949   outs() << "        cmdsize " << dc.cmdsize;
 8954   outs() << "     rebase_off " << dc.rebase_off;
 8959   outs() << "    rebase_size " << dc.rebase_size;
 8967   outs() << "       bind_off " << dc.bind_off;
 8972   outs() << "      bind_size " << dc.bind_size;
 8979   outs() << "  weak_bind_off " << dc.weak_bind_off;
 8984   outs() << " weak_bind_size " << dc.weak_bind_size;
 8991   outs() << "  lazy_bind_off " << dc.lazy_bind_off;
 8996   outs() << " lazy_bind_size " << dc.lazy_bind_size;
 9003   outs() << "     export_off " << dc.export_off;
 9008   outs() << "    export_size " << dc.export_size;
 9026     outs() << "          cmd ?(" << dyld.cmd << ")\n";
 9027   outs() << "      cmdsize " << dyld.cmdsize;
 9033     outs() << "         name ?(bad offset " << dyld.name << ")\n";
 9036     outs() << "         name " << P << " (offset " << dyld.name << ")\n";
 9042   outs() << " cmdsize " << uuid.cmdsize;
 9058   outs() << "      cmdsize " << rpath.cmdsize;
 9064     outs() << "         path ?(bad offset " << rpath.path << ")\n";
 9067     outs() << "         path " << P << " (offset " << rpath.path << ")\n";
 9091   outs() << "  cmdsize " << vd.cmdsize;
 9097          << MachOObjectFile::getVersionMinMajor(vd, false) << "."
 9098          << MachOObjectFile::getVersionMinMinor(vd, false);
 9101     outs() << "." << Update;
 9107            << MachOObjectFile::getVersionMinMajor(vd, true) << "."
 9108            << MachOObjectFile::getVersionMinMinor(vd, true);
 9112     outs() << "." << Update;
 9118   outs() << "   cmdsize " << Nt.cmdsize;
 9138   outs() << "   cmdsize " << bd.cmdsize;
 9154   outs() << "    ntools " << bd.ntools << "\n";
 9163   outs() << "  cmdsize " << sd.cmdsize;
 9185   outs() << "   cmdsize " << ep.cmdsize;
 9197   outs() << "      cmdsize " << ec.cmdsize;
 9202   outs() << "     cryptoff " << ec.cryptoff;
 9207   outs() << "    cryptsize " << ec.cryptsize;
 9212   outs() << "      cryptid " << ec.cryptid << "\n";
 9218   outs() << "      cmdsize " << ec.cmdsize;
 9223   outs() << "     cryptoff " << ec.cryptoff;
 9228   outs() << "    cryptsize " << ec.cryptsize;
 9233   outs() << "      cryptid " << ec.cryptid << "\n";
 9234   outs() << "          pad " << ec.pad << "\n";
 9240   outs() << " cmdsize " << lo.cmdsize;
 9245   outs() << "   count " << lo.count << "\n";
 9256       outs() << "  string #" << i << " " << format("%.*s\n", left, string);
 9264     outs() << "   count " << lo.count << " does not match number of strings "
 9265            << i << "\n";
 9271   outs() << "      cmdsize " << sub.cmdsize;
 9278     outs() << "     umbrella " << P << " (offset " << sub.umbrella << ")\n";
 9280     outs() << "     umbrella ?(bad offset " << sub.umbrella << ")\n";
 9287   outs() << "      cmdsize " << sub.cmdsize;
 9294     outs() << " sub_umbrella " << P << " (offset " << sub.sub_umbrella << ")\n";
 9296     outs() << " sub_umbrella ?(bad offset " << sub.sub_umbrella << ")\n";
 9303   outs() << "      cmdsize " << sub.cmdsize;
 9310     outs() << "  sub_library " << P << " (offset " << sub.sub_library << ")\n";
 9312     outs() << "  sub_library ?(bad offset " << sub.sub_library << ")\n";
 9319   outs() << "      cmdsize " << sub.cmdsize;
 9326     outs() << "       client " << P << " (offset " << sub.client << ")\n";
 9328     outs() << "       client ?(bad offset " << sub.client << ")\n";
 9334   outs() << "      cmdsize " << r.cmdsize;
 9340   outs() << "  init_module " << r.init_module << "\n";
 9341   outs() << "    reserved1 " << r.reserved1 << "\n";
 9342   outs() << "    reserved2 " << r.reserved2 << "\n";
 9343   outs() << "    reserved3 " << r.reserved3 << "\n";
 9344   outs() << "    reserved4 " << r.reserved4 << "\n";
 9345   outs() << "    reserved5 " << r.reserved5 << "\n";
 9346   outs() << "    reserved6 " << r.reserved6 << "\n";
 9351   outs() << "      cmdsize " << r.cmdsize;
 9612     outs() << "        cmd " << t.cmd << " (unknown)\n";
 9613   outs() << "    cmdsize " << t.cmdsize;
 9647           outs() << "      count " << count
 9667           outs() << "      count " << count
 9686             outs() << "tsh.count " << ts.tsh.count
 9690           outs() << "\t    tsh.flavor " << ts.tsh.flavor << "  tsh.count "
 9691                  << ts.tsh.count << "\n";
 9694         outs() << "     flavor " << flavor << " (unknown)\n";
 9695         outs() << "      count " << count << "\n";
 9725           outs() << "      count " << count
 9745           outs() << "      count " << count
 9764             outs() << "tsh.count " << ts.tsh.count
 9768           outs() << "\t    tsh.flavor " << ts.tsh.flavor << "  tsh.count "
 9769                  << ts.tsh.count << "\n";
 9776           outs() << "      count " << count << " (not x86_FLOAT_STATE_COUNT)\n";
 9794             outs() << "fsh.count " << fs.fsh.count
 9798           outs() << "\t    fsh.flavor " << fs.fsh.flavor << "  fsh.count "
 9799                  << fs.fsh.count << "\n";
 9806           outs() << "      count " << count
 9825             outs() << "\t    esh.count " << es.esh.count
 9829           outs() << "\t    esh.flavor " << es.esh.flavor << "  esh.count "
 9830                  << es.esh.count << "\n";
 9837           outs() << "      count " << count
 9853         outs() << "     flavor " << flavor << " (unknown)\n";
 9854         outs() << "      count " << count << "\n";
 9884           outs() << "      count " << count
 9900         outs() << "     flavor " << flavor << " (unknown)\n";
 9901         outs() << "      count " << count << "\n";
 9932           outs() << "      count " << count
 9948         outs() << "     flavor " << flavor << " (unknown)\n";
 9949         outs() << "      count " << count << "\n";
 9974       outs() << "     flavor " << flavor << "\n";
 9975       outs() << "      count " << count << "\n";
 9996     outs() << "          cmd " << dl.cmd << " (unknown)\n";
 9997   outs() << "      cmdsize " << dl.cmdsize;
10004     outs() << "         name " << P << " (offset " << dl.dylib.name << ")\n";
10006     outs() << "         name ?(bad offset " << dl.dylib.name << ")\n";
10008   outs() << "   time stamp " << dl.dylib.timestamp << " ";
10015     outs() << ((dl.dylib.current_version >> 16) & 0xffff) << "."
10016            << ((dl.dylib.current_version >> 8) & 0xff) << "."
10017            << (dl.dylib.current_version & 0xff) << "\n";
10022     outs() << ((dl.dylib.compatibility_version >> 16) & 0xffff) << "."
10023            << ((dl.dylib.compatibility_version >> 8) & 0xff) << "."
10024            << (dl.dylib.compatibility_version & 0xff) << "\n";
10042     outs() << "      cmd " << ld.cmd << " (?)\n";
10043   outs() << "  cmdsize " << ld.cmdsize;
10048   outs() << "  dataoff " << ld.dataoff;
10053   outs() << " datasize " << ld.datasize;
10067     outs() << "Load command " << Index++ << "\n";
10191       outs() << "  cmdsize " << Command.C.cmdsize << "\n";
tools/llvm-objdump/WasmDump.cpp
   39     Fmt << Rel.Index;
tools/llvm-objdump/llvm-objdump.cpp
  637     OS << Delimiter << LineInfo.FileName << ":" << LineInfo.Line << "\n";
tools/llvm-pdbutil/PrettyClassDefinitionDumper.cpp
   62   WithColor(Printer, PDB_ColorItem::Comment).get() << " [sizeof = " << Size
  102         << "Total padding " << Layout.deepPaddingSize() << " bytes (" << PctStr
  110         << "Immediate padding " << Layout.immediatePadding() << " bytes ("
tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.cpp
   89           << "<padding> (" << TailPadding << " bytes)";
  102   WithColor(Printer, PDB_ColorItem::Padding).get() << "<padding> (" << Amount
  125       << "+" << format_hex(CurrentAbsoluteOffset, 4) << " [sizeof=" << Size
tools/llvm-pdbutil/PrettyCompilandDumper.cpp
   84           WithColor(Printer, StatementColor).get() << LineStart;
   86             WithColor(Printer, StatementColor).get() << " - " << LineEnd;
   92             WithColor(Printer, StatementColor).get() << ColumnStart;
   94               WithColor(Printer, StatementColor).get() << " - " << ColumnEnd;
  104             Printer << " (" << Line->getLength() << " bytes)";
  143         << " [sizeof = " << getTypeLength(Symbol) << "]";
  151         << " [sizeof = " << getTypeLength(Symbol) << "]";
tools/llvm-pdbutil/PrettyTypeDumper.cpp
  166     Printer << ": (" << Children->getChildCount() << " items)";
  238       Printer << ": (Showing " << Shown << " items";
  240         Printer << ", " << (All - Shown) << " filtered";
  303   WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount();
tools/llvm-pdbutil/PrettyVariableDumper.cpp
   98       << "+" << format_hex(Offset, 4) << " [sizeof=" << Size << "] ";
  109       << " [sizeof=" << PointerSize << "] ";
  125   Printer << '[' << Symbol.getCount() << ']';
tools/llvm-pdbutil/llvm-pdbutil.cpp
  964     WithColor(Printer, PDB_ColorItem::LiteralValue).get() << CRC;
 1094   Printer << ": " << GlobalScope->getAge();
 1370         errs() << "Error: " << Index << " is not a valid stream index.\n";
 1374       outs() << "Dumping contents of stream index " << Index << " to file "
 1383            << "' (index " << Index << ") to file " << OutFileName << ".\n";
tools/llvm-profdata/llvm-profdata.cpp
  808       OS << "\t" << I + 1 << ", " << Stats.ValueSitesHistogram[I] << "\n";
  808       OS << "\t" << I + 1 << ", " << Stats.ValueSitesHistogram[I] << "\n";
  918            << Func.getNumValueSites(IPVK_IndirectCallTarget) << "\n";
  922         OS << "    Number of Memory Intrinsics Calls: " << NumMemOPCalls
  958   OS << "Total functions: " << PS->getNumFunctions() << "\n";
  974     OS << "Top " << TopN
  993     OS << "Total number of blocks: " << PS->getNumCounts() << "\n";
tools/llvm-rc/ResourceScriptStmt.cpp
   35   return OS << "Language: " << Lang << ", Sublanguage: " << SubLang << "\n";
   35   return OS << "Language: " << Lang << ", Sublanguage: " << SubLang << "\n";
   50     OS << "  Accelerator: " << Acc.Event << " " << Acc.Id;
   96   OS << "  MenuItem (" << Name << "), ID = " << Id;
  122     OS << "  " << String.first << " => " << String.second << "\n";
  149   OS << "  Control (" << ID << "): " << Type << ", title: " << Title
  150      << ", loc: (" << X << ", " << Y << "), size: [" << Width << ", " << Height
  150      << ", loc: (" << X << ", " << Y << "), size: [" << Width << ", " << Height
  150      << ", loc: (" << X << ", " << Y << "), size: [" << Width << ", " << Height
  150      << ", loc: (" << X << ", " << Y << "), size: [" << Width << ", " << Height
  155     OS << ", ext. style: " << *ExtStyle;
  157     OS << ", help ID: " << *HelpID;
  163      << X << ", " << Y << "), size: [" << Width << ", " << Height
  163      << X << ", " << Y << "), size: [" << Width << ", " << Height
  163      << X << ", " << Y << "), size: [" << Width << ", " << Height
  163      << X << ", " << Y << "), size: [" << Width << ", " << Height
  164      << "], help ID: " << HelpID << "\n";
  235       OS << " " << Val;
  258   return OS << "Characteristics: " << Value << "\n";
  262   return OS << "Version: " << Value << "\n";
  274   OS << "Font: size = " << Size << ", face = " << Name
  275      << ", weight = " << Weight;
  278   return OS << ", charset = " << Charset << "\n";
  282   return OS << "Style: " << Value << "\n";
  286   return OS << "ExStyle: " << Value << "\n";
tools/llvm-rc/ResourceScriptStmt.h
   65     return OS << Int.Val << (Int.Long ? "L" : "");
tools/llvm-rc/llvm-rc.cpp
  134         outs() << "; int value = " << Token.intValue();
tools/llvm-readobj/ARMEHABIPrinter.h
  300       OS << Prefix << RI;
  531       errs() << "corrupt unwind data in section " << SectionIndex << "\n";
tools/llvm-readobj/ARMWinEHPrinter.cpp
  196       OS << "d" << unsigned(RI);
tools/llvm-readobj/COFFDumper.cpp
 1846         OS << ": (ID " << Entry.Identifier.ID << ")";
tools/llvm-readobj/ELFDumper.cpp
 3024        << to_hexString(Offset, false) << " contains " << Entries
 3555      << " starting at offset " << Header->e_phoff << "\n\n"
 3772      << "contains " << EntriesNum << " entries:\n";
 3779      << "  Link: " << Sec->sh_link << " (" << SymTabName << ")\n";
 4428   ABI << Major << "." << Minor << "." << Patch;
 4428   ABI << Major << "." << Minor << "." << Patch;
 4428   ABI << Major << "." << Minor << "." << Patch;
tools/llvm-readobj/MachODumper.cpp
  594        << " " << Obj->getAnyRelocationPCRel(RE)
  595        << " " << Obj->getAnyRelocationLength(RE);
tools/llvm-readobj/StackMapPrinter.h
   34     W.startLine() << "  #" << ++ConstantIndex << ": " << C.getValue() << "\n";
   40                   << ", instruction offset: " << R.getInstructionOffset()
   47       OS << "      #" << ++LocationIndex << ": ";
   60         OS << "Constant " << Loc.getSmallConstant();
   63         OS << "ConstantIndex #" << Loc.getConstantIndex() << " ("
   67       OS << ", size: " << Loc.getSizeInBytes() << "\n";
   74          << LO.getSizeInBytes() << "-bytes) ";
tools/llvm-readobj/WasmDumper.cpp
  124       OS << WasmReloc.Index;
  181             W.startLine() << F.Symbol << " (priority=" << F.Priority << ")\n";
  181             W.startLine() << F.Symbol << " (priority=" << F.Priority << ")\n";
tools/llvm-readobj/Win64EHDumper.cpp
  192        << ((UC[0].getOpInfo() == 0) ? UC[1].FrameOffset * 8
  219     OS << " reg=XMM" << static_cast<uint32_t>(UC[0].getOpInfo())
  224     OS << " reg=XMM" << static_cast<uint32_t>(UC[0].getOpInfo())
tools/llvm-rtdyld/llvm-rtdyld.cpp
  167       llvm::dbgs() << "  \"" << KV2.first() << "\" -> " << KV2.second << "\n";
  291            << Alignment << ", SectionName = " << SectionName << ")\n";
  319            << Alignment << ", SectionName = " << SectionName << ")\n";
  475                  << D.second.FileName << ", line:" << D.second.Line << "\n";
tools/llvm-size/llvm-size.cpp
  243                  << Sec.offset << ")";
  256                << Seg.fileoff << ")";
  271                  << Sec.offset << ")";
tools/llvm-xray/xray-account.cpp
  454       errs() << "Thread ID: " << ThreadStack.first << "\n";
tools/llvm-xray/xray-graph.cpp
  452       errs() << "Thread ID: " << ThreadStack.first << "\n";
tools/llvm-xray/xray-stacks.cpp
  484       OS << "Thread " << iter.first << ":\n";
  590       OS << "thread_" << ThreadId << ";";
tools/opt/Debugify.cpp
  279     dbg() << "WARNING: Missing line " << Idx + 1 << "\n";
  282     dbg() << "WARNING: Missing variable " << Idx + 1 << "\n";
  413     OS << Pass << ',' << Stats.NumDbgValuesMissing << ','
  414        << Stats.NumDbgLocsMissing << ',' << Stats.getMissingValueRatio() << ','
tools/opt/PrintSCC.cpp
   78     errs() << "\nSCC #" << ++sccNum << " : ";
   99     errs() << "\nSCC #" << ++sccNum << " : ";
tools/polly/lib/Analysis/PolyhedralInfo.cpp
  134       LLVM_DEBUG(dbgs() << "Maximum depth of Stmt:\t" << MaxDim << "\n");
tools/polly/lib/Analysis/ScopBuilder.cpp
 2837       errs() << "Error: the name of dimension " << i
tools/polly/lib/Analysis/ScopInfo.cpp
 2145     OS.indent(4) << "p" << Dim++ << ": " << *Parameter << "\n";
 2217   OS.indent(4) << "Max Loop Depth:  " << getMaxLoopDepth() << "\n";
tools/polly/lib/Exchange/JSONExporter.cpp
  239            << "Found " << NewContextDim << " Expected " << OldContextDim
  239            << "Found " << NewContextDim << " Expected " << OldContextDim
  667         errs() << "The size at index " << i << " is =< 0.\n";
tools/sancov/sancov.cpp
  244     errs() << "Wrong magic: " << Header->Magic << '\n';
  260     errs() << "Unsupported bitness: " << Header->Bitness << '\n';
  976     OS << stripPathPrefix(P.first.FileName) << ":" << P.second.first << " "
tools/sanstats/sanstats.cpp
   92                    << ':' << LineInfo->Line << ' ' << LineInfo->FunctionName
tools/verify-uselistorder/verify-uselistorder.cpp
  251     dbgs() << " - id = " << I << ", value = ";
  261     dbgs() << "   => use: op = " << U.getOperandNo()
  262            << ", user-id = " << M.IDs.lookup(U.getUser()) << ", user = ";
  269   dbgs() << " - fail: user mismatch: ID = " << I << "\n";
  408       LLVM_DEBUG(dbgs() << " - order: " << I << ", op = " << U.getOperandNo()
  420              << ", op = " << U.getOperandNo() << ", U = ";
  443       dbgs() << " - order: op = " << U.getOperandNo() << ", U = ";
  453       dbgs() << " - order: op = " << U.getOperandNo() << ", U = ";
  563     outs() << "shuffle (" << I + 1 << " of " << E << ")\n";
  563     outs() << "shuffle (" << I + 1 << " of " << E << ")\n";
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
   64     OS << "Dummy error " << Val;
unittests/ProfileData/CoverageMappingTest.cpp
  681     errs() << "Line: " << Line + 1 << ", count = " << LCS.getExecutionCount() << "\n";
utils/FileCheck/FileCheck.cpp
  307           << DiagItr->CheckLine;
  318       Label << "'" << A.CheckDiagIndex;
utils/TableGen/AsmMatcherEmitter.cpp
  808     errs() << "  op[" << i << "] = " << Op.Class->ClassName << " - ";
 2129                 << OpInfo.MINumOperands << ");\n"
 2133                 << "(Inst, " << OpInfo.MINumOperands << ");\n"
 2138                 << "(Inst, " << OpInfo.MINumOperands << ");\n";
 2150         OpOS << "      NumMCOperands += " << OpInfo.MINumOperands << ";\n"
 2317         OS << (unsigned)(ConversionTable[Row][i + 1]) << ", ";
 2883     OS << StringTable.GetOrAddStringOffset(LenMnemonic, false)
 2886     OS << OMI.OperandMask;
 3061       OS << "  case " << AsmVariantNo << ": Start = std::begin(MatchTable" << VC
 3062          << "); End = std::end(MatchTable" << VC << "); break;\n";
 3177       errs() << "warning: " << NumAmbiguous
 3433     OS << "static const MatchEntry MatchTable" << VC << "[] = {\n";
 3441       OS << "  { " << StringTable.GetOrAddStringOffset(LenMnemonic, false)
 3536     OS << "  case " << AsmVariantNo << ": Start = std::begin(MatchTable" << VC
 3537        << "); End = std::end(MatchTable" << VC << "); break;\n";
utils/TableGen/AsmWriterEmitter.cpp
  353       LLVM_DEBUG(errs() << "Not enough bits to densely encode " << NumBits
  399     O << "  static const uint" << TableSize << "_t OpInfo" << Table
  399     O << "  static const uint" << TableSize << "_t OpInfo" << Table
  411     BitsOS << "OpInfo" << Table << "[MI->getOpcode()] << " << Shift << ";\n";
  411     BitsOS << "OpInfo" << Table << "[MI->getOpcode()] << " << Shift << ";\n";
  438     O << "\n  // Fragment " << i << " encoded into " << NumBits
  438     O << "\n  // Fragment " << i << " encoded into " << NumBits
  444         << (OpcodeInfoBits-BitsLeft) << ") & "
  455         << (OpcodeInfoBits-BitsLeft) << ") & "
  461         O << "  case " << j << ":\n";
  547     O << StringTable.get(AsmNames[i]) << ", ";
 1100       O << "  case " << i << ":\n"
 1122         O << "  case " << i + 1 << ": {\n"
utils/TableGen/CTagsEmitter.cpp
   41     OS << *Id << "\t" << BufferName << "\t" << LineAndColumn.first << "\n";
utils/TableGen/CallingConvEmitter.cpp
  129         O << IndentStr << "static const MCPhysReg RegList" << ++Counter
  138           << Counter << ")) {\n";
  160         O << IndentStr << "static const MCPhysReg RegList" << RegListNumber
  170           << ShadowRegListNumber << "[] = {\n";
  179           << RegListNumber << ", " << "RegList" << ShadowRegListNumber
  179           << RegListNumber << ", " << "RegList" << ShadowRegListNumber
  190       O << IndentStr << "unsigned Offset" << ++Counter
  208         << Counter << ", LocVT, LocInfo));\n";
  218           << ShadowRegListNumber << "[] = {\n";
  226       O << IndentStr << "unsigned Offset" << ++Counter
  229         << "ShadowRegList" << ShadowRegListNumber << ");\n";
  231         << Counter << ", LocVT, LocInfo));\n";
utils/TableGen/CodeEmitterGen.cpp
  454       o << "  case " << I << ": InstBits = InstBits_" << HWM.getMode(I).Name
  482       << "  if (Inst.getBitWidth() != " << BitWidth << ")\n"
  483       << "    Inst = Inst.zext(" << BitWidth << ");\n"
  484       << "  if (Scratch.getBitWidth() != " << BitWidth << ")\n"
  485       << "    Scratch = Scratch.zext(" << BitWidth << ");\n"
  624     o << ", // " << Inst->TheDef->getName() << " = " << InstIdx << "\n";
  628   o << "  assert(Inst.getOpcode() < " << InstIdx << ");\n";
utils/TableGen/CodeGenDAGPatterns.cpp
 1496            << (OpNo+NumResults) << " ";
 1840       OS << Pred.Scope << ":";
 1849     OS << ":$pred:" << Name.getScope() << ":" << Name.getIdentifier();
 4373         errs() << Idx << " ";
 4653       LLVM_DEBUG(errs() << "  VAR#" << v << ": "; Variant->dump();
utils/TableGen/CodeGenHwModes.cpp
   50     dbgs() << " (" << P.first << ',' << P.second->getName() << ')';
  104     dbgs() << "  " << P.first() << " -> " << P.second << '\n';
utils/TableGen/CodeGenMapTable.cpp
  383   OS << "Table[]["<< NumCol+1 << "] = {\n";
  423   OS << "  unsigned end = " << TableSize << ";\n";
  465       OS << "Table[mid]["<<i+1<<"];\n";
utils/TableGen/CodeGenRegisters.cpp
 1673                         << MaxWeight;
 1845         LLVM_DEBUG(dbgs() << "UnitSet " << SubIdx << " subsumed by " << SuperIdx
 1845         LLVM_DEBUG(dbgs() << "UnitSet " << SubIdx << " subsumed by " << SuperIdx
 1902     dbgs() << "UnitSet " << USIdx << " " << RegUnitSets[USIdx].Name << ":";
 1914     dbgs() << "UnitSet " << USIdx << " " << RegUnitSets[USIdx].Name << ":";
 1973         dbgs() << "UnitSet " << USIdx << " " << RegUnitSets[USIdx].Name << ":";
 2004         LLVM_DEBUG(dbgs() << " " << USIdx);
 2432     dbgs() << " #" << Unit;
utils/TableGen/CodeGenSchedule.cpp
   38     dbgs() << Idx << ", ";
  692         dbgs() << WIdx << ": ";
  697         dbgs() << RIdx << ": ";
 1096           LLVM_DEBUG(dbgs() << "InstRW: Reuse SC " << OldSCIdx << ":"
 1107     LLVM_DEBUG(dbgs() << "InstRW: New SC " << SCIdx << ":" << SC.Name << " on "
 1227   LLVM_DEBUG(dbgs() << NumInstrSchedClasses << " instr sched classes.\n");
 2164   dbgs() << Index << ": " << ModelName << " "
 2179   dbgs() << "SCHEDCLASS " << Index << ":" << Name << '\n'
utils/TableGen/DAGISelMatcher.cpp
  131   OS.indent(indent) << "RecordChild: " << ChildNo << '\n';
  143   OS.indent(indent) << "MoveChild " << ChildNo << '\n';
  151   OS.indent(indent) << "CheckSame " << MatchNumber << '\n';
  155   OS.indent(indent) << "CheckChild" << ChildNo << "Same\n";
  183     << ResNo << '\n';
  196   OS.indent(indent) << "CheckChildType " << ChildNo << " "
  207   OS.indent(indent) << "CheckChildInteger " << ChildNo << " " << Value << '\n';
  272   OS.indent(indent) << "EmitConvertToTarget " << Slot << '\n';
  286      << " Slot=" << Slot << '\n';
  299     OS << Operands[i] << ' ';
utils/TableGen/DAGISelMatcherEmitter.cpp
  217          << SrcMgr.FindLineNumber(L, CurBuf);
  327         OS << "/*->" << CurrentIdx+ChildSize << "*/";
  330           OS << " // " << SM->getNumChildren() << " children in Scope";
  351          << cast<RecordMatcher>(N)->getResultNo() << " = "
  357     OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo()
  361          << cast<RecordChildMatcher>(N)->getResultNo() << " = "
  381     OS << MCM->getChildNo() << ",\n";
  391        << cast<CheckSameMatcher>(N)->getMatchNumber() << ",\n";
  396        << cast<CheckChildSameMatcher>(N)->getChildNo() << "Same, "
  397        << cast<CheckChildSameMatcher>(N)->getMatchNumber() << ",\n";
  402     OS << "OPC_CheckPatternPredicate, " << getPatternPredicate(Pred) << ',';
  414       OS << "OPC_CheckPredicateWithOperands, " << NumOps << "/*#Ops*/, ";
  416         OS << cast<CheckPredicateMatcher>(N)->getOperandNo(i) << ", ";
  422     OS << getNodePredicate(Pred) << ',';
  448       OS << "/*" << NumCases << " cases */";
  503         OS << "// ->" << CurrentIdx+ChildSize;
  528     OS << "OPC_CheckTypeRes, " << cast<CheckTypeMatcher>(N)->getResNo()
  534        << cast<CheckChildTypeMatcher>(N)->getChildNo() << "Type, "
  545     OS << "OPC_CheckChild" << cast<CheckChildIntegerMatcher>(N)->getChildNo()
  570     OS << "OPC_CheckComplexPat, /*CP*/" << getComplexPat(Pattern) << ", /*#*/"
  571        << CCPM->getMatchNumber() << ',';
  577         OS << " #" << CCPM->getFirstResult()+i;
  654        << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n";
  663       OS << "OPC_EmitMergeInputChains1_" << MN->getNode(0) << ",\n";
  667     OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", ";
  669       OS << MN->getNode(i) << ", ";
  679       OS << "OPC_EmitCopyToReg2, " << C2RMatcher->getSrcSlot() << ", "
  683       OS << "OPC_EmitCopyToReg, " << C2RMatcher->getSrcSlot() << ", "
  691     OS << "OPC_EmitNodeXForm, " << getNodeXFormID(XF->getNodeXForm()) << ", "
  692        << XF->getSlot() << ',';
  714         OS << "TARGET_VAL(" << Offset << "),\n";
  722       OS << EN->getNumVTs();
  736       OS << EN->getNumVTs();
  744     OS << EN->getNumOperands();
  759             OS << " #" << First+i;
  791       OS << "TARGET_VAL(" << Offset << "),\n";
  794     OS << "OPC_CompleteMatch, " << CM->getNumResults() << ", ";
  847     OS << "  case " << i << ": { \n";
  868       OS << "  case " << i << ": return "  << PatternPredicates[i] << ";\n";
  903       OS << "  case " << i << ":\n";
  906       OS << "    Result.resize(NextRes+" << NumOps << ");\n";
  925         OS << ", Result[NextRes+" << i << "].first";
  958       OS << "  case " << i << ": {  ";
 1057        << " = " << OpcodeFreq[i] << '\n';
 1104   OS << "    0\n  }; // Total Array size is " << (TotalSize+1) << " bytes\n\n";
utils/TableGen/DFAEmitter.cpp
  101      << NumNfaTransitions << " transitions.\n";
  122   OS << "std::array<NfaStatePair, " << Table.size() << "> " << Name
  153     OS << "  {" << From << ", ";
  155     OS << ", " << To << ", " << InfoIdx << "},\n";
  155     OS << ", " << To << ", " << InfoIdx << "},\n";
  185       OS << I;
  304                     << " states with " << NumTransitions << " transitions.\n");
utils/TableGen/DFAPacketizerEmitter.cpp
  217     LLVM_DEBUG(dbgs() << "    FU:" << i << " (" << FUs.size() << " FUs) "
  258     LLVM_DEBUG(dbgs() << "    CFD:" << i << " (" << FUs.size() << " combo FUs) "
  318     LLVM_DEBUG(dbgs() << "        stage:" << i << " [" << UnitList.size()
  327       LLVM_DEBUG(dbgs() << " " << j << ":" << UnitName);
  372                     << "collectAllInsnClasses " << ProcName << " (" << M
utils/TableGen/ExegesisEmitter.cpp
  124     OS << "  " << Target << "PfmCounterNames[" << getPfmCounterId(CycleCounter)
  131     OS << "  " << Target << "PfmCounterNames[" << getPfmCounterId(UopsCounter)
  138     OS << "  " << Target << "PfmIssueCounters + " << IssueCountersTableOffset
  149     OS << "  \"" << NameAndIndex.first << "\", // " << NameAndIndex.second
  167            << getPfmCounterId(ICDef->getValueAsString("Counter")) << "], \""
utils/TableGen/FastISelEmitter.cpp
  178       OS << PredFn.getFnName() << "(imm" << i <<')';
  295         OS << "unsigned Op" << i << ", bool Op" << i << "IsKill";
  295         OS << "unsigned Op" << i << ", bool Op" << i << "IsKill";
  297         OS << "uint64_t imm" << i;
  299         OS << "const ConstantFP *f" << i;
  320         OS << "Op" << i << ", Op" << i << "IsKill";
  320         OS << "Op" << i << ", Op" << i << "IsKill";
  323         OS << "imm" << i;
  326         OS << "f" << i;
  337         OS << "Op" << i << ", Op" << i << "IsKill";
  337         OS << "Op" << i << ", Op" << i << "IsKill";
  339         OS << "imm" << i;
  341         OS << "f" << i;
  665            << ").addReg(Op" << i << ");\n";
utils/TableGen/FixedLenDecoderEmitter.cpp
  755     << BitWidth << "[] = {\n";
  777       OS.indent(Indentation) << "MCD::OPC_ExtractField, " << Start << ", "
  778         << Len << ",  // Inst{";
  780         OS << (Start + Len - 1) << "-";
  781       OS << Start << "} ...\n";
  789         OS << (unsigned)*I++ << ", ";
  790       OS << (unsigned)*I++ << ", ";
  795       OS << (unsigned)Byte << ", ";
  797       OS << (unsigned)Byte << ", ";
  809       OS.indent(Indentation) << "MCD::OPC_CheckField, " << Start << ", "
  810         << Len << ", ";// << Val << ", " << NumToSkip << ",\n";
  813         OS << (unsigned)*I << ", ";
  814       OS << (unsigned)*I++ << ", ";
  818       OS << (unsigned)Byte << ", ";
  820       OS << (unsigned)Byte << ", ";
  832         OS << (unsigned)*I << ", ";
  833       OS << (unsigned)*I++ << ", ";
  838       OS << (unsigned)Byte << ", ";
  840       OS << (unsigned)Byte << ", ";
  862         OS << (unsigned)*p << ", ";
  863       OS << (unsigned)*p << ", ";
  867         OS << (unsigned)*I << ", ";
  868       OS << (unsigned)*I++ << ", ";
  880       OS << (unsigned)Byte << ", ";
  882       OS << (unsigned)Byte << ", ";
  899         OS << ", " << (unsigned)*I;
  912         OS << ", " << (unsigned)*I;
  951       OS.indent(Indentation) << "case " << Index++ << ":\n";
  980     OS.indent(Indentation) << "case " << Index++ << ":\n";
 1120       << "(insn, " << EF.Base << ", " << EF.Width << ')';
 1120       << "(insn, " << EF.Base << ", " << EF.Width << ')';
 1122       o << " << " << EF.Offset;
 1316       errs() << "SoftFail Conflict: bit SoftFail{" << i << "} in "
 1317              << AllInstructions[Opc] << " is set but Inst{" << i
 1930                         << ": " << Name << "(" << SO.first << ", " << SO.second
 1930                         << ": " << Name << "(" << SO.first << ", " << SO.second
utils/TableGen/GlobalISelEmitter.cpp
  117       OS << "GILLT_s" << Ty.getSizeInBits();
  121       OS << "GILLT_v" << Ty.getNumElements() << "s" << Ty.getScalarSizeInBits();
  125       OS << "GILLT_p" << Ty.getAddressSpace();
  127         OS << "s" << Ty.getSizeInBits();
  135       OS << "LLT::scalar(" << Ty.getSizeInBits() << ")";
  140          << Ty.getScalarSizeInBits() << ")";
  144       OS << "LLT::pointer(" << Ty.getAddressSpace() << ", "
  145          << Ty.getSizeInBits() << ")";
  572   void emitUse(raw_ostream &OS) const { OS << "MatchTable" << ID; }
  576     OS << "  constexpr static int64_t MatchTable" << ID << "[] = {";
  621     OS << ": @" << Table.getLabelIndex(LabelID);
  629     OS << Table.getLabelIndex(LabelID);
 1533       CommentOS << "MIs[" << getInsnVarID() << "] ";
 1535         CommentOS << "Operand " << OpIdx;
 4920   LLVM_DEBUG(dbgs() << "NumGroups: " << NumGroups << "\n");
 5106      << ", State(" << MaxTemporaries << "),\n"
utils/TableGen/InfoByHwMode.cpp
  140   OS << "[R=" << RegSize << ",S=" << SpillSize
  140   OS << "[R=" << RegSize << ",S=" << SpillSize
  141      << ",A=" << SpillAlignment << ']';
utils/TableGen/InstrDocsEmitter.cpp
  173             OS << "anon" << SubOpIdx;
utils/TableGen/InstrInfoEmitter.cpp
   99   OS << "static const MCPhysReg ImplicitList" << Num << "[] = { ";
  208     OS << "static const MCOperandInfo OperandInfo" << N << "[] = { ";
  276     OS << "  " << Op.first << " = " << Op.second << ",\n";
  312       OS << "    return OperandMap[" << TableIndex++ << "][NamedIdx];\n";
  352         OS << "  " << Op->getName() << " = " << EnumVal << ",\n";
  577     OS << InstrNames.get(Inst->TheDef->getName()) << "U, ";
  657   OS << Num << ",\t" << MinOperands << ",\t"
  658      << Inst.Operands.NumDefs << ",\t"
  660      << SchedModels.getSchedClassIdx(Inst) << ",\t0";
  728     OS << "ImplicitList" << EmittedLists[UseList] << ", ";
  734     OS << "ImplicitList" << EmittedLists[DefList] << ", ";
  741     OS << "OperandInfo" << OpInfo.find(OperandInfo)->second;
  755   OS << " },  // Inst #" << Num << " = " << Inst.TheDef->getName() << "\n";
  777     OS << "    " << Inst->TheDef->getName() << "\t= " << Num++ << ",\n";
  778   OS << "    INSTRUCTION_LIST_END = " << Num << "\n";
  792     OS << "    " << Class.Name << "\t= " << Num++ << ",\n";
  793   OS << "    SCHED_LIST_END = " << Num << "\n";
utils/TableGen/IntrinsicEmitter.cpp
  167       OS << " | (1<<" << (i+1)%8 << ')';
  462   OS << (unsigned)X;
  533     OS << "(1U<<31) | " << LongEncodingTable.get(TypeSig) << ", ";
  620     OS << "    " << UniqAttributes[&intrinsic] << ", // "
  625   OS << "  AttributeList AS[" << maxArgAttrs + 1 << "];\n";
  637     OS << "    case " << I->second << ": {\n";
  651         OS << "      const Attribute::AttrKind AttrParam" << attrIdx << "[]= {";
  703         OS << "      AS[" << numAttrs++ << "] = AttributeList::get(C, "
  704            << attrIdx << ", AttrParam" << attrIdx << ");\n";
  704            << attrIdx << ", AttrParam" << attrIdx << ");\n";
  829       OS << "      AS[" << numAttrs++ << "] = AttributeList::get(C, "
  834       OS << "      NumAttrs = " << numAttrs << ";\n";
  928          << Table.GetOrAddStringOffset(P.first) << "}, // " << P.first << "\n";
utils/TableGen/PredicateExpander.cpp
  441         OS << "if (ProcessorID == " << I;
  443         OS << " || ProcessorID == " << I;
utils/TableGen/PseudoLoweringEmitter.cpp
  190     LLVM_DEBUG(dbgs() << "    " << SourceOp->getValue() << " ==> " << i
  190     LLVM_DEBUG(dbgs() << "    " << SourceOp->getValue() << " ==> " << i
  229               << Source.Operands[Expansion.OperandMap[MIOpNo].Data
  257         o << "      for (unsigned i = " << MIOpNo
utils/TableGen/RISCVCompressInstEmitter.cpp
  356         LLVM_DEBUG(dbgs() << "    " << DestOperandMap[i].Data.Operand
  357                           << " ====> " << i
  381     LLVM_DEBUG(dbgs() << "    " << SourceOp->getValue() << " ====> " << i
  381     LLVM_DEBUG(dbgs() << "    " << SourceOp->getValue() << " ====> " << i
  753         o << "  case " << i + 1 << ": {\n"
utils/TableGen/RegisterBankEmitter.cpp
  228       OS << "    // " << LowestIdxInWord << "-" << (LowestIdxInWord + 31) << "\n";
  228       OS << "    // " << LowestIdxInWord << "-" << (LowestIdxInWord + 31) << "\n";
  233            << LowestIdxInWord << ")) |\n";
  249        << "\", /* Size */ " << Size << ", "
utils/TableGen/RegisterInfoEmitter.cpp
  127     OS << "  " << Reg.getName() << " = " << Reg.EnumValue << ",\n";
  148          << " = " << RC.EnumValue << ",\n";
  163       OS << "  " << RegAltNameIndices[i]->getName() << ",\t// " << i << "\n";
  179       OS << "  " << Idx.getName() << ",\t// " << ++i << "\n";
  210       OS << "    {" << (*Regs.begin())->getWeight(RegBank)
  211          << ", " << RegBank.getRegUnitSetWeight(RegUnits);
  230      << "  assert(RegUnit < " << RegBank.getNumNativeRegUnits()
  238       OS << RU.Weight << ", ";
  252      << "  return " << NumSets << ";\n}\n\n";
  277     OS << "    " << RegUnits.Weight << ",  \t// " << i << ": "
  277     OS << "    " << RegUnits.Weight << ",  \t// " << i << ": "
  317     OS << PSetsSeqs.get(PSets[i]) << ",";
  328      << "  assert(RegUnit < " << RegBank.getNumNativeRegUnits()
  334     OS << PSetsSeqs.get(PSets[RegBank.getRegUnit(UnitIdx).RegClassUnitSetsIdx])
  404       OS << i << "Dwarf2L[]";
  433          << (j == 0 ? "DwarfFlavour" : "EHFlavour") << i << "Dwarf2LSize";
  436            << (j == 0 ? "DwarfFlavour" : "EHFlavour") << i
  473       OS << i << "L2Dwarf[]";
  495          << (j == 0 ? "DwarfFlavour" : "EHFlavour") << i << "L2DwarfSize";
  498            << (j == 0 ? "DwarfFlavour" : "EHFlavour") << i << "L2Dwarf);\n\n";
  533       OS << "  case " << i << ":\n";
  539                               << (j == 0 ? "DwarfFlavour" : "EHFlavour") << i
  564       OS << "  case " << i << ":\n";
  570                               << (j == 0 ? "DwarfFlavour" : "EHFlavour") << i
  619   OS << Idx->EnumValue;
  734       OS << RowMap[i] << ", ";
  810     OS << "  // Sequence " << Idx << "\n";
 1001   OS << "  { " << RegStrings.get("") << ", 0, 0, 0, 0, 0 },\n";
 1006     OS << "  { " << RegStrings.get(Reg.getName()) << ", "
 1007        << DiffSeqs.get(SubRegLists[i]) << ", " << DiffSeqs.get(SuperRegLists[i])
 1007        << DiffSeqs.get(SubRegLists[i]) << ", " << DiffSeqs.get(SuperRegLists[i])
 1008        << ", " << SubRegIdxSeqs.get(SubRegIdxLists[i]) << ", "
 1009        << (DiffSeqs.get(RegUnitLists[i]) * 16 + RegUnitInitScale[i]) << ", "
 1010        << LaneMaskSeqs.get(RegUnitLaneMasks[i]) << " },\n";
 1078        << RegClassStrings.get(RC.getName()) << ", "
 1114      << RegBank.getNumNativeRegUnits() << ", " << TargetName << "RegDiffLists, "
 1272       OS << "  // Mode = " << M << " (";
 1282         OS << "  { " << RI.RegSize << ", " << RI.SpillSize << ", "
 1282         OS << "  { " << RI.RegSize << ", " << RI.SpillSize << ", "
 1283            << RI.SpillAlignment;
 1287         OS << ", VTLists+" << VTSeqs.get(VTs) << " },    // "
 1374             OS << "  static const MCPhysReg AltOrder" << oi << "[] = {";
 1388             OS << "),\n    makeArrayRef(AltOrder" << oi;
 1390            << "AltOrderSelect(MF);\n  assert(Select < " << RC.getNumOrders()
 1404          << SuperRegIdxSeqs.get(SuperRegIdxLists[RC.EnumValue]) << ",\n    ";
 1406       OS << ",\n    " << (unsigned)RC.AllocationPriority << ",\n    "
 1441     OS << Reg.CostPerUse << ", "
 1476           OS << "      " << SRC->EnumValue + 1 << ",\t// " << Idx.getName()
 1519      << "                     " << RegBank.getNumNativeRegUnits() << ",\n"
 1629       OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillSize;
 1632       OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillAlignment;
 1665     OS << "\tCostPerUse: " << R.CostPerUse << '\n';
utils/TableGen/SearchableTableEmitter.cpp
  349       OS << ", " << Entry.second << " },\n";
  513     OS << " }, // " << i << "\n";
utils/TableGen/SequenceToOffsetTable.h
  119       OS << "  /* " << I->second << " */ ";
  139     OS << unsigned(UC);
utils/TableGen/SubtargetEmitter.cpp
  166     OS << "  " << Def->getName() << " = " << i << ",\n";
  173      << "NumSubtargetFeatures = " << N << "\n";
  400          << " = 1 << " << j << ";\n";
  412            << " = 1 << " << j << ";\n";
  596         ", // " << j << " " << SchedModels.getSchedClass(j).Name << "\n";
  634         OS << "  " << ProcModel.getProcResourceIdx(RU) << ", ";
  660     OS << ProcModel.ModelName << "RegisterFiles,\n  " << (1 + NumRegisterFiles);
  669   OS << NumCostEntries << ", // Number of register cost entries.\n";
  696       OS << Rec->getName() << "RegClassID, " << RC.Cost << ", "
  713     OS << '"' << RD.Name << '"' << ", " << RD.NumPhysRegs << ", ";
  715     OS << NumCostEntries << ", " << CostTblIndex << ", "
  715     OS << NumCostEntries << ", " << CostTblIndex << ", "
  716        << RD.MaxMovesEliminatedPerCycle << ", "
  735   OS << "  " << QueueID << ", // Resource Descriptor for the Load Queue\n";
  746   OS << "  " << QueueID << ", // Resource Descriptor for the Store Queue\n";
  813     OS << NumUnits << ", " << SuperIdx << ", " << BufferSize << ", ";
  813     OS << NumUnits << ", " << SuperIdx << ", " << BufferSize << ", ";
  816          << SubUnitsBeginOffset;
  820     OS << "}, // #" << i+1;
 1258     OS << " // #" << WPRIdx << '\n';
 1274     OS << " // #" << WLIdx << " " << SchedTables.WriterNames[WLIdx] << '\n';
 1286     OS << "  {" << RAEntry.UseIdx << ", "
 1291     OS << " // #" << RAIdx << '\n';
 1332          << "}, // #" << SCIdx << '\n';
 1373     OS << "  " << PM.Index << ", // Processor ID\n";
 1499   SS << "return " << T.ToClassIdx << "; // " << SC.Name << '\n';
 1580     OS << "  case " << VC << ": // " << SC.Name << '\n';
 1593         OS << PI << ") ";
 1623       OS << "    return " << SC.Index << ";\n";
 1674        << "\")) return " << M << ";\n";
 1914     OS << "makeArrayRef(" << Target << "FeatureKV, " << NumFeatures << "), ";
 1918     OS << "makeArrayRef(" << Target << "SubTypeKV, " << NumProcs << "), ";
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp
   99     OS << "WebAssemblyInstruction InstructionTable" << PrefixPair.first;
  110         OS << "  { " << InstIt->second.first << ", ET_Instruction, ";
  165     OS << "  { " << PrefixPair.first << ", InstructionTable"
  166        << PrefixPair.first;
utils/TableGen/X86DisassemblerTables.cpp
  718     o1 << "/* Table" << EntryNumber << " */\n";
  732   o2.indent(i2) << EntryNumber << " /* Table" << EntryNumber << " */\n";
  732   o2.indent(i2) << EntryNumber << " /* Table" << EntryNumber << " */\n";
  827     << X86_MAX_OPERANDS << "] = {\n";
  850     o << "  { /* " << (OperandSetNum - 1) << " */\n";
  866     o.indent(i * 2) << "{ /* " << index << " */\n";
  878     o.indent(i * 2) << (OperandSets[OperandList] - 1) << ",\n";
  983     o << ", /* " << index << " */";
 1069           errs() << "ModRM   " << index << "\n";
utils/TableGen/X86FoldTablesEmitter.cpp
  126         OS << "TB_ALIGN_" << Alignment << " | ";
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
   57     OS << V.V;