Lines Matching refs:OutStreamer
106 if (!OutStreamer) in getTargetStreamer()
108 return static_cast<AMDGPUTargetStreamer*>(OutStreamer->getTargetStreamer()); in getTargetStreamer()
340 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in doFinalization()
356 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments()
357 OutStreamer->emitRawComment(" NumSgprs: " + Twine(NumSGPR), false); in emitCommonFunctionComments()
358 OutStreamer->emitRawComment(" NumVgprs: " + Twine(NumVGPR), false); in emitCommonFunctionComments()
360 OutStreamer->emitRawComment(" NumAgprs: " + Twine(*NumAGPR), false); in emitCommonFunctionComments()
361 OutStreamer->emitRawComment(" TotalNumVgprs: " + Twine(TotalNumVGPR), in emitCommonFunctionComments()
364 OutStreamer->emitRawComment(" ScratchSize: " + Twine(ScratchSize), false); in emitCommonFunctionComments()
365 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments()
455 OutStreamer->SwitchSection(ConfigSection); in runOnMachineFunction()
475 bool SaveFlag = OutStreamer->getUseAssemblerInfoForParsing(); in runOnMachineFunction()
476 OutStreamer->setUseAssemblerInfoForParsing(true); in runOnMachineFunction()
477 MCAssembler *Assembler = OutStreamer->getAssemblerPtr(); in runOnMachineFunction()
478 OutStreamer->setUseAssemblerInfoForParsing(SaveFlag); in runOnMachineFunction()
492 OutStreamer->SwitchSection(CommentSection); in runOnMachineFunction()
495 OutStreamer->emitRawComment(" Function info:", false); in runOnMachineFunction()
508 OutStreamer->emitRawComment(" Kernel info:", false); in runOnMachineFunction()
518 OutStreamer->emitRawComment( in runOnMachineFunction()
520 OutStreamer->emitRawComment( in runOnMachineFunction()
522 OutStreamer->emitRawComment( in runOnMachineFunction()
526 OutStreamer->emitRawComment( in runOnMachineFunction()
528 OutStreamer->emitRawComment( in runOnMachineFunction()
531 OutStreamer->emitRawComment( in runOnMachineFunction()
534 OutStreamer->emitRawComment( in runOnMachineFunction()
539 OutStreamer->emitRawComment( in runOnMachineFunction()
543 OutStreamer->emitRawComment( in runOnMachineFunction()
547 OutStreamer->emitRawComment( in runOnMachineFunction()
550 OutStreamer->emitRawComment( in runOnMachineFunction()
553 OutStreamer->emitRawComment( in runOnMachineFunction()
556 OutStreamer->emitRawComment( in runOnMachineFunction()
559 OutStreamer->emitRawComment( in runOnMachineFunction()
562 OutStreamer->emitRawComment( in runOnMachineFunction()
565 OutStreamer->emitRawComment( in runOnMachineFunction()
568 OutStreamer->emitRawComment( in runOnMachineFunction()
576 OutStreamer->emitRawComment( in runOnMachineFunction()
581 OutStreamer->emitRawComment( in runOnMachineFunction()
591 OutStreamer->SwitchSection( in runOnMachineFunction()
601 OutStreamer->emitBytes(StringRef(DisasmLines[i])); in runOnMachineFunction()
602 OutStreamer->emitBytes(StringRef(Comment)); in runOnMachineFunction()
882 OutStreamer->emitInt32(R_00B848_COMPUTE_PGM_RSRC1); in EmitProgramInfoSI()
884 OutStreamer->emitInt32(CurrentProgramInfo.getComputePGMRSrc1()); in EmitProgramInfoSI()
886 OutStreamer->emitInt32(R_00B84C_COMPUTE_PGM_RSRC2); in EmitProgramInfoSI()
887 OutStreamer->emitInt32(CurrentProgramInfo.ComputePGMRSrc2); in EmitProgramInfoSI()
889 OutStreamer->emitInt32(R_00B860_COMPUTE_TMPRING_SIZE); in EmitProgramInfoSI()
890 OutStreamer->emitInt32(S_00B860_WAVESIZE(CurrentProgramInfo.ScratchBlocks)); in EmitProgramInfoSI()
895 OutStreamer->emitInt32(RsrcReg); in EmitProgramInfoSI()
896 OutStreamer->emitIntValue(S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) | in EmitProgramInfoSI()
898 OutStreamer->emitInt32(R_0286E8_SPI_TMPRING_SIZE); in EmitProgramInfoSI()
899 OutStreamer->emitIntValue( in EmitProgramInfoSI()
904 OutStreamer->emitInt32(R_00B02C_SPI_SHADER_PGM_RSRC2_PS); in EmitProgramInfoSI()
905 OutStreamer->emitInt32( in EmitProgramInfoSI()
907 OutStreamer->emitInt32(R_0286CC_SPI_PS_INPUT_ENA); in EmitProgramInfoSI()
908 OutStreamer->emitInt32(MFI->getPSInputEnable()); in EmitProgramInfoSI()
909 OutStreamer->emitInt32(R_0286D0_SPI_PS_INPUT_ADDR); in EmitProgramInfoSI()
910 OutStreamer->emitInt32(MFI->getPSInputAddr()); in EmitProgramInfoSI()
913 OutStreamer->emitInt32(R_SPILLED_SGPRS); in EmitProgramInfoSI()
914 OutStreamer->emitInt32(MFI->getNumSpilledSGPRs()); in EmitProgramInfoSI()
915 OutStreamer->emitInt32(R_SPILLED_VGPRS); in EmitProgramInfoSI()
916 OutStreamer->emitInt32(MFI->getNumSpilledVGPRs()); in EmitProgramInfoSI()