Searched refs:emitRawComment (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp220 OutStreamer->emitRawComment(" Kernel info:", false);
221 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(KernelInfo.CodeLen),
223 OutStreamer->emitRawComment(" NumSgprs: " + Twine(KernelInfo.NumSGPR),
225 OutStreamer->emitRawComment(" NumVgprs: " + Twine(KernelInfo.NumVGPR),
227 OutStreamer->emitRawComment(" FloatMode: " + Twine(KernelInfo.FloatMode),
229 OutStreamer->emitRawComment(" IeeeMode: " + Twine(KernelInfo.IEEEMode),
231 OutStreamer->emitRawComment(" ScratchSize: " + Twine(KernelInfo.ScratchSize),
234 OutStreamer->emitRawComment(" COMPUTE_PGM_RSRC2:USER_SGPR: " +
237 OutStreamer->emitRawComment(" COMPUTE_PGM_RSRC2:TGID_X_EN: " +
240 OutStreamer->emitRawComment(" COMPUTE_PGM_RSRC
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp447 OutStreamer->emitRawComment(MAI->getInlineAsmStart());
448 OutStreamer->emitRawComment(MAI->getInlineAsmEnd());
453 // enabled, so we use emitRawComment.
454 OutStreamer->emitRawComment(MAI->getInlineAsmStart());
496 // enabled, so we use emitRawComment.
497 OutStreamer->emitRawComment(MAI->getInlineAsmEnd());
H A DAsmPrinter.cpp787 AP.OutStreamer->emitRawComment(OS.str());
841 AP.OutStreamer->emitRawComment(OS.str());
853 AP.OutStreamer->emitRawComment(OS.str());
2525 OutStreamer->emitRawComment(" BB#" + Twine(MBB.getNumber()) + ":", false);
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h267 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp113 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
295 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { function in class:MCAsmStreamer
H A DMCStreamer.cpp69 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} function in class:MCStreamer
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1083 OutStreamer->emitRawComment("MEMBARRIER");

Completed in 167 milliseconds