Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRTargetStreamer.cpp33 OS.emitRawComment(" Declaring this symbol tells the CRT that it should"); in finish()
34 OS.emitRawComment("copy all variables from program memory to RAM on startup"); in finish()
37 OS.emitRawComment(" Declaring this symbol tells the CRT that it should"); in finish()
38 OS.emitRawComment("clear the zeroed data section on startup"); in finish()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp350 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments()
351 OutStreamer->emitRawComment(" NumSgprs: " + Twine(NumSGPR), false); in emitCommonFunctionComments()
352 OutStreamer->emitRawComment(" NumVgprs: " + Twine(NumVGPR), false); in emitCommonFunctionComments()
354 OutStreamer->emitRawComment(" NumAgprs: " + Twine(*NumAGPR), false); in emitCommonFunctionComments()
355 OutStreamer->emitRawComment(" TotalNumVgprs: " + Twine(TotalNumVGPR), in emitCommonFunctionComments()
358 OutStreamer->emitRawComment(" ScratchSize: " + Twine(ScratchSize), false); in emitCommonFunctionComments()
359 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments()
479 OutStreamer->emitRawComment(" Function info:", false); in runOnMachineFunction()
491 OutStreamer->emitRawComment(" Kernel info:", false); in runOnMachineFunction()
501 OutStreamer->emitRawComment( in runOnMachineFunction()
[all …]
DAMDGPUMCInstLower.cpp291 OutStreamer->emitRawComment(Twine(" mask branch ") + BBStr); in EmitInstruction()
299 OutStreamer->emitRawComment(" return to shader part epilog"); in EmitInstruction()
305 OutStreamer->emitRawComment(" wave barrier"); in EmitInstruction()
311 OutStreamer->emitRawComment(" divergent unreachable"); in EmitInstruction()
DR600AsmPrinter.cpp126 OutStreamer->emitRawComment( in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp511 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in EmitInlineAsm()
512 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in EmitInlineAsm()
518 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in EmitInlineAsm()
592 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in EmitInlineAsm()
DAsmPrinter.cpp922 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
934 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
959 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugLabelComment()
3013 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":", in EmitBasicBlockStart()
DCodeViewDebug.cpp114 void AddRawComment(const Twine &T) { OS->emitRawComment(T); } in AddRawComment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h212 void emitRawComment(const Twine &T) { in emitRawComment() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h339 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1181 OS.emitRawComment("autopadding"); in changeAndComment()
1183 OS.emitRawComment("noautopadding"); in changeAndComment()
1982 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp473 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp125 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
395 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() function in MCAsmStreamer
DMCStreamer.cpp118 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp214 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" + in visitTypeBegin()