Home
last modified time | relevance | path

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

12

/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 …]
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 …]
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 …]
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()
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.
DIceTypes.h58 inline Ostream &operator<<(Ostream &Stream, TargetArch Arch) {
177 void dump(Ostream &Stream) const;
186 inline Ostream &operator<<(Ostream &Stream, const FuncSigType &Sig) {
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 …]
DIceOperand.h86 virtual void dump(const Cfg *Func, Ostream &Str) const = 0;
93 void dump(Ostream &Str) const { in dump()
207 void dump(const Cfg *, Ostream &Str) const override { in dump()
280 inline void ConstantInteger32::dump(const Cfg *, Ostream &Str) const { in dump()
306 inline void ConstantInteger64::dump(const Cfg *, Ostream &Str) const { in dump()
417 void dump(const Cfg *Func, Ostream &Str) const override;
453 void dump(const Cfg *, Ostream &Str) const override { in dump()
610 Ostream &operator<<(Ostream &Str, const RegWeight &W);
659 void dump(Ostream &Str) const;
683 Ostream &operator<<(Ostream &Str, const LiveRange &L);
[all …]
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()
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()
DLinuxMallocProfiling.h28 Ostream *Ls;
32 LinuxMallocProfiling(size_t NumThreads, Ostream *Ls);
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 <<()
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()
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 …]
DIceGlobalContext.cpp253 Ostream &Str = Ctx->getStrDump(); in dump()
300 GlobalContext::GlobalContext(Ostream *OsDump, Ostream *OsEmit, Ostream *OsError, in GlobalContext()
501 Ostream &Stream = getStrDump(); in lowerGlobals()
716 Ostream &Str = getStrDump(); in dumpStrings()
730 Ostream &Str = getStrDump(); in dumpConstantLookupCounts()
/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/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/subzero/unittest/
DIceELFSectionTest.cpp99 auto Str = std::unique_ptr<Ostream>(new llvm::raw_os_ostream(std::cout)); in TEST()
112 auto Str = std::unique_ptr<Ostream>(new llvm::raw_os_ostream(std::cout)); in TEST()
/external/llvm/test/CodeGen/PowerPC/
Dextra-toc-reg-deps.ll10 %"class.Foam::OSstream.26" = type { %"class.Foam::Ostream.base.9", %"class.Foam::fileName.10", %"cl…
11 %"class.Foam::Ostream.base.9" = type <{ %"class.Foam::IOstream.8", i16 }>
57 %"class.Foam::Ostream.189" = type <{ %"class.Foam::IOstream.8", i16, [6 x i8] }>
301 %call671 = invoke dereferenceable(56) %"class.Foam::Ostream.189"* @_ZN4FoamlsERNS_7OstreamEPKc()
309 %call677 = invoke dereferenceable(56) %"class.Foam::Ostream.189"* @_ZN4FoamlsERNS_7OstreamEPKc()
313 invoke void undef(%"class.Foam::Ostream.189"* %call677)
399 declare dereferenceable(56) %"class.Foam::Ostream.189"* @_ZN4FoamlsERNS_7OstreamEPKc() #0

12