Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp427 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument
434 CommentOS << Scope->getFilename(); in printDebugLoc()
435 CommentOS << ':' << DL.getLine(); in printDebugLoc()
437 CommentOS << ':' << DL.getCol(); in printDebugLoc()
443 CommentOS << " @[ "; in printDebugLoc()
444 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
445 CommentOS << " ]"; in printDebugLoc()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp743 static bool emitComments(const MachineInstr &MI, raw_ostream &CommentOS, in emitComments() argument
772 CommentOS << MMO->getSize() << "-byte Reload"; in emitComments()
777 CommentOS << Size << "-byte Folded Reload"; in emitComments()
783 CommentOS << MMO->getSize() << "-byte Spill"; in emitComments()
788 CommentOS << Size << "-byte Folded Spill"; in emitComments()
796 CommentOS << " Reload Reuse"; in emitComments()
803 CommentOS << " " << MF->getSubtarget().getSchedInfoStr(MI) << "\n"; in emitComments()
806 CommentOS << "\n"; in emitComments()
H A DCodeViewDebug.cpp621 raw_svector_ostream CommentOS(CommentBlock); in emitTypeInformation() local
622 ScopedPrinter SP(CommentOS); in emitTypeInformation()
635 CommentOS.str().drop_front(CommentPrefix.size() - 1).rtrim()); in emitTypeInformation()
664 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local
665 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1438 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local
1439 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()
1441 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()
1443 CommentOS << SymbolicName; in emitPredicateOpcodes()
1444 Table << MatchTable::Comment(CommentOS.str()) << MatchTable::LineBreak; in emitPredicateOpcodes()