Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp547 OutStreamer->emitRawComment( in runOnMachineFunction()
549 OutStreamer->emitRawComment( in runOnMachineFunction()
551 OutStreamer->emitRawComment( in runOnMachineFunction()
555 OutStreamer->emitRawComment( in runOnMachineFunction()
557 OutStreamer->emitRawComment( in runOnMachineFunction()
560 OutStreamer->emitRawComment( in runOnMachineFunction()
563 OutStreamer->emitRawComment( in runOnMachineFunction()
572 OutStreamer->emitRawComment( in runOnMachineFunction()
576 OutStreamer->emitRawComment( in runOnMachineFunction()
579 OutStreamer->emitRawComment( in runOnMachineFunction()
[all …]
H A DAMDGPUMCInstLower.cpp204 OutStreamer->emitRawComment(" return to shader part epilog"); in emitInstruction()
210 OutStreamer->emitRawComment(" wave barrier"); in emitInstruction()
219 OutStreamer->emitRawComment(" sched_barrier mask(" + HexString + ")"); in emitInstruction()
226 OutStreamer->emitRawComment(" divergent unreachable"); in emitInstruction()
232 OutStreamer->emitRawComment(" meta instruction"); in emitInstruction()
H A DR600AsmPrinter.cpp126 OutStreamer->emitRawComment( in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp210 OutStreamer->emitRawComment( in emitXXStructor()
213 OutStreamer->emitRawComment(" This matches GCC's behavior"); in emitXXStructor()
233 OutStreamer->emitRawComment( in doFinalization()
235 OutStreamer->emitRawComment( in doFinalization()
239 OutStreamer->emitRawComment( in doFinalization()
241 OutStreamer->emitRawComment("clear the zeroed data section on startup"); in doFinalization()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp347 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()
348 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
354 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()
421 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
H A DAsmPrinter.cpp1174 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
1209 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
1234 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugLabelComment()
1542 OutStreamer->emitRawComment("ARITH_FENCE"); in emitFunctionBody()
3582 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":", in emitBasicBlockStart()
H A DCodeViewDebug.cpp96 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h215 void emitRawComment(const Twine &T) { in emitRawComment() function
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCStreamer.h366 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp96 OS.emitRawComment("autopadding"); in changeAndComment()
98 OS.emitRawComment("noautopadding"); in changeAndComment()
2450 OutStreamer->emitRawComment("MEMBARRIER"); in emitInstruction()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp259 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" + in visitTypeBegin()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmStreamer.cpp135 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
448 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
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp535 OutStreamer->emitRawComment("MEMBARRIER"); in emitInstruction()