Searched refs:CommentOS (Results 1 – 6 of 6) sorted by relevance
677 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument684 CommentOS << Scope->getFilename(); in printDebugLoc()685 CommentOS << ':' << DL.getLine(); in printDebugLoc()687 CommentOS << ':' << DL.getCol(); in printDebugLoc()693 CommentOS << " @[ "; in printDebugLoc()694 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()695 CommentOS << " ]"; in printDebugLoc()
2368 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local2371 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()2381 CommentOS << "Version = " << Version; in emitTracebackTable()2392 CommentOS << "Language = " in emitTracebackTable()2416 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable()2420 CommentOS << (PrefixAndName) << " = " \ in emitTracebackTable()2585 CommentOS << "Parameter type = " << ParmsType.get(); in emitTracebackTable()2609 CommentOS << "Function name len = " in emitTracebackTable()2665 CommentOS << "Vector Parameter type = " << VecParmsType.get(); in emitTracebackTable()2671 CommentOS << "Padding"; in emitTracebackTable()[all …]
1296 raw_string_ostream CommentOS(Comment); in addRuleMatcher() local1297 CommentOS << "Combiner Rule #" << RuleID << ": " << RuleDef.getName(); in addRuleMatcher()1299 CommentOS << " @ "; in addRuleMatcher()1300 print(CommentOS, Alts); in addRuleMatcher()1303 CommentOS << "; " << AdditionalComment; in addRuleMatcher()
1078 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument1088 CommentOS << Size->getValue() << "-byte Reload\n"; in emitComments()1091 CommentOS << "Unknown-size Folded Reload\n"; in emitComments()1093 CommentOS << Size->getValue() << "-byte Folded Reload\n"; in emitComments()1095 CommentOS << Size->getValue() << "-byte Spill\n"; in emitComments()1098 CommentOS << "Unknown-size Folded Spill\n"; in emitComments()1100 CommentOS << Size->getValue() << "-byte Folded Spill\n"; in emitComments()1105 CommentOS << " Reload Reuse\n"; in emitComments()
776 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() 777 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes() 772 raw_svector_ostream CommentOS(Comment); emitTypeGlobalHashes() local
1362 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local1363 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()1365 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()1367 CommentOS << SymbolicName; in emitPredicateOpcodes()