Home
last modified time | relevance | path

Searched refs:formatted_raw_ostream (Results 1 – 25 of 146) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DPredicateExpander.h26 class formatted_raw_ostream; variable
55 void expandTrue(formatted_raw_ostream &OS);
56 void expandFalse(formatted_raw_ostream &OS);
57 void expandCheckImmOperand(formatted_raw_ostream &OS, int OpIndex,
59 void expandCheckImmOperand(formatted_raw_ostream &OS, int OpIndex,
61 void expandCheckRegOperand(formatted_raw_ostream &OS, int OpIndex,
63 void expandCheckSameRegOperand(formatted_raw_ostream &OS, int First,
65 void expandCheckNumOperands(formatted_raw_ostream &OS, int NumOps);
66 void expandCheckOpcode(formatted_raw_ostream &OS, const Record *Inst);
68 void expandCheckPseudo(formatted_raw_ostream &OS, const RecVec &Opcodes);
[all …]
DPredicateExpander.cpp18 void PredicateExpander::expandTrue(formatted_raw_ostream &OS) { OS << "true"; } in expandTrue()
19 void PredicateExpander::expandFalse(formatted_raw_ostream &OS) { in expandFalse()
23 void PredicateExpander::expandCheckImmOperand(formatted_raw_ostream &OS, in expandCheckImmOperand()
29 void PredicateExpander::expandCheckImmOperand(formatted_raw_ostream &OS, in expandCheckImmOperand()
35 void PredicateExpander::expandCheckRegOperand(formatted_raw_ostream &OS, in expandCheckRegOperand()
47 void PredicateExpander::expandCheckInvalidRegOperand(formatted_raw_ostream &OS, in expandCheckInvalidRegOperand()
53 void PredicateExpander::expandCheckSameRegOperand(formatted_raw_ostream &OS, in expandCheckSameRegOperand()
60 void PredicateExpander::expandCheckNumOperands(formatted_raw_ostream &OS, in expandCheckNumOperands()
66 void PredicateExpander::expandCheckOpcode(formatted_raw_ostream &OS, in expandCheckOpcode()
73 void PredicateExpander::expandCheckOpcode(formatted_raw_ostream &OS, in expandCheckOpcode()
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/
DFormattedStream.cpp41 void formatted_raw_ostream::ComputeColumn(const char *Ptr, size_t Size) { in ComputeColumn()
61 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { in PadToColumn()
70 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
84 formatted_raw_ostream &llvm::fouts() { in fouts()
85 static formatted_raw_ostream S(outs()); in fouts()
91 formatted_raw_ostream &llvm::ferrs() { in ferrs()
92 static formatted_raw_ostream S(errs()); in ferrs()
98 formatted_raw_ostream &llvm::fdbgs() { in fdbgs()
99 static formatted_raw_ostream S(dbgs()); in fdbgs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFormattedStream.cpp49 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition()
68 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { in PadToColumn()
77 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
91 formatted_raw_ostream &llvm::fouts() { in fouts()
92 static formatted_raw_ostream S(outs()); in fouts()
98 formatted_raw_ostream &llvm::ferrs() { in ferrs()
99 static formatted_raw_ostream S(errs()); in ferrs()
105 formatted_raw_ostream &llvm::fdbgs() { in fdbgs()
106 static formatted_raw_ostream S(dbgs()); in fdbgs()
/external/llvm/lib/Support/
DFormattedStream.cpp48 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition()
67 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { in PadToColumn()
76 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
90 formatted_raw_ostream &llvm::fouts() { in fouts()
91 static formatted_raw_ostream S(outs()); in fouts()
97 formatted_raw_ostream &llvm::ferrs() { in ferrs()
98 static formatted_raw_ostream S(errs()); in ferrs()
104 formatted_raw_ostream &llvm::fdbgs() { in fdbgs()
105 static formatted_raw_ostream S(dbgs()); in fdbgs()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFormattedStream.h25 class formatted_raw_ostream : public raw_ostream {
84 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false)
88 explicit formatted_raw_ostream() in formatted_raw_ostream() function
93 ~formatted_raw_ostream() { in ~formatted_raw_ostream()
122 formatted_raw_ostream &PadToColumn(unsigned NewCol);
141 formatted_raw_ostream &fouts();
145 formatted_raw_ostream &ferrs();
149 formatted_raw_ostream &fdbgs();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFormattedStream.h27 class formatted_raw_ostream : public raw_ostream {
89 formatted_raw_ostream(raw_ostream &Stream) in formatted_raw_ostream() function
93 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) { in formatted_raw_ostream() function
97 ~formatted_raw_ostream() override { in ~formatted_raw_ostream()
107 formatted_raw_ostream &PadToColumn(unsigned NewCol);
149 formatted_raw_ostream &fouts();
153 formatted_raw_ostream &ferrs();
157 formatted_raw_ostream &fdbgs();
/external/llvm/include/llvm/Support/
DFormattedStream.h27 class formatted_raw_ostream : public raw_ostream {
89 formatted_raw_ostream(raw_ostream &Stream) in formatted_raw_ostream() function
93 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) { in formatted_raw_ostream() function
97 ~formatted_raw_ostream() override { in ~formatted_raw_ostream()
107 formatted_raw_ostream &PadToColumn(unsigned NewCol);
149 formatted_raw_ostream &fouts();
153 formatted_raw_ostream &ferrs();
157 formatted_raw_ostream &fdbgs();
/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h26 class formatted_raw_ostream; variable
35 formatted_raw_ostream &) {} in emitFunctionAnnot() argument
41 formatted_raw_ostream &) { in emitBasicBlockStartAnnot() argument
47 formatted_raw_ostream &) { in emitBasicBlockEndAnnot() argument
53 formatted_raw_ostream &) {} in emitInstructionAnnot() argument
57 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h26 class formatted_raw_ostream; variable
35 formatted_raw_ostream &) {} in emitFunctionAnnot() argument
41 formatted_raw_ostream &) { in emitBasicBlockStartAnnot() argument
47 formatted_raw_ostream &) { in emitBasicBlockEndAnnot() argument
53 formatted_raw_ostream &) {} in emitInstructionAnnot() argument
57 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() argument
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/
DAssemblyAnnotationWriter.h26 class formatted_raw_ostream; variable
36 formatted_raw_ostream &OS) {} in emitFunctionAnnot()
42 formatted_raw_ostream &OS) { in emitBasicBlockStartAnnot()
48 formatted_raw_ostream &OS) { in emitBasicBlockEndAnnot()
54 formatted_raw_ostream &OS) {} in emitInstructionAnnot()
58 virtual void printInfoComment(const Value &V, formatted_raw_ostream &OS) {} in printInfoComment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreMCTargetDesc.cpp83 formatted_raw_ostream &OS;
86 XCoreTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
97 formatted_raw_ostream &OS) in XCoreTargetAsmStreamer()
117 formatted_raw_ostream &OS, in createTargetAsmStreamer()
/external/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreMCTargetDesc.cpp87 formatted_raw_ostream &OS;
89 XCoreTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
97 formatted_raw_ostream &OS) in XCoreTargetAsmStreamer()
118 formatted_raw_ostream &OS, in createTargetAsmStreamer()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp48 formatted_raw_ostream &OS;
53 AArch64TargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
57 formatted_raw_ostream &OS) in AArch64TargetAsmStreamer()
195 formatted_raw_ostream &OS, in createAArch64AsmTargetStreamer()
DAArch64MCTargetDesc.h20 class formatted_raw_ostream; variable
60 formatted_raw_ostream &OS,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp47 formatted_raw_ostream &OS;
52 AArch64TargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
56 formatted_raw_ostream &OS) in AArch64TargetAsmStreamer()
206 formatted_raw_ostream &OS, in createAArch64AsmTargetStreamer()
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp60 unsigned StartIdx, formatted_raw_ostream &OS);
62 void EmitPredicateFunctions(formatted_raw_ostream &OS);
64 void EmitHistogram(const Matcher *N, formatted_raw_ostream &OS);
67 formatted_raw_ostream &OS);
157 formatted_raw_ostream &OS) { in EmitMatcher()
193 formatted_raw_ostream FOS(OS); in EmitMatcher()
341 formatted_raw_ostream FOS(OS); in EmitMatcher()
622 formatted_raw_ostream &OS) { in EmitMatcherList()
638 void MatcherTableEmitter::EmitPredicateFunctions(formatted_raw_ostream &OS) { in EmitPredicateFunctions()
769 formatted_raw_ostream &OS) { in EmitHistogram()
[all …]
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcherEmitter.cpp55 unsigned StartIdx, formatted_raw_ostream &OS);
57 void EmitPredicateFunctions(formatted_raw_ostream &OS);
59 void EmitHistogram(const Matcher *N, formatted_raw_ostream &OS);
62 formatted_raw_ostream &OS);
139 formatted_raw_ostream &OS) { in EmitMatcher()
175 formatted_raw_ostream FOS(OS); in EmitMatcher()
310 formatted_raw_ostream FOS(OS); in EmitMatcher()
583 formatted_raw_ostream &OS) { in EmitMatcherList()
599 void MatcherTableEmitter::EmitPredicateFunctions(formatted_raw_ostream &OS) { in EmitPredicateFunctions()
733 formatted_raw_ostream &OS) { in EmitHistogram()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DTimelineView.cpp76 void TimelineView::printWaitTimeEntry(formatted_raw_ostream &OS, in printWaitTimeEntry()
109 formatted_raw_ostream FOS(TempStream); in printAverageWaitTimes()
142 void TimelineView::printTimelineViewEntry(formatted_raw_ostream &OS, in printTimelineViewEntry()
180 static void printTimelineHeader(formatted_raw_ostream &OS, unsigned Cycles) { in printTimelineHeader()
207 formatted_raw_ostream FOS(StringStream); in printTimeline()
DResourcePressureView.cpp59 static void printColumnNames(formatted_raw_ostream &OS, in printColumnNames()
83 static void printResourcePressure(formatted_raw_ostream &OS, double Pressure, in printResourcePressure()
98 formatted_raw_ostream FOS(TempStream); in printResourcePressurePerIteration()
141 formatted_raw_ostream FOS(TempStream); in printResourcePressurePerInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVTargetStreamer.h27 formatted_raw_ostream &OS;
30 RISCVTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPTargetMachine.h22 class formatted_raw_ostream; variable
31 formatted_raw_ostream &Out,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcTargetStreamer.h30 formatted_raw_ostream &OS;
33 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
/external/llvm/lib/Target/Sparc/
DSparcTargetStreamer.h30 formatted_raw_ostream &OS;
33 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
/external/swiftshader/third_party/LLVM/tools/llvm-dis/
Dllvm-dis.cpp55 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc()
68 formatted_raw_ostream &OS) { in emitFunctionAnnot()
72 void printInfoComment(const Value &V, formatted_raw_ostream &OS) { in printInfoComment()

123456