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/ |
D | AVRTargetStreamer.cpp | 33 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/ |
D | AMDGPUAsmPrinter.cpp | 350 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 …]
|
D | AMDGPUMCInstLower.cpp | 291 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()
|
D | R600AsmPrinter.cpp | 126 OutStreamer->emitRawComment( in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 511 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()
|
D | AsmPrinter.cpp | 922 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()
|
D | CodeViewDebug.cpp | 114 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/ |
D | CodeViewRecordIO.h | 212 void emitRawComment(const Twine &T) { in emitRawComment() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 339 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/ |
D | X86MCInstLower.cpp | 1181 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/ |
D | SystemZAsmPrinter.cpp | 473 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 125 void emitRawComment(const Twine &T, bool TabPrefix = true) override; 395 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() function in MCAsmStreamer
|
D | MCStreamer.cpp | 118 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/ |
D | TypeRecordMapping.cpp | 214 IO.emitRawComment(" " + getLeafTypeName(CVR.kind()) + " (0x" + in visitTypeBegin()
|