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.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/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2368 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local
2371 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 …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1296 raw_string_ostream CommentOS(Comment); in addRuleMatcher() local
1297 CommentOS << "Combiner Rule #" << RuleID << ": " << RuleDef.getName(); in addRuleMatcher()
1299 CommentOS << " @ "; in addRuleMatcher()
1300 print(CommentOS, Alts); in addRuleMatcher()
1303 CommentOS << "; " << AdditionalComment; in addRuleMatcher()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1078 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument
1088 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()
H A DCodeViewDebug.cpp776 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
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1362 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local
1363 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()
1365 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()
1367 CommentOS << SymbolicName; in emitPredicateOpcodes()