Home
last modified time | relevance | path

Searched refs:emitRawComment (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp366 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 DAMDGPUMCInstLower.cpp216 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 DR600AsmPrinter.cpp126 OutStreamer->emitRawComment( in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp224 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 DAsmPrinterInlineAsm.cpp339 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 DAsmPrinter.cpp1218 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 DCodeViewDebug.cpp94 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h213 void emitRawComment(const Twine &T) { in emitRawComment() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h366 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp259 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" + in visitTypeBegin()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp135 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 DMCStreamer.cpp121 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp95 OS.emitRawComment("autopadding"); in changeAndComment()
97 OS.emitRawComment("noautopadding"); in changeAndComment()