/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 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 …]
|
D | IceInst.cpp | 648 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 …]
|
D | IceGlobalInits.h | 88 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 …]
|
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() 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 …]
|
D | IceInstARM32.cpp | 111 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 …]
|
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 | IceGlobalContext.h | 167 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.
|
D | IceInstMIPS32.cpp | 160 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 …]
|
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.h | 28 Ostream *Ls; 32 LinuxMallocProfiling(size_t NumThreads, Ostream *Ls);
|
D | IceInstX8632.cpp | 72 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()
|
D | IceInstX8664.cpp | 61 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()
|
D | IceOperand.h | 86 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 …]
|
D | IceStringPool.h | 55 void dump(Ostream &Str) const { in dump() 152 Ostream &operator<<(Ostream &Str, const StringID<T> &Name) {
|
D | LinuxMallocProfiling.cpp | 67 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) in LinuxMallocProfiling() 102 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) { in LinuxMallocProfiling()
|
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 | IceBrowserCompileServer.h | 88 Ostream &getStream() { return StrBuf; } in getStream() 101 std::unique_ptr<Ostream> LogStream;
|
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() 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()
|
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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.cpp | 99 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/ |
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/swiftshader/third_party/llvm-7.0/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/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiMCCodeEmitter.cpp | 82 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/ |
D | LanaiMCCodeEmitter.cpp | 78 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()
|