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.cpp534 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments()
535 OutStreamer->emitRawComment(" TotalNumSgprs: " + getMCExprStr(NumSGPR), in emitCommonFunctionComments()
537 OutStreamer->emitRawComment(" NumVgprs: " + getMCExprStr(NumVGPR), false); in emitCommonFunctionComments()
539 OutStreamer->emitRawComment(" NumAgprs: " + getMCExprStr(NumAGPR), false); in emitCommonFunctionComments()
540 OutStreamer->emitRawComment(" TotalNumVgprs: " + getMCExprStr(TotalNumVGPR), in emitCommonFunctionComments()
543 OutStreamer->emitRawComment(" ScratchSize: " + getMCExprStr(ScratchSize), in emitCommonFunctionComments()
545 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments()
735 OutStreamer->emitRawComment(" Function info:", false); in runOnMachineFunction()
758 OutStreamer->emitRawComment(" Kernel info:", false); in runOnMachineFunction()
766 OutStreamer->emitRawComment( in runOnMachineFunction()
[all …]
H A DAMDGPUMCInstLower.cpp274 OS.emitRawComment(" transferring at most " + TransferredRegs); in emitVGPRBlockComment()
310 OutStreamer->emitRawComment(" return to shader part epilog"); in emitInstruction()
316 OutStreamer->emitRawComment(" wave barrier"); in emitInstruction()
325 OutStreamer->emitRawComment(" sched_barrier mask(" + HexString + ")"); in emitInstruction()
335 OutStreamer->emitRawComment( in emitInstruction()
348 OutStreamer->emitRawComment(" iglp_opt mask(" + HexString + ")"); in emitInstruction()
355 OutStreamer->emitRawComment(" divergent unreachable"); in emitInstruction()
361 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.cpp228 OutStreamer->emitRawComment( in emitXXStructor()
231 OutStreamer->emitRawComment(" This matches GCC's behavior"); in emitXXStructor()
278 OutStreamer->emitRawComment( in doFinalization()
280 OutStreamer->emitRawComment( in doFinalization()
286 OutStreamer->emitRawComment( in doFinalization()
288 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()
417 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
H A DAsmPrinter.cpp1284 AP.OutStreamer->emitRawComment(Str); in emitDebugValueComment()
1309 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugLabelComment()
1927 OutStreamer->emitRawComment("ARITH_FENCE"); in emitFunctionBody()
1930 OutStreamer->emitRawComment("MEMBARRIER"); in emitFunctionBody()
4404 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":", in emitBasicBlockStart()
H A DCodeViewDebug.cpp93 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h215 void emitRawComment(const Twine &T) { in emitRawComment() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h393 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/MC/
H A DMCAsmStreamer.cpp154 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
481 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
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp107 OS.emitRawComment("autopadding"); in changeAndComment()
109 OS.emitRawComment("noautopadding"); in changeAndComment()