Home
last modified time | relevance | path

Searched refs:Ostream (Results 1 – 25 of 72) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalInits.cpp28 void dumpLinkage(Ice::Ostream &Stream, in dumpLinkage()
48 void dumpCallingConv(Ice::Ostream &, llvm::CallingConv::ID CallingConv) { in dumpCallingConv() argument
80 void FunctionDeclaration::dumpType(Ostream &Stream) const { in dumpType()
86 void FunctionDeclaration::dump(Ostream &Stream) const { in dump()
105 void VariableDeclaration::dumpType(Ostream &Stream) const { in dumpType()
125 void VariableDeclaration::dump(Ostream &Stream) const { in dump()
156 void VariableDeclaration::Initializer::dumpType(Ostream &Stream) const { in dumpType()
162 void VariableDeclaration::DataInitializer::dump(Ostream &Stream) const { in dump()
179 void VariableDeclaration::ZeroInitializer::dump(Ostream &Stream) const { in dump()
186 void VariableDeclaration::RelocInitializer::dumpType(Ostream &Stream) const { in dumpType()
[all …]
DIceInst.cpp631 Ostream &Str = Func->getContext()->getStrDump(); in dumpDecorated()
652 Ostream &Str = Func->getContext()->getStrDump(); in dump()
661 Ostream &Str = Func->getContext()->getStrDump(); in dumpExtras()
684 Ostream &Str = Func->getContext()->getStrDump(); in dumpSources()
695 Ostream &Str = Func->getContext()->getStrEmit(); in emitSources()
713 Ostream &Str = Func->getContext()->getStrDump(); in dump()
724 Ostream &Str = Func->getContext()->getStrDump(); in dump()
733 Ostream &Str = Func->getContext()->getStrDump(); in dump()
742 Ostream &Str = Func->getContext()->getStrDump(); in dump()
756 Ostream &Str = Func->getContext()->getStrDump(); in dump()
[all …]
DIceInstX8632.cpp406 Ostream &Str = Func->getContext()->getStrDump(); in dump()
414 Ostream &Str = Func->getContext()->getStrDump(); in dump()
427 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
442 Ostream &Str = Func->getContext()->getStrDump(); in dump()
449 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
502 Ostream &Str = Func->getContext()->getStrDump(); in dump()
530 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
573 Ostream &Str = Func->getContext()->getStrDump(); in dump()
581 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
624 Ostream &Str = Func->getContext()->getStrDump(); in dump()
[all …]
DIceInstX8664.cpp386 Ostream &Str = Func->getContext()->getStrDump(); in dump()
394 Ostream &Str = Func->getContext()->getStrDump(); in dump()
407 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
422 Ostream &Str = Func->getContext()->getStrDump(); in dump()
429 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
482 Ostream &Str = Func->getContext()->getStrDump(); in dump()
510 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
560 Ostream &Str = Func->getContext()->getStrDump(); in dump()
568 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
611 Ostream &Str = Func->getContext()->getStrDump(); in dump()
[all …]
DIceGlobalInits.h88 virtual void dumpType(Ostream &Stream) const = 0;
91 virtual void dump(Ostream &Stream) const = 0;
147 void dumpType(Ostream &Stream) const final;
148 void dump(Ostream &Stream) const final;
196 virtual void dump(Ostream &Stream) const = 0;
197 virtual void dumpType(Ostream &Stream) const;
228 void dump(Ostream &Stream) const final;
273 void dump(Ostream &Stream) const final;
327 void dump(Ostream &Stream) const final;
328 void dumpType(Ostream &Stream) const final;
[all …]
DIceCompileServer.cpp100 std::unique_ptr<Ostream> makeStream(const std::string &Filename, in makeStream()
103 return std::unique_ptr<Ostream>(new llvm::raw_os_ostream(std::cout)); in makeStream()
105 return std::unique_ptr<Ostream>(new llvm::raw_os_ostream(std::cerr)); in makeStream()
107 return std::unique_ptr<Ostream>( in makeStream()
157 void dumpBuildAttributes(Ostream &Str) { in dumpBuildAttributes()
189 std::unique_ptr<Ostream> Ls = makeStream(Flags.getLogFilename(), EC); in run()
196 std::unique_ptr<Ostream> Os; in run()
DIceTypes.h58 inline Ostream &operator<<(Ostream &Stream, TargetArch Arch) {
177 void dump(Ostream &Stream) const;
186 inline Ostream &operator<<(Ostream &Stream, const FuncSigType &Sig) {
DIceInstARM32.cpp106 void InstARM32Pred::dumpOpcodePred(Ostream &Str, const char *Opcode, in dumpOpcodePred()
134 Ostream &OldStr = Ctx->getStrEmit(); in emitUsingTextFixup()
160 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPR()
174 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopFP()
199 Ostream &Str = Func->getContext()->getStrEmit(); in emitTwoAddr()
214 Ostream &Str = Func->getContext()->getStrEmit(); in emitThreeAddr()
230 Ostream &Str = Func->getContext()->getStrEmit(); in emitThreeAddrFP()
244 Ostream &Str = Func->getContext()->getStrEmit(); in emitFourAddrFP()
260 Ostream &Str = Func->getContext()->getStrEmit(); in emitFourAddr()
312 Ostream &Str = Func->getContext()->getStrEmit(); in emitCmpLike()
[all …]
DIceGlobalContext.h166 GlobalContext(Ostream *OsDump, Ostream *OsEmit, Ostream *OsError,
185 Ostream &getStrDump() { return *StrDump; } in getStrDump()
186 Ostream &getStrError() { return *StrError; } in getStrError()
187 Ostream &getStrEmit() { return *StrEmit; } in getStrEmit()
188 void setStrEmit(Ostream &NewStrEmit) { StrEmit = &NewStrEmit; } in setStrEmit()
477 Ostream *StrDump; /// Stream for dumping / diagnostics
478 Ostream *StrEmit; /// Stream for code emission
479 Ostream *StrError; /// Stream for logging errors.
DIceInstMIPS32.cpp64 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
172 Ostream &Str = Func->getContext()->getStrDump(); in dump()
179 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
241 Ostream &Str = Func->getContext()->getStrDump(); in dump()
249 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
266 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPR()
276 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPRFLoHi()
285 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPRTLoHi()
294 Ostream &Str = Func->getContext()->getStrEmit(); in emitThreeAddr()
308 Ostream &Str = Func->getContext()->getStrEmit(); in emitTwoAddr()
[all …]
DLinuxMallocProfiling.h28 Ostream *Ls;
32 LinuxMallocProfiling(size_t NumThreads, Ostream *Ls);
DIceInstMIPS32.h34 inline void emitRelocOp(Ostream &Str, RelocOp Reloc) { in emitRelocOp()
64 void dump(const Cfg *, Ostream &Str) const override { in dump()
90 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
98 void dump(const Cfg *Func, Ostream &Str) const override { in dump()
152 void dump(const Cfg *Func, Ostream &Str) const override { in dump()
297 void dumpOpcode(Ostream &Str, const char *Opcode, Type Ty) const { in dumpOpcode()
379 Ostream &Str = Func->getContext()->getStrDump(); in dump()
426 Ostream &Str = Func->getContext()->getStrDump(); in dump()
470 Ostream &Str = Func->getContext()->getStrDump(); in dump()
517 Ostream &Str = Func->getContext()->getStrDump(); in dump()
[all …]
DLinuxMallocProfiling.cpp67 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) in LinuxMallocProfiling()
102 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) { in LinuxMallocProfiling()
DIceStringPool.h55 void dump(Ostream &Str) const { in dump()
152 Ostream &operator<<(Ostream &Str, const StringID<T> &Name) {
DIceOperand.h86 virtual void dump(const Cfg *Func, Ostream &Str) const = 0;
93 void dump(Ostream &Str) const { in dump()
210 void dump(const Cfg *, Ostream &Str) const override { in dump()
281 inline void ConstantInteger32::dump(const Cfg *, Ostream &Str) const { in dump()
291 inline void ConstantInteger64::dump(const Cfg *, Ostream &Str) const { in dump()
402 void dump(const Cfg *Func, Ostream &Str) const override;
438 void dump(const Cfg *, Ostream &Str) const override { in dump()
595 Ostream &operator<<(Ostream &Str, const RegWeight &W);
644 void dump(Ostream &Str) const;
668 Ostream &operator<<(Ostream &Str, const LiveRange &L);
[all …]
DIceBrowserCompileServer.h88 Ostream &getStream() { return StrBuf; } in getStream()
101 std::unique_ptr<Ostream> LogStream;
DIceOperand.cpp561 void Variable::dump(const Cfg *Func, Ostream &Str) const { in dump()
624 void ConstantRelocatable::dump(const Cfg *, Ostream &Str) const { in dump()
643 void LiveRange::dump(Ostream &Str) const { in dump()
655 Ostream &operator<<(Ostream &Str, const LiveRange &L) { in operator <<()
662 Ostream &operator<<(Ostream &Str, const RegWeight &W) { in operator <<()
DIceRegAlloc.cpp59 Ostream &Str = Func->getContext()->getStrDump(); in dumpDisableOverlap()
74 Ostream &Str = Func->getContext()->getStrDump(); in dumpLiveRange()
171 Ostream &Str = Ctx->getStrDump(); in livenessValidateIntervals()
278 Ostream &Str = Ctx->getStrDump(); in initForInfOnly()
557 Ostream &Str = Ctx->getStrDump(); in findRegisterPreference()
790 Ostream &Str = Ctx->getStrDump(); in assignFinalRegisters()
923 Ostream &Str = Ctx->getStrDump(); in scan()
968 Ostream &Str = Ctx->getStrDump(); in dumpLiveRangeTrace()
980 Ostream &Str = Func->getContext()->getStrDump(); in dump()
DIceInstARM32.h67 void dump(const Cfg *, Ostream &Str) const override { in dump()
138 void dump(const Cfg *Func, Ostream &Str) const override;
184 void dump(const Cfg *Func, Ostream &Str) const override;
225 void dump(const Cfg *Func, Ostream &Str) const override;
261 void dump(const Cfg *Func, Ostream &Str) const override;
291 void dump(const Cfg *Func, Ostream &Str) const override;
317 void dump(const Cfg *Func, Ostream &Str) const override;
522 void dumpOpcodePred(Ostream &Str, const char *Opcode, Type Ty) const;
570 Ostream &Str = Func->getContext()->getStrDump(); in dump()
611 Ostream &Str = Func->getContext()->getStrDump(); in dump()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp98 raw_string_ostream Ostream(Out); in dump() local
100 Ostream << "------- Dumping inliner stats for [" << ModuleName in dump()
104 Ostream << "-- List of inlined functions:\n"; in dump()
122 Ostream << "Inlined " in dump()
136 Ostream << "-- Summary:\n" in dump()
157 Ostream.flush(); in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiInstPrinter.h54 bool printAlias(const MCInst *MI, raw_ostream &Ostream);
55 bool printInst(const MCInst *MI, raw_ostream &Ostream, StringRef Alias,
57 bool printMemoryLoadIncrement(const MCInst *MI, raw_ostream &Ostream,
59 bool printMemoryStoreIncrement(const MCInst *MI, raw_ostream &Ostream,
DLanaiMCCodeEmitter.cpp77 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream,
173 const MCInst &Inst, raw_ostream &Ostream, SmallVectorImpl<MCFixup> &Fixups, in encodeInstruction() argument
181 Ostream << static_cast<char>((Value >> i) & 0xff); in encodeInstruction()
/third_party/boost/boost/interprocess/detail/
Dos_thread_functions.hpp170 template <class Ostream>
171 inline Ostream &ostream_highres_count(Ostream &ostream, const OS_highres_count_t &count) in ostream_highres_count()
365 template <class Ostream>
366 inline Ostream &ostream_highres_count(Ostream &ostream, const OS_highres_count_t &count)
402 template <class Ostream>
403 inline Ostream &ostream_highres_count(Ostream &ostream, const OS_highres_count_t &count)
/third_party/boost/libs/spirit/doc/karma/
Dstream.qbk149 template <typename Ostream>
150 Ostream& operator<< (Ostream& os, attribute_type const& attr)
158 `Ostream` will end up being generated by the corresponding stream generator
162 (or [karma_format `format_delimited`]) stream manipulator the `Ostream`
/third_party/boost/boost/phoenix/core/detail/
Dexpression.hpp94 template <typename Ostream> \
95 inline Ostream &operator<<( \
96 Ostream & os \

123