Home
last modified time | relevance | path

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

123

/external/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
114 void FunctionDeclaration::dumpType(Ostream &Stream) const { in dumpType()
120 void FunctionDeclaration::dump(Ostream &Stream) const { in dump()
139 void VariableDeclaration::dumpType(Ostream &Stream) const { in dumpType()
159 void VariableDeclaration::dump(Ostream &Stream) const { in dump()
190 void VariableDeclaration::Initializer::dumpType(Ostream &Stream) const { in dumpType()
196 void VariableDeclaration::DataInitializer::dump(Ostream &Stream) const { in dump()
213 void VariableDeclaration::ZeroInitializer::dump(Ostream &Stream) const { in dump()
220 void VariableDeclaration::RelocInitializer::dumpType(Ostream &Stream) const { in dumpType()
[all …]
DIceInst.cpp648 Ostream &Str = Func->getContext()->getStrDump(); in dumpDecorated()
669 Ostream &Str = Func->getContext()->getStrDump(); in dump()
678 Ostream &Str = Func->getContext()->getStrDump(); in dumpExtras()
701 Ostream &Str = Func->getContext()->getStrDump(); in dumpSources()
712 Ostream &Str = Func->getContext()->getStrEmit(); in emitSources()
730 Ostream &Str = Func->getContext()->getStrDump(); in dump()
741 Ostream &Str = Func->getContext()->getStrDump(); in dump()
750 Ostream &Str = Func->getContext()->getStrDump(); in dump()
759 Ostream &Str = Func->getContext()->getStrDump(); in dump()
773 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;
151 void dumpType(Ostream &Stream) const final;
152 void dump(Ostream &Stream) const final;
239 virtual void dump(Ostream &Stream) const = 0;
240 virtual void dumpType(Ostream &Stream) const;
271 void dump(Ostream &Stream) const final;
316 void dump(Ostream &Stream) const final;
370 void dump(Ostream &Stream) const final;
371 void dumpType(Ostream &Stream) const final;
[all …]
DIceInstX86BaseImpl.h404 Ostream &Str = Func->getContext()->getStrDump(); in dump()
413 Ostream &Str = Func->getContext()->getStrDump(); in dump()
429 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
450 Ostream &Str = Func->getContext()->getStrDump(); in dump()
459 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
476 Ostream &Str = Func->getContext()->getStrDump(); in dump()
484 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
538 Ostream &Str = Func->getContext()->getStrDump(); in dump()
567 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
620 Ostream &Str = Func->getContext()->getStrDump(); in dump()
[all …]
DIceInstARM32.cpp111 void InstARM32Pred::dumpOpcodePred(Ostream &Str, const char *Opcode, in dumpOpcodePred()
139 Ostream &OldStr = Ctx->getStrEmit(); in emitUsingTextFixup()
165 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPR()
179 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopFP()
204 Ostream &Str = Func->getContext()->getStrEmit(); in emitTwoAddr()
219 Ostream &Str = Func->getContext()->getStrEmit(); in emitThreeAddr()
235 Ostream &Str = Func->getContext()->getStrEmit(); in emitThreeAddrFP()
249 Ostream &Str = Func->getContext()->getStrEmit(); in emitFourAddrFP()
265 Ostream &Str = Func->getContext()->getStrEmit(); in emitFourAddr()
317 Ostream &Str = Func->getContext()->getStrEmit(); in emitCmpLike()
[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) {
DIceGlobalContext.h167 GlobalContext(Ostream *OsDump, Ostream *OsEmit, Ostream *OsError,
186 Ostream &getStrDump() { return *StrDump; } in getStrDump()
187 Ostream &getStrError() { return *StrError; } in getStrError()
188 Ostream &getStrEmit() { return *StrEmit; } in getStrEmit()
189 void setStrEmit(Ostream &NewStrEmit) { StrEmit = &NewStrEmit; } in setStrEmit()
483 Ostream *StrDump; /// Stream for dumping / diagnostics
484 Ostream *StrEmit; /// Stream for code emission
485 Ostream *StrError; /// Stream for logging errors.
DIceInstMIPS32.cpp160 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
268 Ostream &Str = Func->getContext()->getStrDump(); in dump()
275 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
337 Ostream &Str = Func->getContext()->getStrDump(); in dump()
345 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
362 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPR()
372 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPRFLoHi()
381 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPRTLoHi()
390 Ostream &Str = Func->getContext()->getStrEmit(); in emitThreeAddr()
404 Ostream &Str = Func->getContext()->getStrEmit(); in emitTwoAddr()
[all …]
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.h28 Ostream *Ls;
32 LinuxMallocProfiling(size_t NumThreads, Ostream *Ls);
DIceInstX8632.cpp72 void TargetX8632Traits::X86Operand::dump(const Cfg *, Ostream &Str) const { in dump()
149 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
189 Ostream &Str) const { in dump()
321 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
333 Ostream &Str) const { in dump()
DIceInstX8664.cpp61 void TargetX8664Traits::X86Operand::dump(const Cfg *, Ostream &Str) const { in dump()
122 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
189 Ostream &Str) const { in dump()
328 Ostream &Str = Func->getContext()->getStrEmit(); in emit()
340 Ostream &Str) const { in dump()
DIceOperand.h86 virtual void dump(const Cfg *Func, Ostream &Str) const = 0;
93 void dump(Ostream &Str) const { in dump()
215 void dump(const Cfg *, Ostream &Str) const override { in dump()
288 inline void ConstantInteger32::dump(const Cfg *, Ostream &Str) const { in dump()
314 inline void ConstantInteger64::dump(const Cfg *, Ostream &Str) const { in dump()
425 void dump(const Cfg *Func, Ostream &Str) const override;
461 void dump(const Cfg *, Ostream &Str) const override { in dump()
618 Ostream &operator<<(Ostream &Str, const RegWeight &W);
667 void dump(Ostream &Str) const;
691 Ostream &operator<<(Ostream &Str, const LiveRange &L);
[all …]
DIceStringPool.h55 void dump(Ostream &Str) const { in dump()
152 Ostream &operator<<(Ostream &Str, const StringID<T> &Name) {
DLinuxMallocProfiling.cpp67 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) in LinuxMallocProfiling()
102 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) { in LinuxMallocProfiling()
DIceOperand.cpp550 void Variable::dump(const Cfg *Func, Ostream &Str) const { in dump()
613 void ConstantRelocatable::dump(const Cfg *, Ostream &Str) const { in dump()
632 void LiveRange::dump(Ostream &Str) const { in dump()
644 Ostream &operator<<(Ostream &Str, const LiveRange &L) { in operator <<()
651 Ostream &operator<<(Ostream &Str, const RegWeight &W) { in operator <<()
DIceBrowserCompileServer.h88 Ostream &getStream() { return StrBuf; } in getStream()
101 std::unique_ptr<Ostream> LogStream;
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()
809 Ostream &Str = Ctx->getStrDump(); in assignFinalRegisters()
948 Ostream &Str = Ctx->getStrDump(); in scan()
993 Ostream &Str = Ctx->getStrDump(); in dumpLiveRangeTrace()
1005 Ostream &Str = Func->getContext()->getStrDump(); in dump()
DIceInstARM32.h67 void dump(const Cfg *, Ostream &Str) const override { in dump()
139 void dump(const Cfg *Func, Ostream &Str) const override;
185 void dump(const Cfg *Func, Ostream &Str) const override;
226 void dump(const Cfg *Func, Ostream &Str) const override;
262 void dump(const Cfg *Func, Ostream &Str) const override;
292 void dump(const Cfg *Func, Ostream &Str) const override;
318 void dump(const Cfg *Func, Ostream &Str) const override;
523 void dumpOpcodePred(Ostream &Str, const char *Opcode, Type Ty) const;
571 Ostream &Str = Func->getContext()->getStrDump(); in dump()
612 Ostream &Str = Func->getContext()->getStrDump(); in dump()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp99 raw_string_ostream Ostream(Out); in dump() local
101 Ostream << "------- Dumping inliner stats for [" << ModuleName in dump()
105 Ostream << "-- List of inlined functions:\n"; in dump()
123 Ostream << "Inlined " in dump()
137 Ostream << "-- Summary:\n" in dump()
158 Ostream.flush(); in dump()
/external/llvm/lib/Target/Lanai/InstPrinter/
DLanaiInstPrinter.h55 bool printAlias(const MCInst *MI, raw_ostream &Ostream);
56 bool printInst(const MCInst *MI, raw_ostream &Ostream, StringRef Alias,
58 bool printMemoryLoadIncrement(const MCInst *MI, raw_ostream &Ostream,
60 bool printMemoryStoreIncrement(const MCInst *MI, raw_ostream &Ostream,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/InstPrinter/
DLanaiInstPrinter.h55 bool printAlias(const MCInst *MI, raw_ostream &Ostream);
56 bool printInst(const MCInst *MI, raw_ostream &Ostream, StringRef Alias,
58 bool printMemoryLoadIncrement(const MCInst *MI, raw_ostream &Ostream,
60 bool printMemoryStoreIncrement(const MCInst *MI, raw_ostream &Ostream,
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp82 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream,
176 const MCInst &Inst, raw_ostream &Ostream, SmallVectorImpl<MCFixup> &Fixups, in encodeInstruction() argument
184 Ostream << static_cast<char>((Value >> i) & 0xff); in encodeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp78 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream,
174 const MCInst &Inst, raw_ostream &Ostream, SmallVectorImpl<MCFixup> &Fixups, in encodeInstruction() argument
182 Ostream << static_cast<char>((Value >> i) & 0xff); in encodeInstruction()

123