Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRTargetStreamer.cpp34 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/
DAMDGPUAsmPrinter.cpp334 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 …]
DAMDGPUMCInstLower.cpp276 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()
DR600AsmPrinter.cpp127 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()
DCodeViewDebug.cpp470 OS.emitRawComment( in emitTypeInformation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp477 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()
DAsmPrinter.cpp899 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()
DCodeViewDebug.cpp570 OS.emitRawComment( in emitTypeInformation()
/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCStreamer.h314 virtual void emitRawComment(const Twine &T, bool TabPrefix = true);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp430 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp125 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
372 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) { in emitRawComment() function in MCAsmStreamer
DMCStreamer.cpp99 void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {} in emitRawComment() function in MCStreamer
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp1230 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1638 OutStreamer->emitRawComment("MEMBARRIER"); in EmitInstruction()