Searched refs:CommentOS (Results 1 – 2 of 2) sorted by relevance
360 static void printDebugLoc(DebugLoc DL, raw_ostream &CommentOS, in printDebugLoc() argument367 CommentOS << Scope->getFilename(); in printDebugLoc()368 CommentOS << ':' << DL.getLine(); in printDebugLoc()370 CommentOS << ':' << DL.getCol(); in printDebugLoc()376 CommentOS << " @[ "; in printDebugLoc()377 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()378 CommentOS << " ]"; in printDebugLoc()
604 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument619 CommentOS << MMO->getSize() << "-byte Reload\n"; in emitComments()623 CommentOS << MMO->getSize() << "-byte Folded Reload\n"; in emitComments()627 CommentOS << MMO->getSize() << "-byte Spill\n"; in emitComments()631 CommentOS << MMO->getSize() << "-byte Folded Spill\n"; in emitComments()636 CommentOS << " Reload Reuse\n"; in emitComments()