Home
last modified time | relevance | path

Searched refs:CommentOS (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp361 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-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp491 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument
498 CommentOS << Scope->getFilename(); in printDebugLoc()
499 CommentOS << ':' << DL.getLine(); in printDebugLoc()
501 CommentOS << ':' << DL.getCol(); in printDebugLoc()
507 CommentOS << " @[ "; in printDebugLoc()
508 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
509 CommentOS << " ]"; in printDebugLoc()
/external/llvm-project/llvm/lib/CodeGen/
DLiveDebugVariables.cpp504 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument
511 CommentOS << Scope->getFilename(); in printDebugLoc()
512 CommentOS << ':' << DL.getLine(); in printDebugLoc()
514 CommentOS << ':' << DL.getCol(); in printDebugLoc()
520 CommentOS << " @[ "; in printDebugLoc()
521 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
522 CommentOS << " ]"; in printDebugLoc()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp628 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()
DCodeViewDebug.cpp458 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-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp790 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument
800 CommentOS << *Size << "-byte Reload\n"; in emitComments()
803 CommentOS << *Size << "-byte Folded Reload\n"; in emitComments()
805 CommentOS << *Size << "-byte Spill\n"; in emitComments()
808 CommentOS << *Size << "-byte Folded Spill\n"; in emitComments()
813 CommentOS << " Reload Reuse\n"; in emitComments()
DCodeViewDebug.cpp691 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local
692 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp825 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument
835 CommentOS << *Size << "-byte Reload\n"; in emitComments()
838 CommentOS << *Size << "-byte Folded Reload\n"; in emitComments()
840 CommentOS << *Size << "-byte Spill\n"; in emitComments()
843 CommentOS << *Size << "-byte Folded Spill\n"; in emitComments()
848 CommentOS << " Reload Reuse\n"; in emitComments()
DCodeViewDebug.cpp702 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local
703 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1620 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local
1621 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()
1623 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()
1625 CommentOS << SymbolicName; in emitPredicateOpcodes()
1626 Table << MatchTable::Comment(CommentOS.str()) << MatchTable::LineBreak; in emitPredicateOpcodes()