/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-7.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRTargetStreamer.cpp | 34 OS.emitRawComment(" Declaring this symbol tells the CRT that it should"); in finish() 35 OS.emitRawComment("copy all variables from program memory to RAM on startup"); in finish() 38 OS.emitRawComment(" Declaring this symbol tells the CRT that it should"); in finish() 39 OS.emitRawComment("clear the zeroed data section on startup"); in finish()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 334 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments() 335 OutStreamer->emitRawComment(" NumSgprs: " + Twine(NumSGPR), false); in emitCommonFunctionComments() 336 OutStreamer->emitRawComment(" NumVgprs: " + Twine(NumVGPR), false); in emitCommonFunctionComments() 337 OutStreamer->emitRawComment(" ScratchSize: " + Twine(ScratchSize), false); in emitCommonFunctionComments() 338 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments() 442 OutStreamer->emitRawComment(" Function info:", false); in runOnMachineFunction() 452 OutStreamer->emitRawComment(" Kernel info:", false); in runOnMachineFunction() 458 OutStreamer->emitRawComment( in runOnMachineFunction() 460 OutStreamer->emitRawComment( in runOnMachineFunction() 462 OutStreamer->emitRawComment( in runOnMachineFunction() [all …]
|
D | AMDGPUMCInstLower.cpp | 276 OutStreamer->emitRawComment(Twine(" mask branch ") + BBStr); in EmitInstruction() 284 OutStreamer->emitRawComment(" return to shader part epilog"); in EmitInstruction() 290 OutStreamer->emitRawComment(" wave barrier"); in EmitInstruction() 296 OutStreamer->emitRawComment(" divergent unreachable"); in EmitInstruction()
|
D | R600AsmPrinter.cpp | 127 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()
|
D | CodeViewDebug.cpp | 470 OS.emitRawComment( in emitTypeInformation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 477 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in EmitInlineAsm() 478 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in EmitInlineAsm() 484 OutStreamer->emitRawComment(MAI->getInlineAsmStart()); in EmitInlineAsm() 527 OutStreamer->emitRawComment(MAI->getInlineAsmEnd()); in EmitInlineAsm()
|
D | AsmPrinter.cpp | 899 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment() 911 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment() 935 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugLabelComment() 2848 OutStreamer->emitRawComment(" %bb." + Twine(MBB.getNumber()) + ":", in EmitBasicBlockStart()
|
D | CodeViewDebug.cpp | 570 OS.emitRawComment( in emitTypeInformation()
|
/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 314 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 430 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 125 void emitRawComment(const Twine &T, bool TabPrefix = true) override; 372 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() function in MCAsmStreamer
|
D | MCStreamer.cpp | 99 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1230 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1638 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()
|