Searched refs:emitRawComment (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 182 OutStreamer->emitRawComment(" Kernel info:", false); in runOnMachineFunction() 183 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(KernelInfo.CodeLen), in runOnMachineFunction() 185 OutStreamer->emitRawComment(" NumSgprs: " + Twine(KernelInfo.NumSGPR), in runOnMachineFunction() 187 OutStreamer->emitRawComment(" NumVgprs: " + Twine(KernelInfo.NumVGPR), in runOnMachineFunction() 189 OutStreamer->emitRawComment(" FloatMode: " + Twine(KernelInfo.FloatMode), in runOnMachineFunction() 191 OutStreamer->emitRawComment(" IeeeMode: " + Twine(KernelInfo.IEEEMode), in runOnMachineFunction() 193 OutStreamer->emitRawComment(" ScratchSize: " + Twine(KernelInfo.ScratchSize), in runOnMachineFunction() 195 OutStreamer->emitRawComment(" LDSByteSize: " + Twine(KernelInfo.LDSSize) + in runOnMachineFunction() 198 OutStreamer->emitRawComment(" ReservedVGPRFirst: " + Twine(KernelInfo.ReservedVGPRFirst), in runOnMachineFunction() 200 OutStreamer->emitRawComment(" ReservedVGPRCount: " + Twine(KernelInfo.ReservedVGPRCount), in runOnMachineFunction() [all …]
|
D | AMDGPUMCInstLower.cpp | 128 OutStreamer->emitRawComment(" mask branch " + BBStr); in EmitInstruction() 136 OutStreamer->emitRawComment(" return"); in EmitInstruction()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 447 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in EmitInlineAsm() 448 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in EmitInlineAsm() 454 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in EmitInlineAsm() 497 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in EmitInlineAsm()
|
D | AsmPrinter.cpp | 728 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment() 782 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment() 794 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment() 2515 OutStreamer->emitRawComment(" BB#" + Twine(MBB.getNumber()) + ":", false); in EmitBasicBlockStart()
|
D | CodeViewDebug.cpp | 470 OS.emitRawComment( in emitTypeInformation()
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 275 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 430 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 116 void emitRawComment(const Twine &T, bool TabPrefix = true) override; 327 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() function in MCAsmStreamer
|
D | MCStreamer.cpp | 71 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1230 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()
|