/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 455 GV->printAsOperand(OutStreamer->GetCommentOS(), in EmitGlobalVariable() 457 OutStreamer->GetCommentOS() << '\n'; in EmitGlobalVariable() 641 OutStreamer->GetCommentOS() in EmitFunctionHeader() 660 F.printAsOperand(OutStreamer->GetCommentOS(), in EmitFunctionHeader() 662 OutStreamer->GetCommentOS() << '\n'; in EmitFunctionHeader() 1078 if (isVerbose() && emitComments(MI, OutStreamer->GetCommentOS(), this)) { in EmitFunctionBody() 1215 OutStreamer->GetCommentOS() << "-- End function\n"; in EmitFunctionBody() 2269 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantDataSequential() 2357 ET->print(AP.OutStreamer->GetCommentOS()); in emitGlobalConstantFP() 2359 AP.OutStreamer->GetCommentOS() << "Printing <null> Type"; in emitGlobalConstantFP() [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCLoggingStreamer.cpp | 39 virtual raw_ostream &GetCommentOS() { return Child->GetCommentOS(); } in GetCommentOS() function in __anonb821a4970111::MCLoggingStreamer
|
D | MCAsmStreamer.cpp | 107 virtual raw_ostream &GetCommentOS() { in GetCommentOS() function in __anon247e66110111::MCAsmStreamer 1090 raw_ostream &OS = GetCommentOS(); in AddEncodingComment() 1241 Inst.dump_pretty(GetCommentOS(), &MAI, InstPrinter.get(), "\n "); in EmitInstruction() 1242 GetCommentOS() << "\n"; in EmitInstruction()
|
D | MCStreamer.cpp | 62 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 88 virtual raw_ostream &GetCommentOS() { in GetCommentOS() function in __anon150edaef0111::PTXMCAsmStreamer 510 Inst.dump_pretty(GetCommentOS(), &MAI, InstPrinter.get(), "\n "); in EmitInstruction() 511 GetCommentOS() << "\n"; in EmitInstruction()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 374 GV->printAsOperand(OutStreamer->GetCommentOS(), in EmitGlobalVariable() 376 OutStreamer->GetCommentOS() << '\n'; in EmitGlobalVariable() 565 F->printAsOperand(OutStreamer->GetCommentOS(), in EmitFunctionHeader() 567 OutStreamer->GetCommentOS() << '\n'; in EmitFunctionHeader() 872 emitComments(MI, OutStreamer->GetCommentOS()); in EmitFunctionBody() 1969 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantDataSequential() 2056 CFP->getType()->print(AP.OutStreamer->GetCommentOS()); in emitGlobalConstantFP() 2058 AP.OutStreamer->GetCommentOS() << "Printing <null> Type"; in emitGlobalConstantFP() 2059 AP.OutStreamer->GetCommentOS() << ' ' << StrVal << '\n'; in emitGlobalConstantFP() 2265 AP.OutStreamer->GetCommentOS() << format("0x%" PRIx64 "\n", in emitGlobalConstantImpl() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 265 WriteAsOperand(OutStreamer.GetCommentOS(), GV, in EmitGlobalVariable() 267 OutStreamer.GetCommentOS() << '\n'; in EmitGlobalVariable() 432 WriteAsOperand(OutStreamer.GetCommentOS(), F, in EmitFunctionHeader() 434 OutStreamer.GetCommentOS() << '\n'; in EmitFunctionHeader() 674 EmitComments(*II, OutStreamer.GetCommentOS()); in EmitFunctionBody() 1664 AP.OutStreamer.GetCommentOS() << "double " << Val << '\n'; in EmitGlobalConstantFP() 1675 AP.OutStreamer.GetCommentOS() << "float " << Val << '\n'; in EmitGlobalConstantFP() 1693 AP.OutStreamer.GetCommentOS() << "x86_fp80 ~= " in EmitGlobalConstantFP() 1758 AP.OutStreamer.GetCommentOS() << format("0x%llx\n", CI->getZExtValue()); in EmitGlobalConstantImpl() 1934 raw_ostream &OS = AP.OutStreamer.GetCommentOS(); in EmitBasicBlockLoopComments()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 119 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anoncd5cb11d0111::MCAsmStreamer 1704 raw_ostream &OS = GetCommentOS(); in AddEncodingComment() 1809 GetCommentOS() << "\n"; in EmitInstruction() 1810 Inst.dump_pretty(GetCommentOS(), InstPrinter.get(), "\n "); in EmitInstruction() 1811 GetCommentOS() << "\n"; in EmitInstruction() 1822 GetCommentOS() << SI; in EmitInstruction() 1827 GetCommentOS() << "\n"; in EmitInstruction()
|
D | MCStreamer.cpp | 94 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 110 raw_ostream &GetCommentOS() override { in GetCommentOS() function in __anon0a0f6ae50111::MCAsmStreamer 1452 raw_ostream &OS = GetCommentOS(); in AddEncodingComment() 1544 Inst.dump_pretty(GetCommentOS(), InstPrinter.get(), "\n "); in EmitInstruction() 1545 GetCommentOS() << "\n"; in EmitInstruction()
|
D | MCStreamer.cpp | 66 raw_ostream &MCStreamer::GetCommentOS() { in GetCommentOS() function in MCStreamer
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCStreamer.h | 150 virtual raw_ostream &GetCommentOS();
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 269 virtual raw_ostream &GetCommentOS();
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 308 virtual raw_ostream &GetCommentOS();
|