Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLiveDebugVariables.cpp491 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument
498 CommentOS << Scope->getFilename(); in printDebugLoc()
499 CommentOS << ':' << DL.getLine(); in printDebugLoc()
501 CommentOS << ':' << DL.getCol(); in printDebugLoc()
507 CommentOS << " @[ "; in printDebugLoc()
508 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
509 CommentOS << " ]"; in printDebugLoc()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp790 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument
800 CommentOS << *Size << "-byte Reload\n"; in emitComments()
803 CommentOS << *Size << "-byte Folded Reload\n"; in emitComments()
805 CommentOS << *Size << "-byte Spill\n"; in emitComments()
808 CommentOS << *Size << "-byte Folded Spill\n"; in emitComments()
813 CommentOS << " Reload Reuse\n"; in emitComments()
HDCodeViewDebug.cpp691 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local
692 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDGlobalISelEmitter.cpp1532 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local
1533 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()
1535 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()
1537 CommentOS << SymbolicName; in emitPredicateOpcodes()
1538 Table << MatchTable::Comment(CommentOS.str()) << MatchTable::LineBreak; in emitPredicateOpcodes()