Home
last modified time | relevance | path

Searched refs:CommentOS (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp688 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument
695 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2348 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local
2351 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 …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1390 raw_string_ostream CommentOS(Comment); in addRuleMatcher() local
1391 CommentOS << "Combiner Rule #" << RuleID << ": " << RuleDef.getName(); in addRuleMatcher()
1393 CommentOS << " @ "; in addRuleMatcher()
1394 print(CommentOS, Alts); in addRuleMatcher()
1397 CommentOS << "; " << AdditionalComment; in addRuleMatcher()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1098 raw_ostream &CommentOS) { in emitComments() argument
1108 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()
H A DCodeViewDebug.cpp794 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local
795 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1370 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local
1371 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()
1373 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()
1375 CommentOS << SymbolicName; in emitPredicateOpcodes()