/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DebugInfo.cpp | 755 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, in printDebugLoc() argument 761 CommentOS << Scope.getFilename(); in printDebugLoc() 763 CommentOS << "<unknown>"; in printDebugLoc() 764 CommentOS << ':' << DL.getLine(); in printDebugLoc() 766 CommentOS << ':' << DL.getCol(); in printDebugLoc() 769 CommentOS << " @[ "; in printDebugLoc() 770 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc() 771 CommentOS << " ]"; in printDebugLoc()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 361 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument 368 CommentOS << Scope->getFilename(); in printDebugLoc() 369 CommentOS << ':' << DL.getLine(); in printDebugLoc() 371 CommentOS << ':' << DL.getCol(); in printDebugLoc() 377 CommentOS << " @[ "; in printDebugLoc() 378 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc() 379 CommentOS << " ]"; in printDebugLoc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 411 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument 418 CommentOS << Scope->getFilename(); in printDebugLoc() 419 CommentOS << ':' << DL.getLine(); in printDebugLoc() 421 CommentOS << ':' << DL.getCol(); in printDebugLoc() 427 CommentOS << " @[ "; in printDebugLoc() 428 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc() 429 CommentOS << " ]"; in printDebugLoc()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineInstr.cpp | 1334 raw_ostream &CommentOS) { in printDebugLoc() argument 1340 CommentOS << Scope.getFilename(); in printDebugLoc() 1342 CommentOS << "<unknown>"; in printDebugLoc() 1343 CommentOS << ':' << DL.getLine(); in printDebugLoc() 1345 CommentOS << ':' << DL.getCol(); in printDebugLoc() 1348 CommentOS << " @[ "; in printDebugLoc() 1349 printDebugLoc(InlinedAtDL, MF, CommentOS); in printDebugLoc() 1350 CommentOS << " ]"; in printDebugLoc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 741 static bool emitComments(const MachineInstr &MI, raw_ostream &CommentOS, in emitComments() argument 758 CommentOS << MMO->getSize() << "-byte Reload"; in emitComments() 763 CommentOS << MMO->getSize() << "-byte Folded Reload"; in emitComments() 769 CommentOS << MMO->getSize() << "-byte Spill"; in emitComments() 774 CommentOS << MMO->getSize() << "-byte Folded Spill"; in emitComments() 782 CommentOS << " Reload Reuse"; in emitComments() 789 CommentOS << " " << MF->getSubtarget().getSchedInfoStr(MI) << "\n"; in emitComments() 792 CommentOS << "\n"; in emitComments()
|
D | CodeViewDebug.cpp | 557 raw_svector_ostream CommentOS(CommentBlock); in emitTypeInformation() local 558 ScopedPrinter SP(CommentOS); in emitTypeInformation() 571 CommentOS.str().drop_front(CommentPrefix.size() - 1).rtrim()); in emitTypeInformation() 600 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local 601 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 488 static void EmitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in EmitComments() argument 503 CommentOS << MMO->getSize() << "-byte Reload\n"; in EmitComments() 507 CommentOS << MMO->getSize() << "-byte Folded Reload\n"; in EmitComments() 511 CommentOS << MMO->getSize() << "-byte Spill\n"; in EmitComments() 515 CommentOS << MMO->getSize() << "-byte Folded Spill\n"; in EmitComments() 520 CommentOS << " Reload Reuse\n"; in EmitComments()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 628 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument 643 CommentOS << MMO->getSize() << "-byte Reload\n"; in emitComments() 647 CommentOS << MMO->getSize() << "-byte Folded Reload\n"; in emitComments() 651 CommentOS << MMO->getSize() << "-byte Spill\n"; in emitComments() 655 CommentOS << MMO->getSize() << "-byte Folded Spill\n"; in emitComments() 660 CommentOS << " Reload Reuse\n"; in emitComments()
|
D | CodeViewDebug.cpp | 458 raw_svector_ostream CommentOS(CommentBlock); in emitTypeInformation() local 459 ScopedPrinter SP(CommentOS); in emitTypeInformation() 471 CommentOS.str().drop_front(CommentPrefix.size() - 1).rtrim()); in emitTypeInformation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | GlobalISelEmitter.cpp | 1435 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local 1436 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes() 1438 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes() 1440 CommentOS << SymbolicName; in emitPredicateOpcodes() 1441 Table << MatchTable::Comment(CommentOS.str()) << MatchTable::LineBreak; in emitPredicateOpcodes()
|