Searched refs:emitRawComment (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 366 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments() 367 OutStreamer->emitRawComment(" NumSgprs: " + Twine(NumSGPR), false); in emitCommonFunctionComments() 368 OutStreamer->emitRawComment(" NumVgprs: " + Twine(NumVGPR), false); in emitCommonFunctionComments() 370 OutStreamer->emitRawComment(" NumAgprs: " + Twine(*NumAGPR), false); in emitCommonFunctionComments() 371 OutStreamer->emitRawComment(" TotalNumVgprs: " + Twine(TotalNumVGPR), in emitCommonFunctionComments() 374 OutStreamer->emitRawComment(" ScratchSize: " + Twine(ScratchSize), false); in emitCommonFunctionComments() 375 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments() 518 OutStreamer->emitRawComment(" Function info:", false); in runOnMachineFunction() 530 OutStreamer->emitRawComment(" Kernel info:", false); in runOnMachineFunction() 538 OutStreamer->emitRawComment( in runOnMachineFunction() [all …]
|
| H A D | AMDGPUMCInstLower.cpp | 216 OutStreamer->emitRawComment(" return to shader part epilog"); in emitInstruction() 222 OutStreamer->emitRawComment(" wave barrier"); in emitInstruction() 231 OutStreamer->emitRawComment(" sched_barrier mask(" + HexString + ")"); in emitInstruction() 241 OutStreamer->emitRawComment( in emitInstruction() 254 OutStreamer->emitRawComment(" iglp_opt mask(" + HexString + ")"); in emitInstruction() 261 OutStreamer->emitRawComment(" divergent unreachable"); in emitInstruction() 267 OutStreamer->emitRawComment(" meta instruction"); in emitInstruction()
|
| H A D | R600AsmPrinter.cpp | 126 OutStreamer->emitRawComment( in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRAsmPrinter.cpp | 224 OutStreamer->emitRawComment( in emitXXStructor() 227 OutStreamer->emitRawComment(" This matches GCC's behavior"); in emitXXStructor() 274 OutStreamer->emitRawComment( in doFinalization() 276 OutStreamer->emitRawComment( in doFinalization() 282 OutStreamer->emitRawComment( in doFinalization() 284 OutStreamer->emitRawComment("clear the zeroed data section on startup"); in doFinalization()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 339 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm() 340 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm() 346 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm() 421 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
|
| H A D | AsmPrinter.cpp | 1218 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment() 1243 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugLabelComment() 1664 OutStreamer->emitRawComment("ARITH_FENCE"); in emitFunctionBody() 1667 OutStreamer->emitRawComment("MEMBARRIER"); in emitFunctionBody() 3765 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":", in emitBasicBlockStart()
|
| H A D | CodeViewDebug.cpp | 94 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 213 void emitRawComment(const Twine &T) { in emitRawComment() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 366 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 259 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" + in visitTypeBegin()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 135 void emitRawComment(const Twine &T, bool TabPrefix = true) override; 455 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() function in MCAsmStreamer
|
| H A D | MCStreamer.cpp | 121 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 95 OS.emitRawComment("autopadding"); in changeAndComment() 97 OS.emitRawComment("noautopadding"); in changeAndComment()
|