Searched refs:CommentOS (Results 1 – 4 of 4) sorted by relevance
491 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument498 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()
790 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument800 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()
691 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local692 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
1532 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local1533 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()1535 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()1537 CommentOS << SymbolicName; in emitPredicateOpcodes()1538 Table << MatchTable::Comment(CommentOS.str()) << MatchTable::LineBreak; in emitPredicateOpcodes()