Searched refs:OS (Results 251 - 275 of 1405) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DLowLevelType.cpp36 void LLT::print(raw_ostream &OS) const {
38 OS << "<" << getNumElements() << " x " << getElementType() << ">";
40 OS << "p" << getAddressSpace();
43 OS << "s" << getScalarSizeInBits();
45 OS << "LLT_invalid";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp96 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {}
97 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) argument
98 : OS(OS), Banner(Banner) {}
103 printLoop(L, OS, Banner);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h38 raw_ostream &OS; member in struct:llvm::BCDumpOptions
46 BCDumpOptions(raw_ostream &OS) : OS(OS) {} argument
99 StringRef Blob, raw_ostream &OS);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h37 virtual void printImm(raw_ostream &OS, const MachineInstr &MI, argument
39 OS << Imm;
54 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, argument
56 PSV.printCustom(OS);
70 static void printIRValue(raw_ostream &OS, const Value &V,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp26 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash);
32 raw_ostream &OS; // raw_ostream to print on member in class:__anon1677::WriteBitcodePass
39 WriteBitcodePass() : ModulePass(ID), OS(dbgs()) {
45 : ModulePass(ID), OS(o),
58 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp37 void CoverageFilenamesSectionWriter::write(raw_ostream &OS) { argument
38 encodeULEB128(Filenames.size(), OS);
40 encodeULEB128(Filename.size(), OS);
41 OS << Filename;
123 raw_ostream &OS) {
124 encodeULEB128(encodeCounter(Expressions, C), OS); local
127 void CoverageMappingWriter::write(raw_ostream &OS) { argument
147 encodeULEB128(VirtualFileMapping.size(), OS);
149 encodeULEB128(FileID, OS);
154 encodeULEB128(MinExpressions.size(), OS);
122 writeCounter(ArrayRef<CounterExpression> Expressions, Counter C, raw_ostream &OS) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCostModel.cpp64 void print(raw_ostream &OS, const Module*) const override;
97 void CostModelAnalysis::print(raw_ostream &OS, const Module*) const { argument
105 OS << "Cost Model: Found an estimated cost of " << Cost;
107 OS << "Cost Model: Unknown cost";
109 OS << " for instruction: " << Inst << "\n";
H A DDDG.cpp54 raw_ostream &llvm::operator<<(raw_ostream &OS, const DDGNode::NodeKind K) { argument
73 OS << Out;
74 return OS;
77 raw_ostream &llvm::operator<<(raw_ostream &OS, const DDGNode &N) { argument
78 OS << "Node Address:" << &N << ":" << N.getKind() << "\n";
80 OS << " Instructions:\n";
82 OS.indent(2) << *I << "\n";
84 OS << "--- start of nodes in pi-block ---\n";
88 OS << *N << (++Count == Nodes.size() ? "" : "\n");
89 OS << "
152 operator <<(raw_ostream &OS, const DDGEdge::EdgeKind K) argument
172 operator <<(raw_ostream &OS, const DDGEdge &E) argument
250 operator <<(raw_ostream &OS, const DataDependenceGraph &G) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp89 auto &OS = *Asm->OutStreamer;
90 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection());
92 OS.EmitCOFFSymbolIndex(Asm->getSymbol(F));
95 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGLJMPSection());
97 OS.EmitCOFFSymbolIndex(S);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveStacks.cpp76 void LiveStacks::print(raw_ostream &OS, const Module*) const { argument
78 OS << "********** INTERVALS **********\n";
80 I->second.print(OS);
84 OS << " [" << TRI->getRegClassName(RC) << "]\n";
86 OS << " [Unknown]\n";
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp420 static void printDatum(raw_ostream &OS, const char *Key, json::Value Value) { argument
421 OS << ",\"" << Key << "\":" << Value;
424 static void printLocationStats(raw_ostream &OS, argument
427 OS << ",\"" << Key << " with 0% of its scope covered\":"
431 OS << ",\"" << Key << " with (0%,10%) of its scope covered\":"
436 OS << ",\"" << Key << " with [" << (i - 1) * 10 << "%," << i * 10
442 OS << ",\"" << Key << " with 100% of its scope covered\":"
458 Twine Filename, raw_ostream &OS) {
515 OS.SetBufferSize(1024);
516 OS << "{\"versio
457 collectStatsForObjectFile(ObjectFile &Obj, DWARFContext &DICtx, Twine Filename, raw_ostream &OS) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp50 void emitPrefix(const MCInst &MI, raw_ostream &OS,
53 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
75 void emitByte(uint8_t C, unsigned &CurByte, raw_ostream &OS) const {
76 OS << (char)C;
81 raw_ostream &OS) const {
84 emitByte(Val & 255, CurByte, OS);
90 MCFixupKind FixupKind, unsigned &CurByte, raw_ostream &OS,
99 unsigned &CurByte, raw_ostream &OS) const {
100 emitByte(modRMByte(3, RegOpcodeFld, getX86RegNum(ModRMReg)), CurByte, OS);
104 unsigned &CurByte, raw_ostream &OS) cons
291 emitImmediate(const MCOperand &DispOp, SMLoc Loc, unsigned Size, MCFixupKind FixupKind, unsigned &CurByte, raw_ostream &OS, SmallVectorImpl<MCFixup> &Fixups, int ImmOffset) const argument
368 emitMemModRMByte(const MCInst &MI, unsigned Op, unsigned RegOpcodeField, uint64_t TSFlags, bool Rex, unsigned &CurByte, raw_ostream &OS, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const argument
1358 emitPrefix(const MCInst &MI, raw_ostream &OS, const MCSubtargetInfo &STI) const argument
1377 encodeInstruction(const MCInst &MI, raw_ostream &OS, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp40 static void dumpApplePropertyAttribute(raw_ostream &OS, uint64_t Val) { argument
41 OS << " (";
48 OS << PropName;
50 OS << format("DW_APPLE_PROPERTY_0x%" PRIx64, Bit);
53 OS << ", ";
55 OS << ")";
58 static void dumpRanges(const DWARFObject &Obj, raw_ostream &OS,
66 OS << '\n';
67 OS.indent(Indent);
68 R.dump(OS, AddressSiz
[all...]
H A DDWARFDebugFrame.cpp217 void CFIProgram::printOperand(raw_ostream &OS, const MCRegisterInfo *MRI, argument
226 OS << " Unsupported " << (OperandIdx ? "second" : "first") << " operand to";
229 OS << " " << OpcodeName;
231 OS << format(" Opcode %x", Opcode);
237 OS << format(" %" PRIx64, Operand);
243 OS << format(" %+" PRId64, int64_t(Operand));
247 OS << format(" %" PRId64, Operand * CodeAlignmentFactor);
249 OS << format(" %" PRId64 "*code_alignment_factor" , Operand);
253 OS << format(" %" PRId64, int64_t(Operand) * DataAlignmentFactor);
255 OS << forma
[all...]
H A DDWARFDebugArangeSet.cpp19 void DWARFDebugArangeSet::Descriptor::dump(raw_ostream &OS, argument
21 OS << format("[0x%*.*" PRIx64 ", ", AddressSize * 2, AddressSize * 2, Address)
101 void DWARFDebugArangeSet::dump(raw_ostream &OS) const {
102 OS << format("Address Range Header: length = 0x%8.8x, version = 0x%4.4x, ",
108 Desc.dump(OS, HeaderData.AddrSize);
109 OS << '\n';
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp87 void emitForItineraries(raw_ostream &OS,
91 void run(raw_ostream &OS);
209 void DFAPacketizerEmitter::run(raw_ostream &OS) { argument
210 OS << "\n"
212 OS << "namespace llvm {\n";
227 emitForItineraries(OS, KV.second, KV.first);
228 OS << "} // end namespace llvm\n";
232 raw_ostream &OS, std::vector<const CodeGenProcModel *> &ProcModels,
234 OS << "} // end namespace llvm\n\n";
235 OS << "namespac
231 emitForItineraries( raw_ostream &OS, std::vector<const CodeGenProcModel *> &ProcModels, std::string DFAName) argument
358 EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp54 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0), UseColor(UseColor) {
83 OS << "\n";
84 OS.indent(CurrentIndent);
87 void LinePrinter::print(const Twine &T) { OS << T; }
91 OS << T;
105 OS << Label << " (";
107 OS << "\n";
108 OS << format_bytes_with_ascii(Data, StartOffset, 32, 4,
112 OS << ")";
118 OS << Labe
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp75 llvm::raw_string_ostream OS(Result);
76 OS << '{';
80 OS << ", ";
82 OS << '"' << Key << "\": ";
88 OS << '"' << Value << '"';
94 OS << '[';
97 OS << ',';
98 OS << '"' << Arg.value() << '"';
100 OS << ']';
102 OS << '}';
141 printReproducerInformation( llvm::raw_ostream &OS, const ClangInvocationInfo &Info, const driver::Driver::CompilationDiagnosticReport &Report) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp43 raw_ostream &llvm::codeview::operator<<(raw_ostream &OS, const GUID &Guid) { argument
45 A.format(OS, "");
46 return OS;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp138 void Scope::dumpImpl(raw_ostream &OS) const {
143 OS << "Flags: ";
175 OS << Info.second;
178 OS << " | ";
185 OS << '\n';
188 OS << "Parent: (clang::Scope*)" << Parent << '\n';
190 OS << "Depth: " << Depth << '\n';
191 OS << "MSLastManglingNumber: " << getMSLastManglingNumber() << '\n';
192 OS << "MSCurManglingNumber: " << getMSCurManglingNumber() << '\n';
194 OS << "Entit
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DASTConsumers.h30 CreateObjCRewriter(const std::string &InFile, std::unique_ptr<raw_ostream> OS,
35 std::unique_ptr<raw_ostream> OS,
41 std::unique_ptr<ASTConsumer> CreateHTMLPrinter(std::unique_ptr<raw_ostream> OS,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp70 static raw_ostream &printName(raw_ostream &OS, StringRef Name) { argument
71 return OS << Name << " = ";
76 raw_ostream &OS) {
77 printName(OS, Name) << (int)(C.*ptr);
82 raw_ostream &OS) {
84 printName(OS, Name) << (int)((c.*ptr >> shift) & Mask);
100 raw_ostream &OS) {
103 Printer(get_amd_kernel_code_t_FieldName(FldIndex), C, OS); local
107 raw_ostream &OS,
111 OS << ta
75 printField(StringRef Name, const amd_kernel_code_t &C, raw_ostream &OS) argument
81 printBitField(StringRef Name, const amd_kernel_code_t &c, raw_ostream &OS) argument
98 printAmdKernelCodeField(const amd_kernel_code_t &C, int FldIndex, raw_ostream &OS) argument
106 dumpAmdKernelCode(const amd_kernel_code_t *C, raw_ostream &OS, const char *tab) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.h71 void printSchedulerStats(llvm::raw_ostream &OS) const;
72 void printSchedulerUsage(llvm::raw_ostream &OS) const;
90 void printView(llvm::raw_ostream &OS) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDemandedBits.h62 void print(raw_ostream &OS);
102 void print(raw_ostream &OS, const Module *M) const override;
122 raw_ostream &OS; member in class:llvm::DemandedBitsPrinterPass
125 explicit DemandedBitsPrinterPass(raw_ostream &OS) : OS(OS) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBank.cpp86 void RegisterBank::print(raw_ostream &OS, bool IsForDebug, argument
88 OS << getName();
91 OS << "(ID:" << getID() << ", Size:" << getSize() << ")\n"
102 OS << "Covered register classes:\n";
110 OS << ", ";
111 OS << TRI->getRegClassName(&RC);

Completed in 417 milliseconds

<<11121314151617181920>>