/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FormattedStream.cpp | 48 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/llvm/lib/Support/ |
D | FormattedStream.cpp | 48 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/llvm-project/llvm/lib/Support/ |
D | FormattedStream.cpp | 26 void formatted_raw_ostream::UpdatePosition(const char *Ptr, size_t Size) { in UpdatePosition() 96 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition() 115 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { in PadToColumn() 124 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 138 formatted_raw_ostream &llvm::fouts() { in fouts() 139 static formatted_raw_ostream S(outs()); in fouts() 145 formatted_raw_ostream &llvm::ferrs() { in ferrs() 146 static formatted_raw_ostream S(errs()); in ferrs() 152 formatted_raw_ostream &llvm::fdbgs() { in fdbgs() 153 static formatted_raw_ostream S(dbgs()); in fdbgs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FormattedStream.h | 26 class formatted_raw_ostream : public raw_ostream { 88 formatted_raw_ostream(raw_ostream &Stream) in formatted_raw_ostream() function 92 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) { in formatted_raw_ostream() function 96 ~formatted_raw_ostream() override { in ~formatted_raw_ostream() 106 formatted_raw_ostream &PadToColumn(unsigned NewCol); 148 formatted_raw_ostream &fouts(); 152 formatted_raw_ostream &ferrs(); 156 formatted_raw_ostream &fdbgs();
|
/external/llvm/include/llvm/Support/ |
D | FormattedStream.h | 27 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 25 class formatted_raw_ostream; variable 34 formatted_raw_ostream &) {} in emitFunctionAnnot() argument 40 formatted_raw_ostream &) { in emitBasicBlockStartAnnot() argument 46 formatted_raw_ostream &) { in emitBasicBlockEndAnnot() argument 52 formatted_raw_ostream &) {} in emitInstructionAnnot() argument 56 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() argument
|
/external/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 26 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/llvm-project/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 25 class formatted_raw_ostream; variable 34 formatted_raw_ostream &) {} in emitFunctionAnnot() argument 40 formatted_raw_ostream &) { in emitBasicBlockStartAnnot() argument 46 formatted_raw_ostream &) { in emitBasicBlockEndAnnot() argument 52 formatted_raw_ostream &) {} in emitInstructionAnnot() argument 56 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() argument
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | FormattedStream.h | 30 class formatted_raw_ostream : public raw_ostream { 106 formatted_raw_ostream(raw_ostream &Stream) in formatted_raw_ostream() function 110 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) { in formatted_raw_ostream() function 114 ~formatted_raw_ostream() override { in ~formatted_raw_ostream() 124 formatted_raw_ostream &PadToColumn(unsigned NewCol); 172 formatted_raw_ostream &fouts(); 176 formatted_raw_ostream &ferrs(); 180 formatted_raw_ostream &fdbgs();
|
/external/llvm-project/llvm/unittests/Support/ |
D | formatted_raw_ostream_test.cpp | 22 formatted_raw_ostream C(B); in TEST() 36 formatted_raw_ostream C(B); in TEST() 78 formatted_raw_ostream C(B); in TEST() 92 formatted_raw_ostream C(B); in TEST() 132 formatted_raw_ostream C(B); in TEST() 160 formatted_raw_ostream C(B); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/MCTargetDesc/ |
D | XCoreMCTargetDesc.cpp | 84 formatted_raw_ostream &OS; 87 XCoreTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS); 98 formatted_raw_ostream &OS) in XCoreTargetAsmStreamer() 118 formatted_raw_ostream &OS, in createTargetAsmStreamer()
|
/external/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/ |
D | XCoreMCTargetDesc.cpp | 84 formatted_raw_ostream &OS; 87 XCoreTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS); 98 formatted_raw_ostream &OS) in XCoreTargetAsmStreamer() 118 formatted_raw_ostream &OS, in createTargetAsmStreamer()
|
/external/llvm/lib/Target/XCore/MCTargetDesc/ |
D | XCoreMCTargetDesc.cpp | 87 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/capstone/contrib/sysz_update/ |
D | 0004-capstone-generate-GenDisassemblerTables.inc.patch | 45 @@ -730,7 +730,13 @@ void FixedLenDecoderEmitter::emitTable(formatted_raw_ostream &OS, 60 @@ -739,7 +745,13 @@ void FixedLenDecoderEmitter::emitTable(formatted_raw_ostream &OS, 75 @@ -759,7 +771,13 @@ void FixedLenDecoderEmitter::emitTable(formatted_raw_ostream &OS, 90 @@ -777,7 +795,13 @@ void FixedLenDecoderEmitter::emitTable(formatted_raw_ostream &OS, 105 @@ -803,7 +827,13 @@ void FixedLenDecoderEmitter::emitTable(formatted_raw_ostream &OS, 120 @@ -837,7 +867,12 @@ void FixedLenDecoderEmitter::emitTable(formatted_raw_ostream &OS, 134 @@ -869,7 +904,13 @@ void FixedLenDecoderEmitter::emitTable(formatted_raw_ostream &OS, 149 @@ -884,23 +925,46 @@ void FixedLenDecoderEmitter::emitTable(formatted_raw_ostream &OS, 151 emitPredicateFunction(formatted_raw_ostream &OS, PredicateSet &Predicates, 199 @@ -911,23 +975,39 @@ emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders, [all …]
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 48 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 46 formatted_raw_ostream &OS; 51 AArch64TargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS); 55 formatted_raw_ostream &OS) in AArch64TargetAsmStreamer() 198 formatted_raw_ostream &OS, in createAArch64AsmTargetStreamer()
|
/external/llvm-project/llvm/tools/llvm-mca/Views/ |
D | ResourcePressureView.cpp | 68 static void printColumnNames(formatted_raw_ostream &OS, in printColumnNames() 92 static void printResourcePressure(formatted_raw_ostream &OS, double Pressure, in printResourcePressure() 106 formatted_raw_ostream FOS(TempStream); in printResourcePressurePerIter() 150 formatted_raw_ostream FOS(TempStream); in printResourcePressurePerInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVTargetStreamer.h | 30 formatted_raw_ostream &OS; 33 RISCVTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetStreamer.h | 30 formatted_raw_ostream &OS; 33 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
/external/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
D | VETargetStreamer.h | 29 formatted_raw_ostream &OS; 32 VETargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
/external/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcTargetStreamer.h | 29 formatted_raw_ostream &OS; 32 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcTargetStreamer.h | 29 formatted_raw_ostream &OS; 32 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/MCTargetDesc/ |
D | VETargetStreamer.h | 29 formatted_raw_ostream &OS; 32 VETargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 60 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/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 46 formatted_raw_ostream &OS; 110 AArch64TargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS); 114 formatted_raw_ostream &OS) in AArch64TargetAsmStreamer() 261 formatted_raw_ostream &OS, in createAArch64AsmTargetStreamer()
|