Home
last modified time | relevance | path

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

12

/external/llvm-project/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()
/external/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()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp182 OutStreamer->emitRawComment(" Kernel info:", false); in runOnMachineFunction()
183 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(KernelInfo.CodeLen), in runOnMachineFunction()
185 OutStreamer->emitRawComment(" NumSgprs: " + Twine(KernelInfo.NumSGPR), in runOnMachineFunction()
187 OutStreamer->emitRawComment(" NumVgprs: " + Twine(KernelInfo.NumVGPR), in runOnMachineFunction()
189 OutStreamer->emitRawComment(" FloatMode: " + Twine(KernelInfo.FloatMode), in runOnMachineFunction()
191 OutStreamer->emitRawComment(" IeeeMode: " + Twine(KernelInfo.IEEEMode), in runOnMachineFunction()
193 OutStreamer->emitRawComment(" ScratchSize: " + Twine(KernelInfo.ScratchSize), in runOnMachineFunction()
195 OutStreamer->emitRawComment(" LDSByteSize: " + Twine(KernelInfo.LDSSize) + in runOnMachineFunction()
198 OutStreamer->emitRawComment(" ReservedVGPRFirst: " + Twine(KernelInfo.ReservedVGPRFirst), in runOnMachineFunction()
200 OutStreamer->emitRawComment(" ReservedVGPRCount: " + Twine(KernelInfo.ReservedVGPRCount), in runOnMachineFunction()
[all …]
DAMDGPUMCInstLower.cpp128 OutStreamer->emitRawComment(" mask branch " + BBStr); in EmitInstruction()
136 OutStreamer->emitRawComment(" return"); in EmitInstruction()
/external/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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp360 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments()
361 OutStreamer->emitRawComment(" NumSgprs: " + Twine(NumSGPR), false); in emitCommonFunctionComments()
362 OutStreamer->emitRawComment(" NumVgprs: " + Twine(NumVGPR), false); in emitCommonFunctionComments()
364 OutStreamer->emitRawComment(" NumAgprs: " + Twine(*NumAGPR), false); in emitCommonFunctionComments()
365 OutStreamer->emitRawComment(" TotalNumVgprs: " + Twine(TotalNumVGPR), in emitCommonFunctionComments()
368 OutStreamer->emitRawComment(" ScratchSize: " + Twine(ScratchSize), false); in emitCommonFunctionComments()
369 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments()
492 OutStreamer->emitRawComment(" Function info:", false); in runOnMachineFunction()
504 OutStreamer->emitRawComment(" Kernel info:", false); in runOnMachineFunction()
514 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()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp447 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in EmitInlineAsm()
448 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in EmitInlineAsm()
454 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in EmitInlineAsm()
497 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in EmitInlineAsm()
DAsmPrinter.cpp728 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
782 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
794 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
2515 OutStreamer->emitRawComment(" BB#" + Twine(MBB.getNumber()) + ":", false); in EmitBasicBlockStart()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp513 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()
514 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
520 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in emitInlineAsm()
596 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in emitInlineAsm()
DAsmPrinter.cpp957 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
969 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
994 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugLabelComment()
3167 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":", in emitBasicBlockStart()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h212 void emitRawComment(const Twine &T) { in emitRawComment() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h213 void emitRawComment(const Twine &T) { in emitRawComment() function
/external/llvm/include/llvm/MC/
DMCStreamer.h275 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp430 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h339 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/external/llvm/lib/MC/
DMCAsmStreamer.cpp116 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
327 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() function in MCAsmStreamer
DMCStreamer.cpp71 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h351 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp473 OutStreamer->emitRawComment("MEMBARRIER"); in emitInstruction()

12