Searched refs:OS (Results 301 - 325 of 1115) sorted by last modified time

<<11121314151617181920>>

/external/llvm/lib/CodeGen/
H A DMachineFunctionPrinterPass.cpp30 raw_ostream &OS; member in struct:__anon25764::MachineFunctionPrinterPass
33 MachineFunctionPrinterPass() : MachineFunctionPass(ID), OS(dbgs()) { }
35 : MachineFunctionPass(ID), OS(os), Banner(banner) {}
45 OS << "# " << Banner << ":\n";
46 MF.print(OS, getAnalysisIfAvailable<SlotIndexes>());
62 MachineFunctionPass *createMachineFunctionPrinterPass(raw_ostream &OS, argument
64 return new MachineFunctionPrinterPass(OS, Banner);
H A DMachineInstr.cpp260 void MachineOperand::print(raw_ostream &OS, const TargetMachine *TM) const { argument
272 OS << PrintReg(getReg(), TRI, getSubReg());
276 OS << '<';
279 if (NeedComma) OS << ',';
281 OS << "earlyclobber,";
283 OS << "imp-";
284 OS << "def";
289 OS << ",read-undef";
291 OS << "imp-use";
296 if (NeedComma) OS << ',';
475 operator <<(raw_ostream &OS, const MachineMemOperand &MMO) argument
1459 print(raw_ostream &OS, const TargetMachine *TM, bool SkipOpers) const argument
[all...]
H A DMachinePostDominators.cpp53 MachinePostDominatorTree::print(llvm::raw_ostream &OS, const Module *M) const { argument
54 DT->print(OS);
H A DMachineTraceMetrics.cpp1235 void MachineTraceMetrics::Ensemble::print(raw_ostream &OS) const {
1236 OS << getName() << " ensemble:\n";
1238 OS << " BB#" << i << '\t';
1239 BlockInfo[i].print(OS);
1240 OS << '\n';
1244 void MachineTraceMetrics::TraceBlockInfo::print(raw_ostream &OS) const {
1246 OS << "depth=" << InstrDepth;
1248 OS << " pred=BB#" << Pred->getNumber();
1250 OS << " pred=null";
1251 OS << " hea
[all...]
H A DMachineVerifier.cpp65 raw_ostream *OS; member in struct:__anon25778::MachineVerifier
286 OS = OutFile;
288 OS = &errs();
325 *OS << "Instruction: " << *MBBI;
380 *OS << '\n';
383 *OS << "# " << Banner << '\n';
384 MF->print(*OS, Indexes);
386 *OS << "*** Bad machine code: " << msg << " ***\n"
393 *OS << "- basic block: BB#" << MBB->getNumber()
397 *OS << " [" << Indexe
[all...]
H A DPseudoSourceValue.cpp126 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const {
127 OS << "FixedStack" << FI;
H A DScheduleDAGInstrs.cpp1512 void ILPValue::print(raw_ostream &OS) const {
1513 OS << InstrCount << " / " << Length << " = ";
1515 OS << "BADILP";
1517 OS << format("%g", ((double)InstrCount / Length));
1528 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val) { argument
1529 Val.print(OS);
1530 return OS;
H A DStackMaps.cpp284 void StackMaps::emitStackmapHeader(MCStreamer &OS) { argument
286 OS.EmitIntValue(StackMapVersion, 1); // Version.
287 OS.EmitIntValue(0, 1); // Reserved.
288 OS.EmitIntValue(0, 2); // Reserved.
292 OS.EmitIntValue(FnStackSize.size(), 4);
295 OS.EmitIntValue(ConstPool.size(), 4);
298 OS.EmitIntValue(CSInfos.size(), 4);
307 void StackMaps::emitFunctionFrameRecords(MCStreamer &OS) { argument
313 OS.EmitSymbolValue(FR.first, 8);
314 OS
321 emitConstantPoolEntries(MCStreamer &OS) argument
359 emitCallsiteEntries(MCStreamer &OS, const TargetRegisterInfo *TRI) argument
487 MCStreamer &OS = AP.OutStreamer; local
[all...]
H A DTargetRegisterInfo.cpp36 void PrintReg::print(raw_ostream &OS) const {
38 OS << "%noreg";
40 OS << "SS#" << TargetRegisterInfo::stackSlot2Index(Reg);
42 OS << "%vreg" << TargetRegisterInfo::virtReg2Index(Reg);
44 OS << '%' << TRI->getName(Reg);
46 OS << "%physreg" << Reg;
49 OS << ':' << TRI->getSubRegIndexName(SubIdx);
51 OS << ":sub(" << SubIdx << ')';
55 void PrintRegUnit::print(raw_ostream &OS) const {
58 OS << "Uni
[all...]
H A DVirtRegMap.cpp119 void VirtRegMap::print(raw_ostream &OS, const Module*) const { argument
120 OS << "********** REGISTER MAP **********\n";
124 OS << '[' << PrintReg(Reg, TRI) << " -> "
133 OS << '[' << PrintReg(Reg, TRI) << " -> fi#" << Virt2StackSlotMap[Reg]
137 OS << '\n';
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp345 void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const { argument
346 OS << (const void*)this << ": ";
349 if (i) OS << ",";
351 OS << "ch";
353 OS << getValueType(i).getEVTString();
355 OS << " = " << getOperationName(G);
358 void SDNode::print_details(raw_ostream &OS, const SelectionDAG *G) const { argument
361 OS << "<";
362 OS << "Mem:";
365 OS << **
560 printr(raw_ostream &OS, const SelectionDAG *G) const argument
566 DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, const SelectionDAG *G, VisitedSDNodeSet &once) argument
612 printrWithDepthHelper(raw_ostream &OS, const SDNode *N, const SelectionDAG *G, unsigned depth, unsigned indent) argument
634 printrWithDepth(raw_ostream &OS, const SelectionDAG *G, unsigned depth) const argument
639 printrFull(raw_ostream &OS, const SelectionDAG *G) const argument
653 print(raw_ostream &OS, const SelectionDAG *G) const argument
[all...]
H A DSelectionDAGPrinter.cpp107 raw_string_ostream OS(Result);
108 Node->print_details(OS, G);
/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.cpp64 void DWARFAbbreviationDeclaration::dump(raw_ostream &OS) const {
66 OS << '[' << getCode() << "] ";
68 OS << tagString;
70 OS << format("DW_TAG_Unknown_%x", getTag());
71 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n';
73 OS << '\t';
76 OS << attrString;
78 OS << format("DW_AT_Unknown_%x", Spec.Attr);
79 OS << '\t';
82 OS << formStrin
[all...]
H A DDWARFAbbreviationDeclaration.h52 void dump(raw_ostream &OS) const;
H A DDWARFCompileUnit.cpp16 void DWARFCompileUnit::dump(raw_ostream &OS) { argument
17 OS << format("0x%08x", getOffset()) << ": Compile Unit:"
27 CU->dump(OS, this, -1U);
H A DDWARFCompileUnit.h23 void dump(raw_ostream &OS);
H A DDWARFContext.cpp31 static void dumpPubSection(raw_ostream &OS, StringRef Name, StringRef Data, argument
33 OS << "\n." << Name << " contents:\n";
37 OS << "length = " << format("0x%08x", pubNames.getU32(&offset));
38 OS << " version = " << format("0x%04x", pubNames.getU16(&offset));
39 OS << " unit_offset = " << format("0x%08x", pubNames.getU32(&offset));
40 OS << " unit_size = " << format("0x%08x", pubNames.getU32(&offset)) << '\n';
42 OS << "Offset Linkage Kind Name\n";
44 OS << "Offset Name\n";
50 OS << format("0x%8.8x ", dieRef);
53 OS << forma
62 dump(raw_ostream &OS, DIDumpType DumpType) argument
[all...]
H A DDWARFContext.h78 void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) override;
H A DDWARFDebugAbbrev.cpp47 void DWARFAbbreviationDeclarationSet::dump(raw_ostream &OS) const {
49 Decl.dump(OS);
89 void DWARFDebugAbbrev::dump(raw_ostream &OS) const {
91 OS << "< EMPTY >\n";
96 OS << format("Abbrev table for offset: 0x%8.8" PRIx64 "\n", I.first);
97 I.second.dump(OS);
H A DDWARFDebugAbbrev.h31 void dump(raw_ostream &OS) const;
54 void dump(raw_ostream &OS) const;
H A DDWARFDebugArangeSet.cpp92 void DWARFDebugArangeSet::dump(raw_ostream &OS) const {
93 OS << format("Address Range Header: length = 0x%8.8x, version = 0x%4.4x, ",
100 OS << format("[0x%*.*" PRIx64 " -", hex_width, hex_width, Desc.Address)
H A DDWARFDebugArangeSet.h58 void dump(raw_ostream &OS) const;
H A DDWARFDebugFrame.cpp46 virtual void dumpHeader(raw_ostream &OS) const = 0;
49 virtual void dumpInstructions(raw_ostream &OS) const;
183 void FrameEntry::dumpInstructions(raw_ostream &OS) const {
190 OS << " " << CallFrameString(Opcode) << ":\n";
212 void dumpHeader(raw_ostream &OS) const override {
213 OS << format("%08x %08x %08x CIE",
216 OS << format(" Version: %d\n", Version);
217 OS << " Augmentation: \"" << Augmentation << "\"\n";
218 OS << format(" Code alignment factor: %u\n",
220 OS << forma
[all...]
H A DDWARFDebugFrame.h30 void dump(raw_ostream &OS) const;
H A DDWARFDebugInfoEntry.cpp23 void DWARFDebugInfoEntryMinimal::dump(raw_ostream &OS, const DWARFUnit *u, argument
32 OS << format("\n0x%8.8x: ", Offset);
37 OS.indent(indent) << tagString;
39 OS.indent(indent) << format("DW_TAG_Unknown_%x", getTag());
40 OS << format(" [%u] %c\n", abbrCode,
45 dumpAttribute(OS, u, &offset, AttrSpec.Attr, AttrSpec.Form, indent);
51 child->dump(OS, u, recurseDepth-1, indent+2);
56 OS << "Abbreviation code not found in 'debug_abbrev' class for code: "
60 OS.indent(indent) << "NULL\n";
65 void DWARFDebugInfoEntryMinimal::dumpAttribute(raw_ostream &OS, argument
[all...]

Completed in 205 milliseconds

<<11121314151617181920>>