Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2003 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local
2006 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()
2016 CommentOS << "Version = " << Version; in emitTracebackTable()
2027 CommentOS << "Language = " in emitTracebackTable()
2051 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable()
2055 CommentOS << (PrefixAndName) << " = " \ in emitTracebackTable()
2219 CommentOS << "Parameter type = " << ParmsType.get(); in emitTracebackTable()
2243 CommentOS << "Function name len = " in emitTracebackTable()
2299 CommentOS << "Vector Parameter type = " << VecParmsType.get(); in emitTracebackTable()
2305 CommentOS << "Padding"; in emitTracebackTable()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp675 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument
682 CommentOS << Scope->getFilename(); in printDebugLoc()
683 CommentOS << ':' << DL.getLine(); in printDebugLoc()
685 CommentOS << ':' << DL.getCol(); in printDebugLoc()
691 CommentOS << " @[ "; in printDebugLoc()
692 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
693 CommentOS << " ]"; in printDebugLoc()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1048 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument
1058 CommentOS << *Size << "-byte Reload\n"; in emitComments()
1062 CommentOS << "Unknown-size Folded Reload\n"; in emitComments()
1064 CommentOS << *Size << "-byte Folded Reload\n"; in emitComments()
1067 CommentOS << *Size << "-byte Spill\n"; in emitComments()
1071 CommentOS << "Unknown-size Folded Spill\n"; in emitComments()
1073 CommentOS << *Size << "-byte Folded Spill\n"; in emitComments()
1079 CommentOS << " Reload Reuse\n"; in emitComments()
H A DCodeViewDebug.cpp771 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local
772 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1671 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local
1672 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()
1674 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()
1676 CommentOS << SymbolicName; in emitPredicateOpcodes()