/external/llvm-project/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()
|
/external/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()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 182 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 …]
|
D | AMDGPUMCInstLower.cpp | 128 OutStreamer->emitRawComment(" mask branch " + BBStr); in EmitInstruction() 136 OutStreamer->emitRawComment(" return"); in EmitInstruction()
|
/external/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()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 360 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 …]
|
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()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 447 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()
|
D | AsmPrinter.cpp | 728 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/ |
D | AsmPrinterInlineAsm.cpp | 513 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()
|
D | AsmPrinter.cpp | 957 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/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRecordIO.h | 212 void emitRawComment(const Twine &T) { in emitRawComment() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRecordIO.h | 213 void emitRawComment(const Twine &T) { in emitRawComment() function
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 275 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 430 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 339 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 116 void emitRawComment(const Twine &T, bool TabPrefix = true) override; 327 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() function in MCAsmStreamer
|
D | MCStreamer.cpp | 71 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCStreamer.h | 351 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 473 OutStreamer->emitRawComment("MEMBARRIER"); in emitInstruction()
|