Searched refs:CommentOS (Results 1 – 6 of 6) sorted by relevance
688 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument695 CommentOS << Scope->getFilename(); in printDebugLoc()696 CommentOS << ':' << DL.getLine(); in printDebugLoc()698 CommentOS << ':' << DL.getCol(); in printDebugLoc()704 CommentOS << " @[ "; in printDebugLoc()705 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()706 CommentOS << " ]"; in printDebugLoc()
2348 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local2351 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()2361 CommentOS << "Version = " << Version; in emitTracebackTable()2372 CommentOS << "Language = " in emitTracebackTable()2396 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable()2400 CommentOS << (PrefixAndName) << " = " \ in emitTracebackTable()2564 CommentOS << "Parameter type = " << ParmsType.get(); in emitTracebackTable()2588 CommentOS << "Function name len = " in emitTracebackTable()2644 CommentOS << "Vector Parameter type = " << VecParmsType.get(); in emitTracebackTable()2650 CommentOS << "Padding"; in emitTracebackTable()[all …]
1390 raw_string_ostream CommentOS(Comment); in addRuleMatcher() local1391 CommentOS << "Combiner Rule #" << RuleID << ": " << RuleDef.getName(); in addRuleMatcher()1393 CommentOS << " @ "; in addRuleMatcher()1394 print(CommentOS, Alts); in addRuleMatcher()1397 CommentOS << "; " << AdditionalComment; in addRuleMatcher()
1098 raw_ostream &CommentOS) { in emitComments() argument1108 CommentOS << Size->getValue() << "-byte Reload\n"; in emitComments()1111 CommentOS << "Unknown-size Folded Reload\n"; in emitComments()1113 CommentOS << Size->getValue() << "-byte Folded Reload\n"; in emitComments()1115 CommentOS << Size->getValue() << "-byte Spill\n"; in emitComments()1118 CommentOS << "Unknown-size Folded Spill\n"; in emitComments()1120 CommentOS << Size->getValue() << "-byte Folded Spill\n"; in emitComments()1125 CommentOS << " Reload Reuse\n"; in emitComments()1135 CommentOS << " Latency: " << Latency << "\n"; in emitComments()
794 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local795 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
1370 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local1371 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()1373 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()1375 CommentOS << SymbolicName; in emitPredicateOpcodes()