Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2129 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local
2132 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()
2142 CommentOS << "Version = " << Version; in emitTracebackTable()
2153 CommentOS << "Language = " in emitTracebackTable()
2177 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable()
2181 CommentOS << (PrefixAndName) << " = " \ in emitTracebackTable()
2346 CommentOS << "Parameter type = " << ParmsType.get(); in emitTracebackTable()
2370 CommentOS << "Function name len = " in emitTracebackTable()
2426 CommentOS << "Vector Parameter type = " << VecParmsType.get(); in emitTracebackTable()
2432 CommentOS << "Padding"; in emitTracebackTable()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp677 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument
684 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()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1300 raw_string_ostream CommentOS(Comment); in addRuleMatcher() local
1301 CommentOS << "Combiner Rule #" << RuleID << ": " << RuleDef.getName(); in addRuleMatcher()
1303 CommentOS << " @ "; in addRuleMatcher()
1304 print(CommentOS, Alts); in addRuleMatcher()
1307 CommentOS << "; " << AdditionalComment; in addRuleMatcher()
H A DGlobalISelMatchTable.cpp1321 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local
1322 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()
1324 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()
1326 CommentOS << SymbolicName; in emitPredicateOpcodes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1100 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument
1110 CommentOS << *Size << "-byte Reload\n"; in emitComments()
1114 CommentOS << "Unknown-size Folded Reload\n"; in emitComments()
1116 CommentOS << *Size << "-byte Folded Reload\n"; in emitComments()
1119 CommentOS << *Size << "-byte Spill\n"; in emitComments()
1123 CommentOS << "Unknown-size Folded Spill\n"; in emitComments()
1125 CommentOS << *Size << "-byte Folded Spill\n"; in emitComments()
1131 CommentOS << " Reload Reuse\n"; in emitComments()
H A DCodeViewDebug.cpp776 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local
777 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()