Searched refs:emitRawComment (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAsmPrinter.cpp | 382 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 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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRAsmPrinter.cpp | 219 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 D | AsmPrinterInlineAsm.cpp | 341 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 D | AsmPrinter.cpp | 1238 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 D | CodeViewDebug.cpp | 95 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); }
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.h | 213 void emitRawComment(const Twine &T) { in emitRawComment() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 375 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 259 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" + in visitTypeBegin()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 107 OS.emitRawComment("autopadding"); in changeAndComment() 109 OS.emitRawComment("noautopadding"); in changeAndComment()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 152 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 D | MCStreamer.cpp | 120 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer
|