Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp542 OutStreamer->emitRawComment( in runOnMachineFunction()
544 OutStreamer->emitRawComment( in runOnMachineFunction()
546 OutStreamer->emitRawComment( in runOnMachineFunction()
550 OutStreamer->emitRawComment( in runOnMachineFunction()
552 OutStreamer->emitRawComment( in runOnMachineFunction()
555 OutStreamer->emitRawComment( in runOnMachineFunction()
558 OutStreamer->emitRawComment( in runOnMachineFunction()
563 OutStreamer->emitRawComment( in runOnMachineFunction()
567 OutStreamer->emitRawComment( in runOnMachineFunction()
571 OutStreamer->emitRawComment( in runOnMachineFunction()
[all …]
H A DAMDGPUMCInstLower.cpp217 OutStreamer->emitRawComment(" return to shader part epilog"); in emitInstruction()
223 OutStreamer->emitRawComment(" wave barrier"); in emitInstruction()
232 OutStreamer->emitRawComment(" sched_barrier mask(" + HexString + ")"); in emitInstruction()
242 OutStreamer->emitRawComment( in emitInstruction()
255 OutStreamer->emitRawComment(" iglp_opt mask(" + HexString + ")"); in emitInstruction()
262 OutStreamer->emitRawComment(" divergent unreachable"); in emitInstruction()
268 OutStreamer->emitRawComment(" meta instruction"); in emitInstruction()
H A DR600AsmPrinter.cpp126 OutStreamer->emitRawComment( in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp218 OutStreamer->emitRawComment( in emitXXStructor()
221 OutStreamer->emitRawComment(" This matches GCC's behavior"); in emitXXStructor()
268 OutStreamer->emitRawComment( in doFinalization()
270 OutStreamer->emitRawComment( in doFinalization()
276 OutStreamer->emitRawComment( in doFinalization()
278 OutStreamer->emitRawComment("clear the zeroed data section on startup"); in doFinalization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp340 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()
341 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
347 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()
422 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
H A DAsmPrinter.cpp1264 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
1289 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugLabelComment()
1801 OutStreamer->emitRawComment("ARITH_FENCE"); in emitFunctionBody()
1804 OutStreamer->emitRawComment("MEMBARRIER"); in emitFunctionBody()
4000 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":", in emitBasicBlockStart()
H A DCodeViewDebug.cpp95 void AddRawComment(const Twine &T) override { OS->emitRawComment(T); } in AddRawComment()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h213 void emitRawComment(const Twine &T) { in emitRawComment() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h370 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp259 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" + in visitTypeBegin()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp97 OS.emitRawComment("autopadding"); in changeAndComment()
99 OS.emitRawComment("noautopadding"); in changeAndComment()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp136 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
462 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