Searched refs:CommentOS (Results 1 – 4 of 4) sorted by relevance
427 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument434 CommentOS << Scope->getFilename(); in printDebugLoc()435 CommentOS << ':' << DL.getLine(); in printDebugLoc()437 CommentOS << ':' << DL.getCol(); in printDebugLoc()443 CommentOS << " @[ "; in printDebugLoc()444 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()445 CommentOS << " ]"; in printDebugLoc()
743 static bool emitComments(const MachineInstr &MI, raw_ostream &CommentOS, in emitComments() argument772 CommentOS << MMO->getSize() << "-byte Reload"; in emitComments()777 CommentOS << Size << "-byte Folded Reload"; in emitComments()783 CommentOS << MMO->getSize() << "-byte Spill"; in emitComments()788 CommentOS << Size << "-byte Folded Spill"; in emitComments()796 CommentOS << " Reload Reuse"; in emitComments()803 CommentOS << " " << MF->getSubtarget().getSchedInfoStr(MI) << "\n"; in emitComments()806 CommentOS << "\n"; in emitComments()
621 raw_svector_ostream CommentOS(CommentBlock); in emitTypeInformation() local622 ScopedPrinter SP(CommentOS); in emitTypeInformation()635 CommentOS.str().drop_front(CommentPrefix.size() - 1).rtrim()); in emitTypeInformation()664 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local665 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
1438 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local1439 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()1441 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()1443 CommentOS << SymbolicName; in emitPredicateOpcodes()1444 Table << MatchTable::Comment(CommentOS.str()) << MatchTable::LineBreak; in emitPredicateOpcodes()