Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp382 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments()
383 OutStreamer->emitRawComment(" NumSgprs: " + Twine(NumSGPR), false); in emitCommonFunctionComments()
384 OutStreamer->emitRawComment(" NumVgprs: " + Twine(NumVGPR), false); in emitCommonFunctionComments()
386 OutStreamer->emitRawComment(" NumAgprs: " + Twine(*NumAGPR), false); in emitCommonFunctionComments()
387 OutStreamer->emitRawComment(" TotalNumVgprs: " + Twine(TotalNumVGPR), in emitCommonFunctionComments()
390 OutStreamer->emitRawComment(" ScratchSize: " + Twine(ScratchSize), false); in emitCommonFunctionComments()
391 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments()
411 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments()
412 OutStreamer->emitRawComment(" NumSgprs: " + getMCExprStr(NumSGPR), false); in emitCommonFunctionComments()
413 OutStreamer->emitRawComment(" NumVgprs: " + getMCExprStr(NumVGPR), false); in emitCommonFunctionComments()
[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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp219 OutStreamer->emitRawComment( in emitXXStructor()
222 OutStreamer->emitRawComment(" This matches GCC's behavior"); in emitXXStructor()
269 OutStreamer->emitRawComment( in doFinalization()
271 OutStreamer->emitRawComment( in doFinalization()
277 OutStreamer->emitRawComment( in doFinalization()
279 OutStreamer->emitRawComment("clear the zeroed data section on startup"); in doFinalization()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp341 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()
342 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
348 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()
423 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
H A DAsmPrinter.cpp1238 AP.OutStreamer->emitRawComment(Str); in emitDebugValueComment()
1263 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugLabelComment()
1810 OutStreamer->emitRawComment("ARITH_FENCE"); in emitFunctionBody()
1813 OutStreamer->emitRawComment("MEMBARRIER"); in emitFunctionBody()
4015 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":", in emitBasicBlockStart()
H A DCodeViewDebug.cpp95 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); }
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h213 void emitRawComment(const Twine &T) { in emitRawComment() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h375 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp259 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" + in visitTypeBegin()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp107 OS.emitRawComment("autopadding"); in changeAndComment()
109 OS.emitRawComment("noautopadding"); in changeAndComment()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp152 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
479 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() function in MCAsmStreamer
H A DMCStreamer.cpp120 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer