/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalInits.cpp | 28 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 …]
|
D | IceInst.cpp | 640 Ostream &Str = Func->getContext()->getStrDump(); in dumpDecorated() 661 Ostream &Str = Func->getContext()->getStrDump(); in dump() 670 Ostream &Str = Func->getContext()->getStrDump(); in dumpExtras() 693 Ostream &Str = Func->getContext()->getStrDump(); in dumpSources() 704 Ostream &Str = Func->getContext()->getStrEmit(); in emitSources() 722 Ostream &Str = Func->getContext()->getStrDump(); in dump() 733 Ostream &Str = Func->getContext()->getStrDump(); in dump() 742 Ostream &Str = Func->getContext()->getStrDump(); in dump() 751 Ostream &Str = Func->getContext()->getStrDump(); in dump() 765 Ostream &Str = Func->getContext()->getStrDump(); in dump() [all …]
|
D | IceGlobalInits.h | 88 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 …]
|
D | IceInstX86BaseImpl.h | 404 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() 539 Ostream &Str = Func->getContext()->getStrDump(); in dump() 568 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 622 Ostream &Str = Func->getContext()->getStrDump(); in dump() [all …]
|
D | IceCompileServer.cpp | 100 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()
|
D | IceTypes.h | 58 inline Ostream &operator<<(Ostream &Stream, TargetArch Arch) { 177 void dump(Ostream &Stream) const; 186 inline Ostream &operator<<(Ostream &Stream, const FuncSigType &Sig) {
|
D | IceInstARM32.cpp | 106 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 …]
|
D | IceGlobalContext.h | 166 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.
|
D | LinuxMallocProfiling.h | 28 Ostream *Ls; 32 LinuxMallocProfiling(size_t NumThreads, Ostream *Ls);
|
D | IceInstMIPS32.cpp | 158 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 266 Ostream &Str = Func->getContext()->getStrDump(); in dump() 273 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 335 Ostream &Str = Func->getContext()->getStrDump(); in dump() 343 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 360 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPR() 370 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPRFLoHi() 379 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPRTLoHi() 388 Ostream &Str = Func->getContext()->getStrEmit(); in emitThreeAddr() 402 Ostream &Str = Func->getContext()->getStrEmit(); in emitTwoAddr() [all …]
|
D | IceInstMIPS32.h | 34 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 …]
|
D | LinuxMallocProfiling.cpp | 67 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) in LinuxMallocProfiling() 102 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) { in LinuxMallocProfiling()
|
D | IceInstX8632.cpp | 67 void TargetX8632Traits::X86Operand::dump(const Cfg *, Ostream &Str) const { in dump() 144 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 184 Ostream &Str) const { in dump() 316 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 328 Ostream &Str) const { in dump()
|
D | IceInstX8664.cpp | 56 void TargetX8664Traits::X86Operand::dump(const Cfg *, Ostream &Str) const { in dump() 117 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 186 Ostream &Str) const { in dump() 325 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 337 Ostream &Str) const { in dump()
|
D | IceStringPool.h | 55 void dump(Ostream &Str) const { in dump() 152 Ostream &operator<<(Ostream &Str, const StringID<T> &Name) {
|
D | IceBrowserCompileServer.h | 88 Ostream &getStream() { return StrBuf; } in getStream() 101 std::unique_ptr<Ostream> LogStream;
|
D | IceOperand.h | 86 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 …]
|
D | IceOperand.cpp | 550 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 <<()
|
D | IceRegAlloc.cpp | 59 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()
|
D | IceInstARM32.h | 67 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/llvm-project/llvm/lib/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.cpp | 98 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.cpp | 98 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiInstPrinter.h | 54 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,
|
/external/llvm/lib/Target/Lanai/InstPrinter/ |
D | LanaiInstPrinter.h | 55 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-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiInstPrinter.h | 56 bool printAlias(const MCInst *MI, raw_ostream &Ostream); 57 bool printInst(const MCInst *MI, raw_ostream &Ostream, StringRef Alias, 59 bool printMemoryLoadIncrement(const MCInst *MI, raw_ostream &Ostream, 61 bool printMemoryStoreIncrement(const MCInst *MI, raw_ostream &Ostream,
|