HomeSort by relevance Sort by last modified time
    Searched refs:emitRawComment (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 204 OutStreamer->emitRawComment(" Kernel info:", false);
205 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(KernelInfo.CodeLen),
207 OutStreamer->emitRawComment(" NumSgprs: " + Twine(KernelInfo.NumSGPR),
209 OutStreamer->emitRawComment(" NumVgprs: " + Twine(KernelInfo.NumVGPR),
211 OutStreamer->emitRawComment(" FloatMode: " + Twine(KernelInfo.FloatMode),
213 OutStreamer->emitRawComment(" IeeeMode: " + Twine(KernelInfo.IEEEMode),
215 OutStreamer->emitRawComment(" ScratchSize: " + Twine(KernelInfo.ScratchSize),
218 OutStreamer->emitRawComment(" COMPUTE_PGM_RSRC2:USER_SGPR: " +
221 OutStreamer->emitRawComment(" COMPUTE_PGM_RSRC2:TGID_X_EN: " +
224 OutStreamer->emitRawComment(" COMPUTE_PGM_RSRC2:TGID_Y_EN: "
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 447 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());
AsmPrinter.cpp 725 AP.OutStreamer->emitRawComment(OS.str());
776 AP.OutStreamer->emitRawComment(OS.str());
788 AP.OutStreamer->emitRawComment(OS.str());
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 263 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 113 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
295 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) {
    [all...]
MCStreamer.cpp 69 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {}
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]

Completed in 161 milliseconds